In the procedure division stmt OPEN OUTPUT FILE1.
Which of the following is not true about file1.
a) there must be a select clause for this file in the
file-control paragraph of environment division.
b) There must be an FD entry in the file section of
the data division.
c) The file name must appear in a WRITE stmt in the
procedure division.
d) There?ll be a CLOSE stmt in procedure division.
Answers were Sorted based on User's Feedback
Answer / jagan
The above answer is correct . We don't mention the file name
while writing the record using the WRITE statement . We
mention only the FILE-RECORD name in it.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the different types of PL/1 files?
Is it rquired any server for Ibm framework? Give me list of Ibm framework & recent version IBm framework?
how do you seton setoff group of indicators
Are scope terminators compulsory? If they are, when?
What is the worst thing that you’ve seen on a day?
Explain host variables?
What is the meaning of a (new, catalog, keep) disposition mean?
which one of the following cannot cause more than one execution of paragraph that may be nam in statement. A) simple perform B) perform with time C) perform until D) perform varying
How is data retrieved from multiple tables using a single sql statement?
suppose program A is calling program B, at a time A will send 100 records but it has to send 500 records. how it will possible?
What is the need of running runstats in the test environment?
by using xpeditor if we want to debug the subpgm, how can you code in x-ped for mai-pgm n sub-pgm ?