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
What is the local-storage section?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are declaratives and what are their uses in cobol?
Can we change the password using ALTER? anyone tried and changed?
i want a program using by if, evaluate , string, unstring, perform, occurs?
what is search and searchall?what is the diffrence between them?give an best example?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
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 ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
) How do u handle errors in BMS macro
What are 77 levels used for?
What is difference between static and dynamic call in cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how do you reference the variable unblock file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?