On Thu, 19 Jun 2008 15:28:09 -0500, Mark Zelden wrote:
>
>What exactly is the problem / issue?  I ask, because I ran into a problem with
>VIO and IPLINFO using LISTDSI a while back.  I changed my ISPF panel data set
>to a temp PDS and then used LISTDSI to find the DDNAME so I could write
>to it with REXX EXECIO.   This failed in some environments that changed the
>allocation to VIO (via SMS rules).  I then changed the allocation of the
>library to PDSE and that worked in some environments that checked
>for PDSE and didn't try to allocated it to VIO.  But since PDSE can't be
>in VIO, it failed in other environments.  Eventually I did it the correct
>way and used ISPF services (LM*) to write to the temp PDS (as opposed to
>EXECIO).
>
How was the temp panel data set allocated?  Perhaps by a profile
or by JCL, or by a DYNALLOC in a Rexx exec?  If the last, the
RTDDN operand of BPXWDYN returns the DDNAME to you.

-- gil

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