which utility is used to update pds?
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
What is the difference between primary and secondary allocations for a dataset?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
what is the difference between static call and dynamic call?
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Explain about RECORDING MODE Clause
in step1 of a jcl,disp=(mod,delete,delete) step02 exec pgm=ccc,cond=(0,le) will step02 be executed? i)never ii)always iii) iv)... i dont remember options
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
As PARM can supply information to a program ? Can PARM be used to supply information to a cataloged or Inline Procedure also ?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
What is a procedure?