View previous topic :: View next topic |
Author |
Message |
computer Beginner
Joined: 12 Jun 2007 Posts: 64 Topics: 17 Location: Hyderabad
|
Posted: Thu Jul 03, 2008 9:52 am Post subject: How to allocate a member to REXX program IN VSE environment. |
|
|
Hi All,
I am new to VSE environment, but have worked in MVS for more than 2 yrs.
As in MVS environment we use to have REXX programs and there we a had the concept of FLAT/PS file and PDS. But here in VSE we have the concept of member.
So in VSE how to allocate a member in REXX program (may be for read/write purpose) as we do in MVS as like shown below:
"ALLOC FI(OUTDD) DA('TST1.REXX.TEST1.PDS.REXX1') SHR REUSE"
And also please give me any link where i can get sample REXX programs meant for VSE environment.
Thanks in advance for any help. |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Thu Jul 03, 2008 1:41 pm Post subject: |
|
|
Do a Google on Rexx+VSE. Probably answers both your requests. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
|
|