whats the difference between empty and noempty of GDG?
Answers were Sorted based on User's Feedback
Answer / vinay sonar
If gdg limit is full and if you try to create new
generation then EMPTY will uncatlog all the existing
generations from the gdg and NOEMPTY means oldest
generation will be uncatloged
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / sunny kalra
Empty - If empty is specified, all data sets are to be removed
from the index when the limit is reached.
Noempty - Its the default option
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / lokesh
when the limit is exceeded.
empty keeps only the most recent generation.
noempty keeps the limit no of newest generation....
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / rahaman
nonempty-if the limit exceeds the first record alone is rolled out and new record is inserted.
| Is This Answer Correct ? | 4 Yes | 3 No |
what is the difference between JES3 and JES2?
What is the function of a dd statement?
How to search strings in multiple dataset with conditions 'string1 & string2'?
Can we write same stepname for one or more steps in on job ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
Can a PS file be read in reverse order?If so,how
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
How is a new GDG coded?
how you will define a temporary dataset in jcl?
How to pass the temp dataset form one JOB step to another?