Sunday 10 March 2013

EDIT Line commands - Deleting Lines



D
Delete this line.
Dn
Delete n lines starting with this line
DD
Delete the block of lines starting with the first DD command and ending with the second DD command.

XX00       M0001.D00.TEST.JCL(TESTJCL1) - 03.10          MOVE/COPY is pending
Command ===>                                                  Scroll ===> CSR 
****** ***************************** Top of Data ******************************
dd     //MINPUT  DD DSN=M0001.TESTFILE.MASTER2,DISP=(OLD,CATLG,CATLG),       
000002 //           DCB=(LRECL=80,RECFM=FB,BLKSIZE=)                           
000003 //SYSIN   DD *                                                         
000004 //TESTJCL1 JOB (EWDS),'TEST JCL',NOTIFY=&SYSUID                        
dd     //MINPUT  DD DSN=M0001.TESTFILE.MASTER2,DISP=(OLD,CATLG,CATLG),       


No comments:

Post a Comment