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 ???
What is redefine?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Deleting a record from a Sequential file.
Explain the difference between search and searchall?
Define redefine and its syntax?
write a cobol program to display prime numbers between 1 to 100?
Define perform?
What is sort? And its syntax?
can i anyone tell me how to use copybooks in cobol
How to update data area in cobol 400 program?
what is the difference between comp & comp-3?