write a small snippet along the lines of ...
EDIT ENRICO.ISPF.EXEC(ZZ) - 01.04 Columns 00001 00072
Command ===> Scroll ===> CSR
****** ***************************** Top of Data ******************************
000001 /* Rexx */
000002 Trace "O"
000003 parse arg argv
000004 argc = words(argv)
000005 say right(argc,2)
000006 do iarg = 1 to argc
000007 say right(iarg,2) word(argv,iarg)
000008 end
000009 exit
****** **************************** Bottom of Data ****************************
save it in Your SYSPROC/SYSEXEC concatenation as <NameOfYourChoice>
after that go to ISPF option 3.4
and in front of a dataset enter
<NameOfYourChoice>
<NameOfYourChoice> a b c / d e f
where the / is the placeholder for dataset name
and meditate on the result
and above all meditate on
http://publibz.boulder.ibm.com/cgi-bin/ ... s/IKJ4BK90and
http://publibz.boulder.ibm.com/cgi-bin/ ... s/ISPZPM70not the last one, but more than enough for basic understanding
up to You to find the manuals for Your zOS level starting from
http://www-03.ibm.com/systems/z/os/zos/ ... index.html