What does the one advantange of using IEBUPDTE?????
Answer Posted / balaji
it updates ibm source libraries such as the cataloged
procedures libraries.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
when can a job time-out occur? How to overcome that?
what operation is performed by job statement?
what is DD statement is used in JCL?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
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 a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What does a disposition of (MOD,DELETE,DELETE) mean ?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Explain the purpose of dd dummy statement?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
How do you submit a job for execution?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is DSN parameter and DISP parameter is used for?