what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
No Answer is Posted For this Question
Be the First to Post Answer
what is DSN parameter and DISP parameter is used for?
What is the purpose of disp parameter?
I have two files each contains 10 records. I would like to copy both files into one output file but in alternate sequence. for e.g. first record from file1 then record 2 from file2.....
What is the significance of addrspc parameter in exec statement?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
What is the difference between static call & Dynamic call ?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
what is check pending option
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
i have a string of 80 chars i want to replace 4th char with "a"?