Author |
Message |
Topic: Include Cond In Sort clarification |
hchinnam
Replies: 6
Views: 5789
|
Forum: Utilities Posted: Fri Feb 20, 2009 11:43 am Subject: Include Cond In Sort clarification |
Thanks for the link.  |
Topic: Include Cond In Sort clarification |
hchinnam
Replies: 6
Views: 5789
|
Forum: Utilities Posted: Fri Feb 20, 2009 11:22 am Subject: Include Cond In Sort clarification |
I thought INREC will get processed before include  |
Topic: Include Cond In Sort clarification |
hchinnam
Replies: 6
Views: 5789
|
Forum: Utilities Posted: Fri Feb 20, 2009 6:30 am Subject: Include Cond In Sort clarification |
Found it,
SORT FIELDS=(27,4,ZD,A)
INREC FIELDS=(1,4,C' ',33,16,C' ',368,5,PD,TO=ZD,LENGTH=8,C' ',21,4)
OUTFIL FNAMES ... |
Topic: Include Cond In Sort clarification |
hchinnam
Replies: 6
Views: 5789
|
Forum: Utilities Posted: Fri Feb 20, 2009 5:48 am Subject: Include Cond In Sort clarification |
All,
I wrote a control card that looks like below,
SORT FIELDS=(27,4,ZD,A)
INCLUDE COND=(27,4,CH,GE,C'0300',AND, ... |
Topic: GDG limit |
hchinnam
Replies: 5
Views: 2576
|
Forum: Job Control Language(JCL) Posted: Tue Sep 30, 2008 11:51 am Subject: GDG limit |
Arvibala,
GDG "UNCATALOG" does not remove the generation from system catalogue. It just removes it from GDG catalogue so that it will not be linked to GDG any more.
You can see this by ... |
Topic: Find members for not equal condition. |
hchinnam
Replies: 4
Views: 2076
|
Forum: Utilities Posted: Mon Sep 22, 2008 10:04 am Subject: Find members for not equal condition. |
Simplest way I can think of is,
Open the pds, and issue SRCHFOR 'dsnexit'. It will display all '*Found' against all the members that have this text.
Sort the pds member list based on prompt and ... |
Topic: How to set the MAXCC from 1 to 0 |
hchinnam
Replies: 3
Views: 12535
|
Forum: Job Control Language(JCL) Posted: Thu Sep 18, 2008 4:05 am Subject: How to set the MAXCC from 1 to 0 |
You can't do that.
You can set the condition codes with in the step to what ever you want. But once you move to next step there is no way you are going to reset previous step's cond code.
Howe ... |
Topic: GDG version reclaim |
hchinnam
Replies: 15
Views: 11335
|
Forum: Job Control Language(JCL) Posted: Thu Sep 18, 2008 3:41 am Subject: GDG version reclaim |
This works same even if you use a scheduler. I don't think schedulers would be able to identify a GDG version that does not exist in the GDG catalogue. |
Topic: GDG version reclaim |
hchinnam
Replies: 15
Views: 11335
|
Forum: Job Control Language(JCL) Posted: Wed Sep 17, 2008 7:45 am Subject: GDG version reclaim |
All,
Thanks for your help. jsharon1248's post explains the issue. |
Topic: GDG version reclaim |
hchinnam
Replies: 15
Views: 11335
|
Forum: Job Control Language(JCL) Posted: Wed Sep 17, 2008 7:44 am Subject: GDG version reclaim |
Yes, but you are using a different parameter in DISP aren't you.
Yes, But I thought we are talking only about first parameter of DISP.
I did ask you to provide info on the GDG base definitio ... |
Topic: GDG version reclaim |
hchinnam
Replies: 15
Views: 11335
|
Forum: Job Control Language(JCL) Posted: Wed Sep 17, 2008 7:43 am Subject: GDG version reclaim |
Yes, but you are using a different parameter in DISP aren't you.
Yes, But I thought we are talking only about first parameter of DISP.
I did ask you to provide info on the GDG base definitio ... |
Topic: GDG version reclaim |
hchinnam
Replies: 15
Views: 11335
|
Forum: Job Control Language(JCL) Posted: Wed Sep 17, 2008 7:28 am Subject: GDG version reclaim |
I think I have the explanation. When you create the initial file with the DISP=(MOD,KEEP,KEEP), the dataset is in a deferred roll-in state. This term is briefly explained in Chapter 29, Processing G ... |
Topic: GDG version reclaim |
hchinnam
Replies: 15
Views: 11335
|
Forum: Job Control Language(JCL) Posted: Tue Sep 16, 2008 8:56 am Subject: GDG version reclaim |
What does the message say in the book
It says something about "deferred roll-in generation data set".
I couldn't understand it. Can you throw some light on it please? |
Topic: GDG version reclaim |
hchinnam
Replies: 15
Views: 11335
|
Forum: Job Control Language(JCL) Posted: Tue Sep 16, 2008 8:33 am Subject: GDG version reclaim |
using disp=mod will only create a new generation if no generation exists.
Since a generation existed, the system went and found it.
using DISP=NEW would have created a new generation.
Atten ... |
Topic: GDG version reclaim |
hchinnam
Replies: 15
Views: 11335
|
Forum: Job Control Language(JCL) Posted: Mon Sep 15, 2008 4:21 am Subject: GDG version reclaim |
ALL,
Please look at the DD statement below
//OUT DD DSN=XXXX.YYYY.ZZZZ(+1),
// DISP=(MOD,KEEP,KEEP),
// DCB=(L ... |
|