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

Answer Posted / iswarya

If a disp parm is SHR, then the file will be allocated to the job only at the step where the file is being used.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

5552


How arrays can be defined in COBOL?

663


Which is not true about evaluate statement

1572


Name the divisions, which are available in a cobol program?

685


What is the difference between goback, stop run and exit program in cobol?

924






1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


What is the difference between structured cobol programming and object alternativelyiented cobol?

753


What type of SDLC u followed? Why?

1518


how do you reference the esds vsam file formats from cobol programs

629


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

2219


What is redefines clause in COBOL?

848


Why would you use find and get rather than to obtain?

683


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2008


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

631