We are in the process of converting a native application to COBOL .NET and I would like to know a couple of things
- Is the use of SQLDA supported in COBOL .NET?
- If so then do I still need to set the address of sqldata(n) to a group entry as per below and process in 64k chunks or is there a better (easier) way?
01 obj-entry.
03 obj-len pic s9(9) comp-5.
03 obj-str pic x(65535).
Ideally I would like to utilise a type String field but, as I have learnt, you cannot use ADDRESS OF on a native managed type so hoping for alternatives
Thanks
------------------------------
Peter Restorick
------------------------------
