Answer Posted / anil prajapati
this section is used for passing values from calling
program to main pogram and vice versa
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
What is rmode(any) ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do define dynamic array in cobol.
How do you differentiate between cobol and cobol-ii?
How do you reference the following file formats from cobol programs?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
How to use the same COBOL program in Batch and CICS on lines? explain with an example
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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 the rules of the move verb?
Can a Search can be done on a table with or without Index?
What are the different open modes available in cobol?
Write down the divisions of cobol program?