The maximum number of in-stream procedure you can code in
any JCL is ?
Answer Posted / jayakumar
15
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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 jcl work to handle various input output file operations?
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?
Is their any limit for data sets?
Explain how can values be passed from the job stream to an executable program?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How can the submitting users racf authority be overridden in a job stream?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
how would you create a temporary dataset? And where will you use them?
what is DSN parameter and DISP parameter is used for?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Is it possible to code instream data in a PROC?
Explain about LMFREE�free data set from its association with data ID
What is concatenating?
How would you understand error(execution phase)?