i have two programs 1.cobol program 2.copy book program
can i move bouth program in to the production or single single program?
Answer / munna
Copy Book and Program should compile together(means when Program compiling Copy book should exist in the library) and code should move togetther to Production.
| Is This Answer Correct ? | 3 Yes | 1 No |
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.
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the difference between section, paragraph and sentences?
Explain the difference between search and searchall?
define comp?
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
what is the cobol compiler?
It's possible use %TRIM statement like rpgile?
what is the difference between comp & comp-3?
what is redefine and its syntax?
Explain the difference between comp & comp-3?
What are fillers? What is the actual use of fillers? With mall/simple example?