what is the meaning of dynamic processing in vsam?
No Answer is Posted For this Question
Be the First to Post Answer
Using alternate indexes in cics 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.
How is record management performed in vsam?
Define base cluster?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?
What is a lds (linear data set)?
How to insert values for variables that are declared as COMP-3 variables in COBOL program in an already created VSAM file.
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
what is the meaning of dynamic processing in vsam?
what do you mean by define model parameter?
is it required that primary key values have to be unique? Do alternate key values have to be unique?