Answer Posted / ancora
1. How many possible modes are there to open a file in
output mode?
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
What are the different open modes available in cobol?
What is the use of intialize verb?
What guidelines should be followed to write a structured cobol prgm?
How to know whether the module is dynamical or statistical?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between PIC 9.99 and 9v99 in COBOL?
IF I mention stop run in CICS what happens?
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.
For rewrite, why is it mandatory that file needs to be opened?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is a SSRANGE and NOSSRANGE?
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the variable block file formats from cobol programs