I am reading a sequential file using a Visual Basic 6.0 Type Array. As I read each record from the cobol output Sequential file ---- the VB Sub will then insert a record into the db as I have the data put into the array with the correct space allocated from the cobol output file.
I am given the cobol sequential file layout.
I know how many characters to allow a
ID pic X(02)'''''2 right?
CATEGOREY pic X(01) etc''''1 right?
but what do I do with a
FLOORPLAN pic s99v99
and
FLOOR B pic s99v99 occurs 8
and
FLOOR C pic s(9) occurs 4
????
These are really confusing me and I cannot find that much research on it.
Thanks for any of your help
email me if my question is unclear or you want to talk further about the question.
Thanks in advance.
Jeff Fisher
Systems Engineering, Inc.
I am given the cobol sequential file layout.
I know how many characters to allow a
ID pic X(02)'''''2 right?
CATEGOREY pic X(01) etc''''1 right?
but what do I do with a
FLOORPLAN pic s99v99
and
FLOOR B pic s99v99 occurs 8
and
FLOOR C pic s(9) occurs 4
????
These are really confusing me and I cannot find that much research on it.
Thanks for any of your help
email me if my question is unclear or you want to talk further about the question.
Thanks in advance.
Jeff Fisher
Systems Engineering, Inc.