what is the cobol compiler?
Answers were Sorted based on User's Feedback
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.
Explain the output procedure?
define comp?
Explain how to update data area in cobol 400 program?
Explain the input procedure?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
How to detect record is locked in cobol/400? What is the solution for that?
Define redefine and its syntax?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
When search all is used in cobol program without sorted input data
what is the difference between SEARCH and SEARCHALL?