how many max steps can we use in a job? pls answer to my
question
Answer Posted / guest
255
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
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?
Explain how can a jobs execution priority be modified?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
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
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are some jcl statements that are not allowed in procedures?
Explain the hierarchy levels in jcl?
Can we use DISP=SHR in output file in JCL
How can the disposition of sysout datasets be set for an entire jobstream?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the function of the dd dcb keyword?