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 / suresh

We can submit more than one job from single JCL by giving
multiple job cards in the JCL.

Its not necessary to have the same job name for all the
jobs. If all the jobs have the same job name, then the
jobs will be in queue to finish one by one.

Please let me know, if you are exepecting something
different.

Is This Answer Correct ?    23 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to left uncode disp? If yes, how?

704


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5060


Is there any command to check wether the ps file is in sorted order?

2428


Can I share my data with other jobs? How?

665


how would you create a temporary dataset? And where will you use them?

766






Explain how can a stopped job be started again?

636


What is condition checking in jcl? Is this possible?

624


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2097


Matching Logic in Jcl not in cobol.Could any one please answer this question

3669


Explain the function of job statement in jcl?

644


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

668


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

906


Where can program checkpoints be stored for use in a restart?

843


How to submit a jcl from cics?

658


What is the function of //jcllib statement?

802