Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?
Answer Posted / manohar
yes
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Explain how can a stopped job be started again?
How jcl is used for testing batch programs?
Is condition checking possible in jcl? If yes, how?
Mention the types of job control statements?
what is DSN parameter and DISP parameter is used for?
what are the various stages of job processing?
Explain the purpose of dd dummy statement?
What is the use of disp parameter?
Explain dd statement in jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How to alter the parameters for the existing gdg?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY