Answer Posted / kamal
numeric size only 9(18).so answer is we cant declare s9
(19).
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
How arrays can be defined in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Can we change the password using ALTER? anyone tried and changed?
How do you get the data to code the BMS macro?
What is rmode(24)
What rules are followed by the search verb.
Write down the divisions of cobol program?
In which area will you utilize 88 level items in cobol?
how do you reference the variable unblock file formats from cobol programs
) what is the difference between AID and HANDLE AID?
Define cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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 do get the result of your program directly on your pc?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?