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 / vishwa_nathan
COde RESTART = STEP17 in job and code a condition in step
18 ie
STEP18 EXEC PGM=XXXXX,COND=(0,eq)
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Is automatic restart possible in jcl?
What is the function of the steplib dd statement?
What is the format of comment statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
Can we use DISP=SHR in output file in JCL
How can unused space allocation be returned to the system when a dataset is closed?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain how can a jobs execution priority be modified?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
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?
what is DD statement is used in JCL?
Name a few IBM utility programs, and explain its function.
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What are the jcl procedures?
What is jcl in mainframe, and how many types of jcl statements are there for a job?