what is the meaning of pic 9(09)v99-

Answers were Sorted based on User's Feedback



what is the meaning of pic 9(09)v99-..

Answer / anupam kumar

9 whole numbers and 2 decimal places

Is This Answer Correct ?    32 Yes 10 No

what is the meaning of pic 9(09)v99-..

Answer / sudheer chittiboina

PIC 9(09)V99 is equivalent to PIC 999999999V99
or
999999999 and 2 decimal places

Is This Answer Correct ?    2 Yes 0 No

what is the meaning of pic 9(09)v99-..

Answer / suryaprathap

999999999.99

Is This Answer Correct ?    4 Yes 3 No

what is the meaning of pic 9(09)v99-..

Answer / sudheer kumar chittiboina

the answer of thius question is "999999999.99"

Is This Answer Correct ?    9 Yes 11 No

Post New Answer

More COBOL Interview Questions

When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.

1 Answers   CTS,


How is sign stored in a comp-3 field?

7 Answers  


In a file if a column account number conatain value 0001234.. how can we move the value to another variable without zero. value may contain any type such as 00123405. we need the value 1234 or 12305. how can we do that in cobol. Please help.

1 Answers   CSC,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above

3 Answers   TCS,


how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........

4 Answers   Wipro,


How we copy a program from production region to development region.What is the process & syntax ?

3 Answers   CTS,


how many bytes does s9(7)COMP-3 field occupies?

6 Answers   ADP,


what is the meaning of pic 9(09)v99-

4 Answers   HSBC,


if one main program ,n -subprograms are then which call you follow ?why reasonuhg

4 Answers   UHG,


What is a scope terminator? Give examples.

2 Answers  


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  


Categories