is it possible to submitt more than one job in job card in
jcl? and if yes than is it necessary to have the jobs same
name?
Answer Posted / deb
when we submit job or jobs ....jobs get different classes..
if job name is same output would be unpredictable coz MVS
can run any of the job..once job is executed MVS is not
going to execute another job with the same name.
so the jobs with the same name will be executed but output
will be unprectable.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Describe the various parameters utilized in the creation of a gdg?
What is condition checking in jcl? Is this possible?
Matching Logic in Jcl not in cobol.Could any one please answer this question
how can you check if a file is empty using jcl?
How to submit jcl through a cobol program?
What are the 2 types of parameters in dd statement?
What is the purpose of dd?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What dd statement is used to supply the name of a dataset?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is use of dcb parameter in dd statement?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Define concatenating?
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of //jcllib statement?