View previous topic :: View next topic |
Author |
Message |
modak Beginner
Joined: 09 Apr 2004 Posts: 14 Topics: 3
|
Posted: Mon May 10, 2004 2:00 am Post subject: I want to list down some PDS's which matches fnode.snode.*.c |
|
|
Pls note I tried OUTTRAP with LISTDS but it doesn't support astrik '*' |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
Manas Biswal Intermediate
Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Mon May 10, 2004 8:05 am Post subject: |
|
|
In addition to the link that Kolusu has provided, if this is a one time job, then I would simply use the ISPF SAVE command....
Get into DSLIST with fnode.snode.*.c and put a "SAVE MODAK" on the command line. The complete list of datasets will be saved into userid.modak.datasets.
I have ISPF release 5.2 on my installation and this works here. I am not sure if this works in old releases of ISPF.
Regards,
Manas |
|
Back to top |
|
|
modak Beginner
Joined: 09 Apr 2004 Posts: 14 Topics: 3
|
Posted: Tue May 11, 2004 2:53 am Post subject: |
|
|
Kolusu,
You have suggetsed an interactive tool to list the datasets.
I am planning to do internally. Actually I want to seacrh list of datasets based on some pattern after that I wiil write these datasets in my jobcard..all this I want to do using the REXX .
Could you pls suggest how to trap the list of datasets which allows *.* pattern.
Thanks |
|
Back to top |
|
|
taltyman JCL Forum Moderator
Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Tue May 11, 2004 7:25 am Post subject: |
|
|
You may want to check out the catalog search interface. See the Rexx sample in samplib, member IGGCSIRX. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Tue May 11, 2004 7:48 am Post subject: |
|
|
modak,
The link provided above is a rexx routine which can be run in batch if you have the rexx complier.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|