Suppose I have Five Steps in PROC In this Case I want to
Execute third Step in PROC using Main JCL don't use any COND
Explain with Coding Thanks & Regards
SHREE

Answer Posted / udhay

We can give RESTART=PROCNAME.STEPNAME the job card of the
main jcl

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What statement can be used to send data to another mvs jes3 node?

814


What are the rules employed while naming the steps in a job?

651


Is condition checking possible in jcl? If yes, how?

733


How to submit a jcl from cics?

658


write a jcl to execute a job by 7:00 am on jan 20,1986?

693






What is the function of //cntl statement?

826


Explain the function of dd disp parameter?

590


How does jcl act on code(if you take a cobol program)?

703


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

726


if the submitter of a job wants to inform another user about the job completion, how can it be done?

747


Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You

2259


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

705


Explain the function of the dd dcb keyword?

694


For what purpose steplib and joblib are used ?

680


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1982