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
Write the code to count the sum of n natural numbers.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the problem of ordered sequential files access?
Define static linking and dynamic linking.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
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.
Explain how you can characterize tables in cobol?
how to move the records from file to array table. give with code example
how to convert the recors form vsam file to db2 table tru file aid
How arrays can be defined in COBOL?
what is the use of outrecord?
Name the sections present in data division.
what is the difference between COBOL2 AND COBOL390?