How do you fix the problem associated with VSAM out of space
condition?
Answer / guest
Define new VSAM dataset allocated with more space.
Use IDCAMS to REPRO the old VSAM file to new VSAM dataset.
Use IDCAMS to ALTER / rename the old VSAM dataset or se
IDCAMS to DELETE the old VSAM dataset.
Use IDCAMS to ALTER / rename the new VSAM dataset to the
name of the original VSAM dataset.
| Is This Answer Correct ? | 7 Yes | 0 No |
what do you mean by a vsam split?
How can you create a VSAM dataset? Can you write a JCL for it?
Differentiate between ci split and ca split?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
What is VERIFY command ? when do you use this command?? What actually it does ??
what is the syntax of ams modal commands?
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.
what do you mean by a shareoptions parameter (shr) in define cluster command?
can we create PS file using IDCAMS utility?
What are the different parameters that are used in vsam?
what is buffering and how does it apply to vsam files ?
What is the maximum record length for the VSAM dataset?