Explain how to update data area in cobol 400 program?
No Answer is Posted For this Question
Be the First to Post Answer
What is sort?
It's possible use %TRIM statement like rpgile?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
what is the difference between comp & comp-3?
define sort? and its syntax?
Explain the input procedure and output procedure?
Explain what all the conditiones required for using open opcode on a file?
How to detect record is locked in cobol/400?
what is the difference between section,paragraph and sentences
write a cobol program to display prime numbers between 1 to 100?
How to detect record is locked in cobol/400? What is the solution for that?
01 A PIC 9. 01 B PIC 99V1. 01 C PIC 99. MOVE 1 TO A. MOVE 0.2 TO B. COMPUTE C ROUNDED TO 3/3 + A.