There are 5 steps in a Job. How to bypass the first step
by making use of only COND Parameter and not using any
Restart and IF/THEN/ELSE parameter?
Answer Posted / sakkara
give COND=ONLY in the JCL for that step.
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
which utility is used a dummy utility?
which parameter is used to check the syntax of a jcl without executing it?
what sort card you will use to copy the data from one dataset to another dataset?
what is the use of JCL?
List in order the hierarchical levels of jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Can an individual step be restricted from using all the jobs allowed cpu time?
what is the compile process of cobol program expalin with code
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What are the rules employed while naming the steps in a job?
what is the resolution for sb37 error
what are JCLLIB and STEPLIB in JCL?
Matching Logic in Jcl not in cobol.Could any one please answer this question
whats the diff bw the evaluate also and and?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK