Answer Posted / sekhar
numeric size only 9(18).
alphanumeric is x(3273).
alphabit is A(3273)
so answer is we cant declare s9(19)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How do we get current date from system with century in COBOL?
What are the pertinent COBOL
Can we redefine the field of x(200) to less than 200?
How many bytes S(8) comp field occupy and its maximum value?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
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.
What is Pic 9v99 Indicates in COBOL?
What rules are followed by the search verb.
What the difference is between continue and next sentence?
What is the usage of comp fields in cobol?
What is rmode(24)
When is inspect verb is used in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.