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 |
Can you define foreign keys?
how do u code a copy book in ur pgm ?
.what is required for establishing connectivity between MQ and cics on z/OS? a. MQ-cics gateway b.INITQ as QLocal c. CICS-MQAdapter d.INITPARAM of SIT e. INITQ as QRemote
Explain lock contention?
Explain Introduction abt Ibm framework
what sorting order does search all have?
Explain the meaning of spufi?
How do you eliminate the duplicates?
How joinkeys helps in sort?
How to define a directory?
what is the meaning of a (new, catlg, keep) disposition mean?
How do you create a like table?