a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
What is the difference between a PDS member and a GDG Generation ? Is it only this, that with a generation we can use +1, 0, -1 etc while with PDS member we can not ?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
Explain the purpose of dd * statement in jcl?
which statement is used to end the in-stream procedure in a jcl?
what is A-MODE and R-MODE?
What is the difference between the positional and keyword parameters? Give examples.
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How are GDGs concatenated?
What are the parameter we cannot use in procedure?
if the submitter of a job wants to inform another user about the job completion, how can it be done?