Daniel Klopfer
21 years ago
Hi all,
I am trying to access a SQL-Server database from within an Cobol
program.
The first attempts were succesful, but now I've got a problem with
some record-dscriptions: The variable-types "INT" , "INT NOT NULL"
and "VARCHAR(nn)" can be represented by PIC 9(9), PIC S9(9) and PIC X
clauses.
What PIC must I use for variable-type "DATETIME" and "DECIMAL(X,Y)???
Any hint is welcome.......
Thanks
Daniel
I am trying to access a SQL-Server database from within an Cobol
program.
The first attempts were succesful, but now I've got a problem with
some record-dscriptions: The variable-types "INT" , "INT NOT NULL"
and "VARCHAR(nn)" can be represented by PIC 9(9), PIC S9(9) and PIC X
clauses.
What PIC must I use for variable-type "DATETIME" and "DECIMAL(X,Y)???
Any hint is welcome.......
Thanks
Daniel