I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / gaurav
We have put number of job card in a single JOb. It will
treat each Job card as a new Job. So if you put 10 Jobcard
statement,means you are submitting 10 Jobs
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Name the statement which can be used to send data to another mvs jes3 node?
Is it possible to define dd statements as you want?
What statement can be used to send data to another mvs jes3 node?
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) ?
what happens in execution stage in job processing?
What is the purpose of dd dummy statement?
when does a dataset go uncataloged?
what is the compile process of cobol program expalin with code
Explain the function of a dd statement?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
What is the purpose of dd?
How does jcl specify the job to the operating system?
What is job control language?
Explain the jcl exec statement?
How can the attributes of one sms dataset be copied to another dataset?