JCL Example:
//
//RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID
//STEP01 EXEC PGM=IEFBR14
//
..
..
If this JCL will run or it'll throw the ERROR?
Answer Posted / debasish kumar pothal.
yes, the JCL will throw an error as the 1st line should not
be let blank and there is no job card in the 1st line...
without the job card the JCL cannot run any program.
Is This Answer Correct ? | 8 Yes | 2 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
Mention the types of job control statements?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How do you access an uncatalogued dataset in a jcl?
which parameter is use to declare the name of dataset in dd statement?
what are the statements that are not valid to be included in an include statement?
Which statement is used to identify the private libraries in job?
What is condition checking in jcl? Is this possible?
How can the submitting users racf authority be overridden in a job stream?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How do you create a temporary dataset?
How gdg are concatenated?