How we create file in COBAL400



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

Post New Answer

More COBOL400 Interview Questions

what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 Answers  


Explain the input procedure?

0 Answers  


I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

0 Answers  


Define redefine?

0 Answers  


How u detect record is locked in Cobol/400 ? Wat is the solution for that ?

2 Answers   CGI,






Define perform? And its types?

0 Answers  


Trying to help a friend... How do you code screen I/O without a DDS? I know it can be done, because for a short time, I worked for a company that did it. It was just too long ago for me to remember what was involved.

1 Answers  


How COBOL helps Mainframe to maintain large records ???

1 Answers   Satyam,


How we can update data area in cobol 400 program?

12 Answers   Accenture,


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

2 Answers  


Deleting a record from a Sequential file.

2 Answers   Polaris,


Explain how to detect record is locked in cobol/400? What is the solution for that?

0 Answers  


Categories