If your job fails at particular step then what would be the
return code for next steps
Answers were Sorted based on User's Feedback
Answer / vinay sonar
It depends upon COND parameter coded in that step
| Is This Answer Correct ? | 2 Yes | 0 No |
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!
What is the significance of addrspc parameter in exec statement?
Differentiate between the joblib and the steplib statements?
which utility is used a dummy utility?
What is difference between Return Code, user completion code, Abend code and reason Code?
Which storage devices are grouped under DASD and SYSDA ?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
please could u tell me the difference between SORT, SYNCSORT,CA-SORT, DFSORT,
How to submit jcl through a cobol program?