|
|
| Author |
Message |
pguru25
New User
Joined: 20 Mar 2008 Posts: 2 Location: Chennai
|
|
|
|
Hi,
Please advice, how do i open a PDS of format U in REXX.
regards |
|
| Back to top |
|
 |
References
|
Posted: Mon Apr 28, 2008 5:00 pm Post subject: Re: How do i open a PDS of format U in REXX |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3098 Location: Charlotte,NC USA
|
|
|
|
From the z/OS V1R7.0 TSO/E REXX Reference Chapter 10.3 EXECIO:
| Quote: |
The EXECIO command can be used in REXX execs that execute in both the TSO/E address space and non-TSO/E address spaces.
You can use the EXECIO command to do various types of I/O tasks, such as copy information to and from a data set to add, delete, or update the information.
Restrictions: The EXECIO command does not support I/O on files allocated to data sets with spanned, track overflow, or undefined record formats.
An I/O data set must be either sequential or a single member of a PDS. Before the EXECIO command can perform I/O to or from the data set, the data set must be allocated to a file that is specified on the EXECIO command. The EXECIO command does not perform the allocation.
|
I don't know if you can "open a PDS of format U", but you certainly can't read one.
There is a specific MVS utility that deals with processing the information contained in a loadlib.
It might be more helpful if you would describe what you want to do with this PDS and what process you want to follow to accomplish your goal. |
|
| Back to top |
|
 |
Moved: Tue Apr 29, 2008 6:22 pm by superk From TSO/ISPF to CLIST & REXX |
pguru25
New User
Joined: 20 Mar 2008 Posts: 2 Location: Chennai
|
|
|
|
we could find some discrepancy with few load modules in the Loadlib library. Hence we need to get all the compilation dates of the load module in two different environment. The Loadlib library is of U format.
Can you please advise how to get those dates? |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3098 Location: Charlotte,NC USA
|
|
|
|
| Will AMBLIST give you what you need? |
|
| Back to top |
|
 |
Moved: Tue Apr 29, 2008 6:44 pm by superk From CLIST & REXX to Mainframe COBOL |
|
|