Answer Posted / ananta bajpai
we can open a file in 4 modes
1. input mode
2. output mode
3. extend mode
4. I-O mode
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
how do you reference the fixed unblock file formats from cobol programs
What guidelines should be followed to write a structured cobol prgm?
How you can read the file from bottom?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between PIC 9.99 and PIC9v99?
How to print 10 to 1 if the input have only 10 digit number?
What type of SDLC u followed? Why?
what is the use of outrecord?
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.
Explain the configuration section of a cobol program with examples of syntax.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between Global and External Variables?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what is search and searchall?what is the diffrence between them?give an best example?