Define redefine and its syntax?
Explain how to update data area in cobol 400 program?
why icetool be used in programmer view?
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.
It's possible use %TRIM statement like rpgile?
write a cobol program to display prime numbers between 1 to 100?
What are fillers? What is the actual use of fillers? With mall/simple example?
What are fillers?
Explain the difference between comp & comp-3?
how array can be declare in cobol?
define comp?
How we create file in COBAL400
How to update data area in cobol 400 program?