Answer Posted / 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 |
Post New Answer View All Answers
how do you code a null statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What do you understand by jcl?
What is use of restart and how to use it?
What is the difference between the positional and keyword parameters? Give examples.
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain about LMFREE�free data set from its association with data ID
how you can direct the data to spool using SYSOUT option?
which parameter is use to declare the name of dataset in dd statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Is their any set of rules for dd? Explain.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?