Answer Posted / dev
using file aid or ditto editor or some other editor which
ur company have
| Is This Answer Correct ? | 25 Yes | 4 No |
Post New Answer View All Answers
what do you mean by the cobol record key clause in vsam?
Differentiate between ci split and ca split?
explain in brief how you can create a vsam file?
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
how can you load a vsam data set with records ?
Differentiate between control interval (ci) and control area (ca)?
What is the biggest disadvantage of using a vsam dataset?
what is a base cluster in vsam?
How is the sorting of vsam files carried?
can you specify some the distinctive features of a ksds, key sequenced dataset?
Define a path?
What is the function of entry sequenced data set?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
What does the keyranges parameter in define cluster command do?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?