On Wed, 30 Nov 2005 18:54:53 -0600, Roger Wasley <[EMAIL PROTECTED]>
wrote:
>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)

>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.

LMINIT does work with with sequential datasets. Here's my solution (coded
in rexx syntax):

"LMINIT DDNAME(myddname) DATAID(DID)"
"EDIT DATAID("did")"
"LMFREE DATAID("did")"

-Rob

----------------------------------------------------------------------
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

Reply via email to