How to delete AIX ?
i) IEBGENER
ii) IDCAMS
iii) PURGE
iv) All of the above
Answer Posted / jitendra kumar rathour
2-IDCAMS
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What do you understand by jcl?
How to pass data to a program that is coded in an exec statement?
what is use of dsn parameter in dd statement?
how can the same proc be re-used and called by many jobs?
what is DSN in JCL and what are the parameters to declare the DSN?
define cond parameter in jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
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?
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 use of dcb parameter in dd statement?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Name a few IBM utility programs, and explain its function.
Give the syntax of job specifying jcl statement.
Which dd parameters are required?
when does a dataset go uncataloged?