How to insert values for variables that are declared as
COMP-3 variables in COBOL program in an already created
VSAM file.
Answer Posted / rookie
Did you mean how to insert values directly in the file....
If then open the file directly thru some utility...and edit
the field using HEX OFF option....
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
explain in brief how you can create a vsam file?
State the differences between vsam and non-vsam files?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
What is the purpose of idcams?
Define dynamic processing?
what will happen if there is no secondary allocation made for datasets?
Tell about the ams used in vsam?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
what is a base cluster in vsam?
what do you mean by idcams? Explain its purpose?
what is the meaning of each of the values in shareopts(2 3)?
Define gdg?
What are the distinctive features of a ksda, key sequenced dataset?
What is the purpose of having vsam data space?