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


Please Help Members By Posting Answers For Below Questions

Explain how to differentiate call by context by comparing it to other calls?

687


In COBOL, what is the different between index and subscript?

759


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.

932


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 ?

1872


What is link edit in cobol?

772






how do you reference the printer file formats from cobol programs

663


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.

5681


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

742


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


What is cobol?

744


What is the difference between perform … with test after and perform … with test before?

882


How do you define a variable of comp-1 and comp-2?

701


How to remove 2 duplicate records and copy only one using job control language?

753


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1614


In which area will you utilize 88 level items in cobol?

722