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 |
How COBOL helps Mainframe to maintain large records ???
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the difference between comp & comp-3?
Explain how to detect record is locked in cobol/400? What is the solution for that?
what is PERFORM? and its types?
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.
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
Arrays in COBOL/400
How to detect record is locked in cobol/400?
what is the difference between SEARCH and SEARCHALL?
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC
What is redefine?