Operator

What is the difference between Cursor stability and Repeatable read.

What is the difference between Cursor stability and Repeatable read. 1)      DB2 takes a lock on the page cursor is accessing and releases it as the cursor moves on. 2)      This isolation level is not the default. 3)      This provides more concurrency and lesser integrity. 4)      The lock is acquired at page level in both

What is the difference between Cursor stability and Repeatable read. Read More »

S0C4 Abend

S0C4 Abend What is a S0C4 Abend? S0C4 Abend is a protection exception when a virtual address cannot be mapped with a physical address. When S0C4 Abend occurs An Invalid address referenced due to subscript error In a group Move the length of the receiving field was defined incorrectly Moving variable length record which is

S0C4 Abend Read More »

Smallest Program in COBOL PROGRAM IDENTIFICATION DIVISION.                                          PROGRAM-ID. PGM000.                                              PROCEDURE DIVISION.                                                   DISPLAY ‘SMALLEST PROGRAM BY MAINFRAMEWIZARD ‘                    STOP RUN.                                                     OUTPUT SMALLEST PROGRAM BY MAINFRAMEWIZARD                                                                               

Read More »