Answer Posted / rama
we will code file status in file-control of environment
division.
file-control.
SELECT infile ASSIGN TO ws-dd-name
FILE STATUS IS ws-fs-code.
and ws-fs-code has to coded in working-storage section.
if i'm wrong plz let me know...
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
What are the pertinent COBOL commands?
IF I mention stop run in CICS what happens?
What is the difference between Global and External Variables?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between external and global variables in COBOL?
How are the next sentence and continue different from each other?
Write a program to enter and display the names of students in a class using the occurs clause.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the utilization of copybook in cobol?
Have you used comp and comp-3 in your project? And how?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the LINKAGE SECTION used in COBOL?