Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answers were Sorted based on User's Feedback
Answer / manasa
Use cond = only in first step
Then use if/else/then statement for further steps to not execute
| Is This Answer Correct ? | 1 Yes | 1 No |
wht is step lib n job lib ? where can we code joblib n steplib ?
How to get cursor position from system in CICS environment ?
Explain how can a stopped job be started again?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is DSNDB06 ?
I am getting the file from Unix to Mainframes for every 15 minutes. The mainframe job get abended with bad records coming from unix. I recovered that by deleting the bad data. I need permenant solution how to fix the issue? The record is getting characters in in first 9 positions which it should not. Please provide me the solution how to skip the records if it finds the charcters in the first 9 positions. K
how to execute the last 5 steps in jcl
What is the error code SOC01 indicate ?
Explain about ISPF/TSO Commands
What are the jcl procedures?
What is the max blocksize for a Tape file?
wht is sysudump n sysout,sysprint ?