View previous topic :: View next topic |
Author |
Message |
jajularamesh Beginner
Joined: 14 Apr 2006 Posts: 87 Topics: 33
|
Posted: Mon Apr 02, 2007 2:21 am Post subject: how can we identify where we need to concatnate our RexxPDS |
|
|
Hi,
i am working in a new mainframe environment.i am not sure where exactly i need to concatnate my rexx PDS.In my new mainframe environment not even a single Rexx programs/utilities are running.Can any one plz tell me where to add rexx PDS.
In my old shop we had a CLIST PDS assigned to our userid in that a PS file name HT$on was present and in that we used to concatnate our PDS files.Here those kind of PS file is not present in CLIST PDS.
Current shop has this PDS TSO9314.TSOUTIL.CLIST
it has only one PS file called start which contains ISPF.
Shall i need to create a ps file in CList and what are all modification i need to make.
Regards,
Ramesh |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Mon Apr 02, 2007 5:20 am Post subject: |
|
|
REXX should be concatenated into the SYSEXEC DD _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
jim haire Beginner
Joined: 30 Dec 2002 Posts: 140 Topics: 40
|
Posted: Mon Apr 02, 2007 7:43 am Post subject: |
|
|
If you type in "TSO ISRDDN" you will be able to see a list of all datasets allocated to you at logon.
Check out SYSEXEC and see which datasets are tied to that DDNAME. Often shops have a dataset for User REXX execs. |
|
Back to top |
|
 |
|
|