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


Please Help Members By Posting Answers For Below Questions

Name the statement which can be used to send data to another mvs jes3 node?

697


Is it possible to define dd statements as you want?

751


What statement can be used to send data to another mvs jes3 node?

1069


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) ?

1862


what happens in execution stage in job processing?

729






What is the purpose of dd dummy statement?

1044


when does a dataset go uncataloged?

936


what is the compile process of cobol program expalin with code

2117


Explain the function of a dd statement?

750


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

1152


What is the purpose of dd?

824


How does jcl specify the job to the operating system?

851


What is job control language?

704


Explain the jcl exec statement?

745


How can the attributes of one sms dataset be copied to another dataset?

968