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
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are different data types in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between perform … with test after and perform … with test before?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
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.
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between comp and comp-3?
Write a program to enter and display the names of students in a class using the occurs clause.
how to refer the data field?
Which mode is used to operate the sequential file?
Explain the configuration section of a cobol program with examples of syntax.