what is the cobol compiler?
Answers were Sorted based on User's Feedback
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
Define sort?
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 to update data area in cobol 400 program?
Explain what all the conditiones required for using open opcode on a file?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
Explain the input procedure and output procedure?
What are the types of perform?
why icetool be used in programmer view?
What is input procedure?
What is comp?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..