what does a file status of 02 on a vsam signifies?
No Answer is Posted For this Question
Be the First to Post Answer
why do we use vsam file thn seqential files ?
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
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
difference between vsam and database tables
How to delete a member using JCL.?
How do you initialize a VSAM file before any operation? a VSAM with alternate index?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Define base cluster?
What is the meaning of VSAM RETURN-CODE 28?
what will happen if there is no secondary allocation made for datasets?
what is the meaning of dynamic processing in vsam?
On which datasets You can have ALT INDEX?