I have a JCL with 10 steps, want to execute first 5 steps
only, what are ways of doing it?is it possible to control
through JOB card?
Answer Posted / ranjan
i do agree with suresh.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Which dd parameters are required?
Explain the function of //cntl statement?
How do you access an uncatalogued dataset in a jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is condition checking possible in jcl?
what happens in conversion stage in job processing?
What parameter directs the output of the job log dataset?
Explain how can return codes be tested before execution of a job step?
How does jcl specify the job to the operating system?
How is the record format of an output dataset specified?
What is the function of dd disp parameter?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How can the disposition of sysout datasets be set for an entire jobstream?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
what is SOC4 error?