Operator

COBOL INLINE PERFORM

The following simple COBOL program depicts the use of         01 WS-SUB PIC 9(3) VALUE ZEROS.             PERFORM VARYING WS-SUB FROM 1 BY 1 UNTIL WS-SUB=5               DISPLAY ‘INLINE PERFORM DEPICTED BY MAINFRAMEWIZARD.COM’ INLINE PERFORM DEPICTED BY MAINFRAMEWIZARD.COM            

COBOL INLINE PERFORM Read More »

Pull SDSF Data Batch

Main frame Job to Pull SDSF data in Batch   The following Job will help you pull the desired data from spool (SDSF). This may serve as an important tool in gathering the stats of a job just finished. //SDSFOUT    JOB (ACC INFO,,,,,XXXX),’      //            MSGCLASS=Y,NOTIFY=&SYSUID     //STEP01   EXEC PGM=IEFBR14                    //DD01     DD  DSN=USERID.DATASET.ONE,         //            DISP=(MOD,DELETE),UNIT=SYSDA     //DD02     DD 

Pull SDSF Data Batch Read More »

Difference between copy pending and check pending

Difference between copy pending and check pending Can someone please throw some light on the differences between copy pending and checkpending?   “; ; ; ; http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=%2Fcom.ibm.db2z9.doc.ugref%2Fsrc%2Ftpc%2Fdb2z_checkpendingstatus.htm what is check pending status? When a table is LOADed with ENFORCE NO option, then the table is set to CHECK PENDING status. This means that the LOAD

Difference between copy pending and check pending Read More »

Basic ISPF commands

Basic ISPF commands ISREDIT commands can be classified into “line commands” and “command line commands”.  Figure 1 shows the line command area. Figure 2 shows the command line commands area The following presentation walks you through the basic ISPF editor line commands and command line commands. Demo on ISPF line commands Demo on ISPF command

Basic ISPF commands Read More »