how will you define vsam file in select clause?
Answer Posted / nirmal anwesh
select file-name assign to A-ddname
organization is indexed
access mode is sequential
record key is key-name
file status is fs-code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the utilization of copybook in cobol?
How to print 10 to 1 if the input have only 10 digit number?
How do get the result of your program directly on your pc?
What is perform what is varying?
What is rmode(any) ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Write a cobol program making use of the redefine clause.
What is the difference between PIC 9.99 and 9v99 in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
In COBOL, what is the different between index and subscript?