what is alternate index?
Answer / bhakti
It is used whenever data needs to be retrieved on the basis
of the other fields i.e. other than primary fields.
Supported by KSDS and ESDS only but not by RRDS and LDS
because they do not have any index component.
Not more than 253 AIX (Alternate Index) can be specified.
AIX is composed of Primary key record along with the field
identified as secondary key.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is the function of the dd avgrec keyword in sms datasets?
How many parameters are there to a DISP statement and what are their uses ?
Can we use empty VSAM as input?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
Explain about Internal Sort
Explain about LMOPEN -
How jcl is used for testing batch programs?
Are there any set of rules for the names of the steps used in a job? What are they?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
in jcl you are having JCLLIB and STEPLIB what happens
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?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...