consider the following PROCEDURE DIVISION entry
OPEN EXTEND IN-FILE
identify the correct statement
a.organization of IN-FILE is sequential and records can
be added in the
beginning
b.organization of IN-FILE is sequential and records can
be added in the
end
c.organization of IN-FILE is indexed and records can be
added in the
beginning
d.organization of IN-FILE is indexed and records can be
added in the end

Answer Posted / vel

b

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which is not true about evaluate statement

1595


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


HOw can I get the negative sign while deduct high value from low value

1794


What is amode(31)

726


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710






What guidelines should be followed to write a structured cobol prgm?

673


explain sorting techniques in cobol program?

692


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3722


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


What are the various section in data division and briefly explain them.

700


What is an in line perform? When would you use it? Anything else you wish to say about it.

649


What is the problem of ordered sequential files access?

704


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

661


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710


What are all the divisions of a COBOL program?

667