have in 100 records in a flat file i want to move records
like 1,3,5,7,9,11,.. to Output file1 and
2,4,6,8,10,12,14 .. records moved to Output file2..Pls
Provide real time answer..
Answer Posted / rajeev darla
The solutions provided are not real time . They are batch
solutions. If you need to do it real time then use program
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is an in line perform? When would you use it? Anything else you wish to say about it.
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
example for sub strings ? and refernce modifications whit output pls
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
) what is the difference between AID and HANDLE AID?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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
What are the different data types in cobol?
What is the use of intialize verb?
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 the Purpose of POINTER Phrase in STRING command in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.