View previous topic :: View next topic |
Author |
Message |
singhnarender79 Beginner

Joined: 24 Dec 2002 Posts: 32 Topics: 6 Location: U.K
|
Posted: Wed Dec 14, 2005 11:07 am Post subject: Exclude some Members while doing a Search (3.14) |
|
|
Hi everybody,
I am trying to find a particular set of datasets in all the jcls, in order to find out in which JCL's the dataset is being used. I already know the JCL's in which it might be created like PN4DR* and I would like to exclude all these JCL's in the 3.14 option, so that it won't search PN4DR* JCL's.
I am not able to find any option for doing that.
Is there any way I can acheive this in 3.14 or any other way I may be able to do this operation?
Thanks & Regards,
Naren _________________ "Hold fast to dreams, for if dreams die, life is a broken winged bird that cannot fly."
-- Langston Hughes |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Wed Dec 14, 2005 1:30 pm Post subject: |
|
|
In the 3.14 panel, give your PDS name only, no membernames or (*). You'll be presented a full member list. Use primary command 'S *' to select all members. Now go down the list and remove the "S" from the members you don't wish to search. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
singhnarender79 Beginner

Joined: 24 Dec 2002 Posts: 32 Topics: 6 Location: U.K
|
Posted: Thu Dec 15, 2005 5:06 am Post subject: |
|
|
Hi Bill,
I thought of that tooo, but the problem is there are around 32000 JCL's in it, the ones which I don't want to include in the search are around 1000. So manually removing all those is not possible.
I even checked the File-Aid for this, but there also you have to remove each member individually.
Isn't there any other way to acheive this?
Cheers,
Naren _________________ "Hold fast to dreams, for if dreams die, life is a broken winged bird that cannot fly."
-- Langston Hughes |
|
Back to top |
|
 |
Vinodch Beginner
Joined: 23 Dec 2002 Posts: 80 Topics: 32 Location: Chennai, India
|
Posted: Thu Dec 15, 2005 7:56 am Post subject: |
|
|
Naren
In the 3.14 option you can select the member individually starting with "A*" up to "Z*" but not the member starts with "P*", once selected you can submit the job for a search.
Hope this helps. The above mentioned is not the best solution but still you can give a try. _________________ Thanks,
Vinod. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Dec 15, 2005 9:05 am Post subject: |
|
|
singhnarender79,
Generate the JCL using 3.15 in batch mode and edit the JCL before submitting it.
Code: |
X ALL; F 'PN4DR' ALL
|
now delete all this names from syin.
Hope this helps....
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
singhnarender79 Beginner

Joined: 24 Dec 2002 Posts: 32 Topics: 6 Location: U.K
|
Posted: Thu Dec 15, 2005 9:55 am Post subject: |
|
|
Why couldn't I think of that ...
It's a very good suggestion Kolusu
Thanks Kolusu ..
Cheers,
Naren _________________ "Hold fast to dreams, for if dreams die, life is a broken winged bird that cannot fly."
-- Langston Hughes |
|
Back to top |
|
 |
|
|