what is the purpose of coding notify parameter in job statement?
No Answer is Posted For this Question
Be the First to Post Answer
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
What are s0c1, s0c4, s0c5, s0c7 and socb?
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
When cursor is not closed what is the error?
How many types of parameters are used in JCL and what are mandatory parameters of JOB statement.
wht happens if cond=true ? pls give me with an example ?
How to fetch even records from one file to another file by using ICETOOL in JCL?
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
how can the same proc be re-used and called by many jobs?
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
How to copy one PS file to multiple PS files with same data?
Why do you use a control card?