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

How do we get current date from system with century in COBOL?

792


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1917


What is the difference between PIC 9.99 and 9v99 in COBOL?

727


For rewrite, why is it mandatory that file needs to be opened?

616


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

696






What the difference is between continue and next sentence?

651


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6794


how do you reference the printer file formats from cobol programs

647


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

2532


How do you get the data to code the BMS macro?

1470


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

687


What is the difference between binary search and sequential search?

634


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

701


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

846


How can you get the ksds file records into your cobol program?

636