What is the size of s9(19)comp3? explain

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


Please Help Members By Posting Answers For Below Questions

Can we redefine the field of x(200) to less than 200?

822


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2107


What are various search techniques in cobol? Explain.

650


explain sorting techniques in cobol program?

692


Whats the difference between search & search ALL?

5270






What is length is cobol?

652


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

425


What is report-item in COBOL?

711


what are decleratives in cobol?

1831


Write a cobol program making use of the redefine clause.

739


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.

2014


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


What is a scope terminator give example?

659


What is the difference between binary search and sequential search?

643


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1525