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 to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
How to update data area in cobol 400 program?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
Explain the syntax of redefine?
seqence numbers in cobol
Arrays in COBOL/400
how array can be declare in cobol?
How u detect record is locked in Cobol/400 ? Wat 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.
what is PERFORM? and its types?
Explain the difference between search and searchall?
why icetool be used in programmer view?