What are literals?
No Answer is Posted For this Question
Be the First to Post Answer
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
wht is structured cobol pgm and non structred cobol pgm ?
) what is the difference between AID and HANDLE AID?
how to know that the file has 300 records how to acess it?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
what is difference between cobol and cobol/400
whats the difference between search and search all?
If we use GO BACK instead of STOP RUN in cobol?
Mention the guidelines to write a structured cobol program?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?