can we have more than one job in a single job card that is
we are specifying only one 'job' statement in the jcl.
Answer Posted / reddy kanupuru
we can have more than one job in a job card .after the
first job give /* after that code another job and so on.
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
how JCL works?
Explain the function of a dd statement?
How can a jobs execution priority be modified?
What is the significance of addrspc parameter in the exec statement?
Is condition checking possible in jcl? If yes, how?
What are the 2 types of parameters in dd statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the function of the steplib dd statement?
what is JCL?
What is the purpose of dd dummy statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Are there any set of rules for the names of the steps used in a job? What are they?
what is the use of JCL?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?