am new to rexx-programming
in general i want to access, search, manipulate DS and members of DS as fast as possible. so i´m searching the web for TSO-enhancing rexx-scripts.
i want to start a 3.4 panel DSLIST with more than one HLQ, e.g. sys1.p* and lmcd* from every command line
eg. TSO rexx-exec-name sys1.p*,lmcd*
(keys => pfx = TSO rexx-exec-name...)
an equal command would be
==> dslist sys1.p* ; append lmcd* ; append ....
according to my TSO 3.9
dslist=
SELECT PGM(ISRDSLST) PARM(DSL &ZPARM) SUSPEND SCRNAME(DSLIST)
parsing the command line to extract the HLQ is not difficult
It is possible to send the select command
TSO ISPEXEC "Select......" with the first HLQ, but how can i send the append command to the dslist-panel?
is there a better way to do this ?
(starting the dslist command in rexx doesn´t work. (?) )
thanks!
in general i want to access, search, manipulate DS and members of DS as fast as possible. so i´m searching the web for TSO-enhancing rexx-scripts.
i want to start a 3.4 panel DSLIST with more than one HLQ, e.g. sys1.p* and lmcd* from every command line
eg. TSO rexx-exec-name sys1.p*,lmcd*
(keys => pfx = TSO rexx-exec-name...)
an equal command would be
==> dslist sys1.p* ; append lmcd* ; append ....
according to my TSO 3.9
dslist=
SELECT PGM(ISRDSLST) PARM(DSL &ZPARM) SUSPEND SCRNAME(DSLIST)
parsing the command line to extract the HLQ is not difficult
It is possible to send the select command
TSO ISPEXEC "Select......" with the first HLQ, but how can i send the append command to the dslist-panel?
is there a better way to do this ?
(starting the dslist command in rexx doesn´t work. (?) )
thanks!