suppose i have 10 job steps and i want to execute only step
6.How to write?
Answer Posted / anji
use Restate parameter in job card like Restart=(step 6)
And use cond parameter in 6'step like cond(4.le)
That means if successful exection 6 th step before going to
7th step it will check cond code if it is true remaning
steps not executed.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are hierarchy levels in jcl?
How does jcl act on a cobol code?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to do automated restart when a job abend?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
A dd statement consists of 4 fields. Name them?
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
in ways data can be passed to a COBOL program from JCL?
define cond parameter in jcl?
Is automatic restart possible in jcl? If yes, how?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How does jcl specify the job to the operating system?
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 to pass data to a program that is coded in an exec statement?
Explain how can an in-stream dataset be terminated?