i have 10 steps in my jcl.
-->if i want to execute my program from 5th step what i
have to do? don't give //* in ur previous steps
--> if i want to execute my program from 1to 5 steps only
what i have to do?

Answer Posted / ch.mahendra babu

by using restart parameter like
restart=step5

so execution process will be starts from 5th step.

Is This Answer Correct ?    19 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I share my data with other jobs? How?

663


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

693


What is the difference between the positional and keyword parameters? Give examples.

698


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7073


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2092






Explain dd statement in jcl?

635


How to submit jcl through a cobol program?

669


what is DSN in JCL and what are the parameters to declare the DSN?

712


What is the purpose of dd dummy statement?

939


What is notcat 2 - gs?

929


whats the diff bw the evaluate also and and?

1846


what sort card you will use to copy the data from one dataset to another dataset?

719


Must tape dataset definitions include vol=ser specifications?

968


What is the syntax of JCL statement?

687


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

923