How to update data area in cobol 400 program?
No Answer is Posted For this Question
Be the First to Post Answer
what is the cobol compiler?
Define perform? And its types?
Explain the input procedure?
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.
what is the difference between section,paragraph and sentences
Explain the difference between comp & comp-3?
Arrays in COBOL/400
Explain how to update data area in cobol 400 program?
What is comp?
Explain the types of perform?
What are the types of perform?
Explain what all the conditiones required for using open opcode on a file?