Answer Posted / brian
Also if you are restarting from a particular step that
executes a module that processes a high volume of data you
will have to work out key values for picking up where you
left off say for sequential files. It gets even more
complicated with relational datbase processing like DB2 and
COMMIT points.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
how would you create a temporary dataset? And where will you use them?
Explain how can the attributes of one sms dataset be copied to another dataset?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
what is use of space parameter in dd statement?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
List the different components of jcl statement?
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
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
Why block size is multiple of lrecl in jcl?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Is acct parameter mandatory?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?