How to find the UNIT and VOLUME of a (a) KEPT (b)
UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and
using (ii) ISPF ?
No Answer is Posted For this Question
Be the First to Post Answer
List the various advantages of using jcl language?
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
Why we will create load module in PDS only, Why nt in PS?
THERE IS ONE STEP AS BELOW: //STEPJS060 EXEC PGM=XYX, COND=((200,EQ,JS010),(0,NE,JS020.C),EVEN) COULD ANY ONE EXPLAIN HOW COND PARAMETER WORKS HERE? I AM CONFUSED BECOZ OF "EVEN".
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
Explain about Internal Sort
What is the significance of addrspc parameter in the exec 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
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
what is the meaning of 'sysin dd dummy'
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?