Using Alternate Indexes in CICS pgms: ?
Answer / guest
FCT entries must be created for both base cluster & the
path. To read using the alternate index, use the dd name of
the path in CICS file control commands.
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the main function of key-sequenced data set?
How are records stored in an ESDS, entry sequenced dataset?
How do you convert flat files to VSAM files ?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
what is meant by s0c-07 system abend codes?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
How vsam datasets are cataloged?
what do you mean by a vsam slot?
can we create vsam files on multiple volumes ?
What is the maximum no. of records that can be allowed in VSAM ?
what is a Base Cluster?
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?