I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / siddhartha
whenever ur submitting multiple jobs @ a same time u'l hav
give the priority for the execution of jobs. according to
the priority the jobs will b executed 1 by 1.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
How can a stopped job be started again?
Does jcl support automatic restart?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How can values be passed from the job stream to an executable program?
What is Cataloged Procedures?
when can a job time-out occur? How to overcome that?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
How jcl work to handle various input output file operations?
which utility is used a dummy utility?
How gdg are concatenated?
How to submit jcl through a cobol program?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How is a type of file defined in the jcl that executes the cobol program?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?