Answer Posted / balu
yes we can alter the limit of gdg, but with in the default
limit , but after the default limit it may not possible,
pls correct if i am wrong
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is the JCL statement consists of?
Can an individual step be restricted from using all the jobs allowed cpu time?
what is a jcl?
When output dataset space is required, what quantity categories are used?
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
How do you access an uncatalogued dataset in a jcl?
Is it possible to code instream data in a PROC?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what is the use of JCL?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Which statement is used to identify the private libraries in job?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?