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 |
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
What is use of restart and how to use it?
what is use of dsn parameter in dd statement?
how would you create a temporary dataset? And where will you use them?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
what is the restart?hopw it is invoked?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
what do you mean by include statement in jcl?
How does jcl act on code(if you take a cobol program)?
what is a steplib
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.