in a cobol select statement, can you tell what is the organization for a ksds?
No Answer is Posted For this Question
Be the First to Post Answer
what is the concept of IMPORT in vsam??
Is CA(Control Area) is part of CI(Control Interval)
If you wish to use the REWRITE command haw must the VSAM file be opened?
what's the biggest disadvantage of using a VSAM dataset?
8 Answers Anjana, CTS, DSRC, IBM,
is there any lock for vsam file so that no one can update the vsam file ?
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
Differentiate between ci split and ca split?
Syntax of AMS modal commands ?
what is the meaning of each of the values in shareopts(2 3)?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.