how to check whether the open command of a sequential file is
successful? or not?
Answer Posted / mani yadav
By Using File-status.
File status code is 00.succesfully opened.
| Is This Answer Correct ? | 34 Yes | 2 No |
Post New Answer View All Answers
Which Search verb is equivalent to PERFORM…VARYING?
What is a report item?
how to convert the recors form vsam file to db2 table tru file aid
In COBOL programming, what is PERFORM? What is VARYING?
How can you get the ksds file records into your cobol program?
how do you reference the variable unblock file formats from cobol programs
What are the cobol coding sheets?
how to move the records from file to array table. give with code example
What are declaratives and what are their uses in cobol?
What is the use of intialize verb?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Mention the guidelines to write a structured cobol program?
Which division and paragraphs are mandatory for a COBOL program?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Write the code implementing the perform … varying.