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 is Framework & How it work?
execution of a subordinate module is caused by the use of the cobol verbs ------------in the superior module
Can you define foreign keys?
can you change the attribute in mapset? if so how?
Does qtp tool support mainframe application testing?
in RTVMBRD where you will find no.of records....(i mean in which attribute)?
Can records be accessed randomly in esds?
If JOBA is in MSGW due to data decimal error and DUMP is generated and I found that Decimal field formatted with some special char which is coming from Input file amd file has millions of records. How I can find out on which record the error is occur. Please share your experience.....
How can a like table be created?
what optimum values can we find for freespace, ci etc?
List the type of locks?
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?