is there any utility for restarting a particular step in jcl reply soon ?
Answer Posted / muttaiah
If you want to restart a particular step then you can use
the Restart parameter instead of utility.
Restart = stepname if you want to restart from step
Restart = Procstep.JClstep if you want to restart from a
particualr step in proc
Restart = * will restart from beginning
If you want to execute only single step then use
Restart = stepname, Cond=(0,LE).
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the utility programs in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
i want to store 20 digits . how will u do it in cobol ?
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
List the various advantages of using jcl language?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How dummy is used in jcl?
a dd statement has 2 types of parameters. Name them?
Is it possible to define dd statements as you want?
What are some jcl statements that are not allowed in procedures?
how would you create a temporary dataset? And where will you use them?
What are the 4 fields in dd statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?