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 / stu
"//" with nothing else on the line is a "null" card which
tells the internal reader to stop reading even though there
may be subsequent lines containing text. This will result
in a job with no job card which will cause an error.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Is it possible to define dd statements as you want?
List the various advantages of using jcl language?
Describe the various parameters utilized in the creation of a gdg?
What are the parameters that are used in creating a gdg?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what operation is performed by job statement?
How does the jcl specify the job to os?
when does a dataset go uncataloged?
List in order the hierarchical levels of jcl?
In sms datasets, what is the function of the dd avgrec keyword?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is the purpose of coding class parameter in job statement?
what happens in conversion stage in job processing?
Can we use DISP=SHR in output file in JCL