z/OS TSO/E Command Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 5

z/OS TSO/E Command Reference
SA32-0975-00

Operation: Move lines 10, 20, and 30 into a target area starting at line 100, using an increment of 5.

Known:
  • Data set contains line 10 through 120.
Before:              Enter:                       After:

0010   A             move  10  30  100  incr(5)   0040   DDDD
0020   BB                                         0050   EEEEE
0030   CCC           or                           0060   FFFFFF
0040   DDDD                                       0070   GGGGGGG
0050   EEEEE         move   9  31  100  incr(5)   0080   HHHHHHHH
0060   FFFFFF                                     0090   IIIIIIIII
0070   GGGGGGG       or                           0100   JJJJJJJJJJ
0080   HHHHHHHH                                   0105   A
0090   IIIIIIIII     move   1  39  100  incr(5)   0110   BB
0100   JJJJJJJJJJ                             CLP 0115   CCC
0110   KKKKKKKKKKK                                0116   KKKKKKKKKKK
0120   LLLLLLLLLLLL                               0120   LLLLLLLLLLLL

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014