I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?
Answer Posted / suresh babu
see there should be only one job card in one jcl but there
can be 255 steps
for example in C land there should be only one main right
can N E body tell me more plz
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
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
Explain how can return codes be tested before execution of a job step?
Brief description of inline procedure of jcl.
Explain in DD statement what is the use of DCB parameter?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How does the jcl specify the job to os?
List the different jcl statements that are not permitted in the procedures?
what are the statements that are not valid to be included in an include statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Matching Logic in Jcl not in cobol.Could any one please answer this question
In job processing, what happens in conversion stage?
What is the motivation behind coding class parameter in job statement?
What are hierarchy levels in jcl?