Evening all.
I am trying to make a CLIST more generic by using a DDname not the DATASET
absolute value .
I.E
ISPSTART CMD(%RDVEWCLR) BDISPMAX(9900)
not
ISPSTART CMD(%RDVEWCLR PSFTS.ALLDB DRT2) BDISPMAX(9900)
RDVEWCLR has
"EDIT DATASET('"DDLLIB"') MACRO(FIX72)"
but I would like it to have
"EDIT FILE(DDLIN) MACRO(FIX72)"
By using the DDname I thought I do not need a variety of SYSTSIN entries
with different values on the ISPSTART command. I tried EDIT data-id but
this only seems to work when you assign the DDname via LMINIT and
LMINIT/OPEN are for PDS type functions.
I could use another CLIST or REXX to build the ISPSTART parm but was
trying to avoid this.
Anyone tried ISPEXEC EDIT command and achieved this.
TIA
Toger
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html