I have multiple jobs ( JCLs with several JOB cards ) in a
member. What happens if I submit it?

Answer Posted / prashanthkodakani

all the jobs will submited.............

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2151


What is the function of dd name parameter with a 2 part structure; audit.report?

693


Are there any set of rules for the names of the steps used in a job?

624


what is the use of IEBGENER utility?

648


What is the significance of addrspc parameter in the exec statement?

612






What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1574


Explain how can return codes be tested before execution of a job step?

815


What are some jcl statements that are not allowed in procedures?

717


Explain how can the submitting users racf authority be overridden in a job stream?

664


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

819


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1955


How do you submit a job for execution?

630


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

846


what is the compile process of cobol program expalin with code

1992


what JCL Procedures?

689