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

Answer Posted / himanshu kumar

agree

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1876


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


What are the cobol coding sheets?

665


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

661


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

423






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

678


What is the difference between comp and comp-3?

704


how do you reference the rrds file formats from cobol programs

800


i need a small 3d program using inline and outline.

1640


Write a program that uses move corresponding.

673


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2058


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

897


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

825


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1230


Which Search verb is equivalent to PERFORM…VARYING?

687