How we create file in COBAL400
Answer / surya
We can create the file in cobol400 by using the QCMDEXC API. But source of that particular file should exist in the system.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can we open close file in COBOL any number of times?
Explain the output procedure?
How to detect record is locked in cobol/400?
can i anyone tell me how to use copybooks in cobol
Explain the types of perform?
How we create file in COBAL400
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 * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
How we can update data area in cobol 400 program?
what is the difference between section,paragraph and sentences
what is the cobol compiler?
What are fillers?