write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
1244INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
8682 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
2595How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
2484
What is length is cobol?
In which area will you utilize 88 level items in cobol?
How you can characterize tables in cobol?
Explain the configuration section of a cobol program with examples of syntax.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is report-item in COBOL?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
HOw can I get the negative sign while deduct high value from low value
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What the difference is between continue and next sentence?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Can a Search can be done on a table with or without Index?
What are 77 levels used for?
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 ?