Under IDCAMS , multiple functions can be executed, each of
which returns a cond code. What will be the condition code
returned to the operating system ?
Answer / guest
The maximum condition code generated is returned as the
condition code of the IDCAMS step.
| Is This Answer Correct ? | 2 Yes | 1 No |
how to view clusters that has more than 10000 records
Explain about the file objects in vsam?
What is the COBOL RECORD KEY clause?
what do you mean by a upgrade set in vsam?
is there any lock for vsam file so that no one can update the vsam file ?
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.
explain how many ways you can load data in a vsam cluster?
By seeing the file itself how can we identify whether it is A vsam file or flat file
While designing vsam files,what is the best way to choose control interval size for the data and the index?
Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?
How are different versions of GDG named ?
is it required that primary key values have to be unique? Do alternate key values have to be unique?