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
List in order the hierarchical levels of jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
i want to store 20 digits . how will u do it in cobol ?
What is the purpose of dd?
Explain about LMFREE�free data set from its association with data ID
What are the jcl procedures?
Explain how can return codes be tested before execution of a job step?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What happens if both JOBLIB & STEPLIB is specified ?
Explain how can the attributes of one sms dataset be copied to another dataset?
what is the resolution for sb37 error
Explain about ISPF/TSO Commands
what EXEC statement is and what is the syntax of EXEC statement used in JCL?