How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / kishore
only 255.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
What rules are followed by the search verb.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what happens if parmparameter passes zero bytes to the program
What is the difference between binary search and sequential search?
Define static linking and dynamic linking.
How do define dynamic array in cobol.
How to print 10 to 1 if the input have only 10 digit number?
How do u write test cases?
What is the difference between structured cobol programming and object alternativelyiented cobol?
how do you reference the esds vsam file formats from cobol programs
Mention the guidelines to write a structured cobol program?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What are literals?
What is the LINKAGE SECTION used in COBOL?