The disposition parameter in the jcl is share ( DISP+SHR )
and the program opens file in extend mode what will happen?

Answer Posted / gayathri

Records will get appended to the file at the last.

Is This Answer Correct ?    19 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to enter and display the names of students in a class using the occurs clause.

652


In COBOL programming, what is PERFORM? What is VARYING?

670


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

620


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1115


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

631






What are the pertinent COBOL

2045


Define static linking and dynamic linking.

663


How are the next sentence and continue different from each other?

766


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2730


How many sections are there in data division in COBOL?

678


i want a program using by if, evaluate , string, unstring, perform, occurs?

4057


How do you reference the following file formats from cobol programs?

693


Which division and paragraphs are mandatory for a COBOL program?

709


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

661


What is redefines clause in COBOL?

849