How can we execute only one step in a job

Answer Posted / sachin

Suresh Sir: I agree with your answer but if Condition is True means that particular step(2) will be bypassed however job execution will go to the next step(3). I am just fresher, so please correct me if i am wrong.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose I have five jobs to do. But I want to hold one?

660


what is the use of JCL?

666


Define concatenating?

667


is there any way to execute more than one proc in the same exec statement at the same time..?

2111


What is notcat 2 - gs?

941






what JCL Procedures?

701


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

854


How can a stopped job be started again?

712


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

614


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

803


When space is allocated for an output dataset, what units can be used?

751


what happens in execution stage in job processing?

656


Is it possible to left uncode disp? If yes, how?

708


what happens in conversion stage in job processing?

730


How to pass data to a program that is coded in an exec statement?

829