How to find whether a Flat file is empty or not without
Reading a file in COBOL Program. (not using JCL)
Answer Posted / sandy
Opening a file will give a file status code of '0' and
not '10'. Only when reading, file status will be '10'
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are the different open modes available in cobol?
What is Pic 9v99 Indicates in COBOL?
Which mode is used to operate the sequential file?
What are the access modes of START statement?
Have you used comp and comp-3 in your project? And how?
Explain about different table spaces.
Which Search verb is equivalent to PERFORM…VARYING?
How to remove 2 duplicate records and copy only one using job control language?
How can you get the ksds file records into your cobol program?
What type of SDLC u followed? Why?
Mention the guidelines to write a structured cobol program?
In COBOL, what is the different between index and subscript?
how do you reference the ksds vsam file formats from cobol programs
Define static linking and dynamic linking.