dallasdino
Programmer
I have written a smart compare that I use. I would like to be able to read any file much like other utilities do. Currently I supply the length of the file and the length and starting displacement of the key if adds or deletes are expected. Another thing I do on occassion is change the record length and related fields then recompile.
I can reformat the input files with a sort to a specific generic format like FB 4096 and it works fine. Maybe VB 4096 would be better for space. However what I would really like is to not have to know the input atributes. How would I do this? Is there any trick or return code processing that can be used?
Must I write an assembler called program?
If someone has solve this please let me know.
I can reformat the input files with a sort to a specific generic format like FB 4096 and it works fine. Maybe VB 4096 would be better for space. However what I would really like is to not have to know the input atributes. How would I do this? Is there any trick or return code processing that can be used?
Must I write an assembler called program?
If someone has solve this please let me know.