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 / shiva

when ever we access sequential files in extend mode...
it will append the new record at the end of last record
and so on.....


so option b is correct

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a report item?

741


How many sections are there in data division in COBOL?

680


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

682


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1908


What is Pic 9v99 Indicates in COBOL?

729






how to move the records from file to array table. give with code example

2223


What is the use of intialize verb?

752


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

673


how can i see junk values in dclgen or in hostvariable of comp ?

2546


What is rmode(24)

683


) How do u handle errors in BMS macro

1512


what is search and searchall?what is the diffrence between them?give an best example?

5563


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5065


Write the code implementing the perform … varying.

646


Why did you choose to work with ibm mainframe cobol programming?

631