what is Pic 9v99 Indicates?
Answers were Sorted based on User's Feedback
Answer / guest
3 character numeric data with decimal assumed after first
character.
Is This Answer Correct ? | 21 Yes | 0 No |
Answer / vampire
3 numeric values
result
01 a pic 9v99 value 123
result
1.23
Is This Answer Correct ? | 8 Yes | 0 No |
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.
How many bytes do a s9 (7) comp-3 field occupy?
How do you fetch current date in normal cobol pgm and in cobol-db2 pgm?
COMP field occupy ?
diffrence between z(2) and z9(2)
can internal sort be applied to sort ksds files?
When would you use in-line perform?
Can we redefine the field of x(200) to less than 200?
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???
How do you define a table/array in COBOL?
how to display the dataset information?
If by mistake we MOVE a working storage variable into LINKAGE area. What will happen??