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 |
how can we get current dat and time thru cobol pgm
What is tne need to use sub programs in Cobol?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
where will u code file status ?
which is better either static call or dynamic call? and why?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
What is XDC ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Describe the cobol database components?
How do get the result of your program directly on your pc?