what is full form of AIX
Answers were Sorted based on User's Feedback
Answer / kannan
AIX-Alternate Index is the one created both for ESDS and KSDS.
For a base cluster, 253 alternate index can be created. It may be of unique keys or of duplicate keys.
| Is This Answer Correct ? | 6 Yes | 7 No |
At what stage, operator can change the class and priority of a submitted job?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
what is check pending option
Can you execute a PROC from another PROC?
What are the basic JCL Statements for a Job?
Describe the JOB statement, its meaning, syntax and significant keywords?
What is Uncatalog dataset? How can we access/use them?
What parameters can be used to limit the number of records written to a sysout dataset?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is the purpose of SYSOUT parameter in the DD statement?
suppose i have 10 job steps and i want to execute only step 6.How to write?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)