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 detect record is locked in cobol/400?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
Explain how to detect record is locked in cobol/400? What is the solution for that?
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
Explain the syntax of sort?
Trying to help a friend... How do you code screen I/O without a DDS? I know it can be done, because for a short time, I worked for a company that did it. It was just too long ago for me to remember what was involved.
What is sort?
How COBOL helps Mainframe to maintain large records ???
what is redefine and its syntax?
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 actual use of fillers?
Explain the difference between search and searchall?