How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / leena
Hey Harish, You are right. Max 15 in-stream procedures can
be codeed in a job
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
How do you define a variable of comp-1 and comp-2?
IF I mention stop run in CICS what happens?
Write a program to enter and display the names of students in a class using the occurs clause.
What is comp-1 and comp-2?
What are the rules of the move verb?
What is the compute verb? How is it used?
Write down the divisions of cobol program?
What rules are followed by the search verb.
Name the divisions, which are available in a cobol program?
Explain the configuration section of a cobol program with examples of syntax.
What are the access modes of START statement?
Can a Search can be done on a table with or without Index?
What is cobol?
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.