how will you define vsam file in select clause?
Answer Posted / adarsh562
select file-name assign to dd-name
organization is indexed
access mode is sequential
record key is key-name
file status is fs-code.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Name some of the examples of COBOl 11?
What is the difference between PIC 9.99 and PIC9v99?
Which division and paragraphs are mandatory for a COBOL program?
What guidelines should be followed to write a structured cobol prgm?
How to know whether the module is dynamical or statistical?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how to move the records from file to array table. give with code example
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
HOw can I get the negative sign while deduct high value from low value
In which area will you utilize 88 level items in cobol?
What is report-item in COBOL?
How you can read the file from bottom?
What is the Purpose of POINTER Phrase in STRING command in COBOL?