how will you define vsam file in select clause?
Answer Posted / snehatechm
select xxxx assign to dd1
organization is indexed
access is dynamic
record key is vsam-key
file status is file-status vsam-code.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Name some of the examples of COBOl 11?
explain sorting techniques in cobol program?
What is a SSRANGE and NOSSRANGE?
What is the difference between next sentence and continue in cobol programing language?
How to print 10 to 1 if the input have only 10 digit number?
What is the usage of comp fields in cobol?
What is the difference between binary search and sequential search?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What are the cobol coding sheets?
What rules are followed by the search verb.
Write down the divisions of cobol program?
Write the code to count the sum of n natural numbers.
What are the different rules to perform a Search?