hi all,
could you anyone provide me any references on some tips and tricks om command line commands or TSO/ISPF commands
for e.g:
SWAPBAR: to toggle screens at the bottom
REPL .ZF .ZL mem_name: to a save a member in VIEW mode
SORT 4 4 A: command line command to sort column 4 of length 4, instead of writing a SORT pgm
S VR*100 V[E|B]: which is used to View/Edit/Browse all members having name VR*100
comp 'abcd.edef.dsn1' x: which compares the dsn 'abcd.edef.dsn1'with currently editing/viewing dsn, which is essentially shows the differences like x3.13 command.
and others like MEMBER member(to find a member in set of PDS), copying using 'CO' operator, CUT, APPEND and PASTE commands to copy or move set of lines from one ps to other ps.
could you please share any references or links for these kind of basic tips and tricks.
Thanks!