What is sort?
How we can update data area in cobol 400 program?
Define sort?
what is redefine and its syntax?
Can we open close file in COBOL any number of times?
What is output procedure?
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 can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the syntax of redefine?
What is sort? And its syntax?
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
Deleting a record from a Sequential file.