what is Pic 9v99 Indicates?

Answers were Sorted based on User's Feedback



what is Pic 9v99 Indicates?..

Answer / guest

3 character numeric data with decimal assumed after first
character.

Is This Answer Correct ?    21 Yes 0 No

what is Pic 9v99 Indicates?..

Answer / vampire

3 numeric values

result
01 a pic 9v99 value 123


result
1.23

Is This Answer Correct ?    8 Yes 0 No

Post New Answer

More COBOL Interview Questions

consider the fallowing 77 stat pic 9. 88 male value 1,2,3. 88 female value 4 through7. what will be the value of stat a) set male to true. b) set female to true.

5 Answers  


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

1 Answers  


How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?

3 Answers   Cap Gemini, CTS,


COMP field occupy ?

2 Answers  


diffrence between z(2) and z9(2)

4 Answers   Cap Gemini,






can internal sort be applied to sort ksds files?

1 Answers  


When would you use in-line perform?

2 Answers  


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

0 Answers  


Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 Answers   IBM,


How do you define a table/array in COBOL?

5 Answers   Hexaware,


how to display the dataset information?

2 Answers  


If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??

4 Answers   Accenture,


Categories