How many bytes do a s9 (7) comp-3 field occupy?



How many bytes do a s9 (7) comp-3 field occupy?..

Answer / gurmeet singh

4

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COBOL Interview Questions

How do pass the values to the parameters in cobol

2 Answers  


What are the different forms of EVALUATE statement?

2 Answers   IBM, Micro Labs,


in how many mode we can open a file ?

4 Answers  


What is the default value(s) for an initialize and what keyword allows for an override of the default?

0 Answers  


Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?

5 Answers   IBM,


What is CALL statement in COBOL?

4 Answers  


Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible

7 Answers   TCS,


In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?

1 Answers   CSC,


How many maximum number of procedures can we write in one COBOL program?

6 Answers  


What are the different types of condition in cobol and write their forms.

0 Answers  


What is the difference between binary search and sequential search?

0 Answers  


what is rediffine clause?in what situation it can use?give me real time example?

1 Answers   IBM,


Categories