what is the meaning of pic 9(09)v99-
Answers were Sorted based on User's Feedback
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 |
Answer / sudheer kumar chittiboina
the answer of thius question is "999999999.99"
| Is This Answer Correct ? | 9 Yes | 11 No |
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.
How is sign stored in a comp-3 field?
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.
How can we increase the size of an existing PDS to include more no. of modules.
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
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...........
How we copy a program from production region to development region.What is the process & syntax ?
how many bytes does s9(7)COMP-3 field occupies?
what is the meaning of pic 9(09)v99-
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
What is a scope terminator? Give examples.
what happens if we dont close cursor in db2-cobol pgm?