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 |
Explain the difference between section, paragraph and sentences?
Explain the input procedure?
What is the syntax of redefine?
define sort? and its syntax?
What is perform?
What is sort? And its syntax?
It's possible use %TRIM statement like rpgile?
How to update data area in cobol 400 program?
How COBOL helps Mainframe to maintain large records ???
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
Explain what all the conditiones required for using open opcode on a file?
Can we open close file in COBOL any number of times?