In an array processing what is the thing that can be done
by using subscripts but not by using index
Post New Answer View All Answers
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What kind of error is trapped by on size error option?
Why did you choose to work with ibm mainframe cobol programming?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Mention the guidelines to write a structured cobol program?
What are the different open modes available in cobol?
How can you get the ksds file records into your cobol program?
What is report-item in COBOL?
In COBOL programming, what is PERFORM? What is VARYING?
What the difference is between continue and next sentence?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Which mode is used to operate the sequential file?
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 ?
What is redefines clause in COBOL?