01 a pic s9(5) occupies how many bytes ?

Answers were Sorted based on User's Feedback



01 a pic s9(5) occupies how many bytes ?..

Answer / g.naveen

s9(5) occupies 5 bytes of memory.

Is This Answer Correct ?    46 Yes 21 No

01 a pic s9(5) occupies how many bytes ?..

Answer / naveen

Kishore Sangu


S9(1)comp to s9(4)comp occupies 2 bytes.
s9(5)comp to s9(9)comp occupies 4 bytes.
S9(10)comp to S9(18)comp occupies 8 bytes.

Is This Answer Correct ?    7 Yes 3 No

01 a pic s9(5) occupies how many bytes ?..

Answer / nag(igate)

hello to all guys,
display is default
so, it will take 5 bytes

Is This Answer Correct ?    10 Yes 7 No

01 a pic s9(5) occupies how many bytes ?..

Answer / guest

five bytes

Is This Answer Correct ?    8 Yes 7 No

01 a pic s9(5) occupies how many bytes ?..

Answer / kishore sangu

Sorry For the Last Anwer Of Kishore Sangu

I Reffered books for this Quetion

The Answer is 4 Bytes

S9(1) to S9(4) - 2 bytes
S9(5) to S9(9) - 4 bytes
S9(10) to S9(18)- 8 bytes

Is This Answer Correct ?    7 Yes 10 No

01 a pic s9(5) occupies how many bytes ?..

Answer / ananda kumar r

6 bytes

Is This Answer Correct ?    6 Yes 18 No

01 a pic s9(5) occupies how many bytes ?..

Answer / rubal choudhary

6

Is This Answer Correct ?    2 Yes 16 No

01 a pic s9(5) occupies how many bytes ?..

Answer / kishore sangu

S9(5) occupies 3 bytes of memory.

Because This Goes To Comp3 (5+1)/2=3

Comp1 And Comp2 Don't have the PIC (Picture) Clause.

Is This Answer Correct ?    0 Yes 23 No

01 a pic s9(5) occupies how many bytes ?..

Answer / manisha

3

Is This Answer Correct ?    3 Yes 34 No

Post New Answer

More COBOL Interview Questions

How do you reference the fixed block file formats from cobol programs

0 Answers  


What does the IS NUMERIC clause establish ?

2 Answers  


COMP-3 field occupy ?

8 Answers  


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

1 Answers   IBM,


Syntax for JCLLIB & JOBLIB???

1 Answers  






What is R-mode and A-mode?

3 Answers   TCS,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?

6 Answers   Xansa,


What is level 66 used for ?

3 Answers   TCS,


How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.

4 Answers   Cap Gemini,


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,


what are the error codes in cobol, db2, cics, vsam , and jcl

2 Answers   TetraSoft,


wht is the diff b/w if and evaluate stmts ?

2 Answers   DELL,


Categories