LOCATE Command:
Locate command is used to locate a
particular line number or label.
We can use the LOCATE command or the L
command.
Locate the line number 20 :
| 
XX00       M0001.D00.TEST.JCL(TESTJCL1) -
  03.09           Columns 00001 00072  
Command
  ===> l 20                                             Scroll
  ===> CSR   
****** *****************************
  Top of Data ****************************** | 
Locate the Label Name .M :
| 
XX00       M0001.D00.TEST.JCL(TESTJCL1) -
  03.09           Columns 00001 00072  
Command
  ===> locate .M                                       
  Scroll ===> CSR   | 
 
No comments:
Post a Comment