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 |
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
what will happen if pass values more than 100 using PARM parameter?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
Without using move verb how to move one variable to another.
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
If I want to increase the Limit in GDG. What should I do?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
what is level 66 means??
can i use multiple when statements in search & search all ? justify ur answer?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
What is report-item?
How to convert bunch of words in a line to relvant ASCII values?