I have a JCL which 20 steps. How do I execute 17 th step
alone (It should execute only 17ths tep.and it should not
execute 18,19,20 steps??
Answer Posted / mohammad
code restart=17,cond=(00,le),
cond=(4095,ge) on job card.
This will execute only 17th step.
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
List the different components of jcl statement?
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.
a dd statement has 2 types of parameters. Name them?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
which parameter is used to check the syntax of a jcl without executing it?
Explain the function of a dd statement?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the function of //jcllib statement?
Explain about ISPF/TSO Commands
How dummy is used in jcl?
Is it possible to define dd statements as you want?
what is the resolution for sb37 error
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the function of job statement in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?