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

What is Pic 9v99 Indicates in COBOL?

726


What is comp-1 and comp-2?

764


) How do u handle errors in BMS macro?

1427


How you can characterize tables in cobol?

716


What is report-item in COBOL?

711






What are the rules of the move verb?

704


What are different data types in cobol?

689


explain sorting techniques in cobol program?

686


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

684


How arrays can be defined in COBOL?

663


What type of SDLC u followed? Why?

1519


Can you please let me know the centre name of INS certification in Kolkata.

1715


What is amode(31)

722


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2098


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 ?

1871