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

Post New Answer

More JCL Interview Questions

what is DSN parameter and DISP parameter is used for?

0 Answers  


What is the purpose of disp parameter?

0 Answers  


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.....

3 Answers   RBS,


What is the significance of addrspc parameter in exec statement?

0 Answers  


What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?

9 Answers   Xansa,






What is the difference between static call & Dynamic call ?

3 Answers  


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 ?

2 Answers   IBM,


what is check pending option

1 Answers   Fujitsu,


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?

2 Answers  


the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.

7 Answers   IBM,


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.

3 Answers   IBM,


i have a string of 80 chars i want to replace 4th char with "a"?

3 Answers   CSC,


Categories