can i see how many records does a vsam file have without
browsing or without using file-aid? and same for ps file?
Answer Posted / pratap
using repro we can see vsam records
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Define a path?
What is the main function of key sequenced data set in vsam?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is a lds (linear data set) and what is it used for?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What are the different commands used in idcams for vsam?
What are the different dataset organizations used in vsam?
How is the sorting of vsam files carried?
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
Define gdg?
Using alternate indexes in cics program?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
Tell about the ams used in vsam?
explain the differences between vsam and non-vsam files
is delete operation supported in an esds? Is rewrite operation possible in esds?