whats the difference between empty and noempty of GDG?
Answer Posted / 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 |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
Explain how can the submitting users racf authority be overridden in a job stream?
What is job control language?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What do you know about jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What does a disposition of (MOD,DELETE,DELETE) mean ?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
Explain the purpose of dd * statement in jcl?
Is it possible to left uncode disp?
What is the purpose of dd dummy statement?
Differentiate between the joblib and the steplib statements?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
how JCL works?