Answer Posted / shaik
Null is unknown information (garbage)
Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
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.
Explain the function of //cntl statement?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Explain dd statement in jcl?
What is catelog procedure and how many catelog procedure to use in one job?
List in order the hierarchical levels of jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
Is condition checking possible in jcl? If yes, how?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How can an in-stream dataset be terminated?
What does a disposition of (MOD,DELETE,DELETE) mean ?
What are the parameters that are used in creating a gdg?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How jcl is used for testing batch programs?