Hello I am take over from retired employee. However succession was not so complete. About two weeks ago, I was add 10 items to Oracle. Oracle record will be read via AcuCobol extend XFD fie. So I was modified copy library and compile was complete without error. My understanding , although COBOL language need record size , I don't know how to set record size. please let me know if you know it. i 'm sorry if this question is basic issue. AcucobolGT with acubench's version is 4.2(Maybe). Please I am waiting your kindly advice and if you need more detail information, please let me know.
best regards
Masayuki
Good afternoon,
Please, have a look at the Acu4GL Documentation.
extend Product Guides > Acu4GL Version 10.3.1 User's Guide > Appendix C: Acu4GL for Oracle > Data Type Mapping
https://www.microfocus.com/documentation/extend-acucobol/1031/extend-Interoperability-Suite/GUID-01E0A9A8-F8DE-45B4-8A3A-104F8F312EEE.html
Should you still experience I-O Errors, please consider to open a Case on the Support Portal:
https://portal.microfocus.com
Best Regards.
Good afternoon,
Please, have a look at the Acu4GL Documentation.
extend Product Guides > Acu4GL Version 10.3.1 User's Guide > Appendix C: Acu4GL for Oracle > Data Type Mapping
https://www.microfocus.com/documentation/extend-acucobol/1031/extend-Interoperability-Suite/GUID-01E0A9A8-F8DE-45B4-8A3A-104F8F312EEE.html
Should you still experience I-O Errors, please consider to open a Case on the Support Portal:
https://portal.microfocus.com
Best Regards.
Thank you and sorry for late response.
I understood regarding need for redefine for record length when add new items to database.
However I don't understand how to change of the new record length.
Dear all , please let me know, if you know ASAP.
Thank you and sorry for late response.
I understood regarding need for redefine for record length when add new items to database.
However I don't understand how to change of the new record length.
Dear all , please let me know, if you know ASAP.
Good morning, .
Assuming you are using Acu4GL, you have to:
- modify the COBOL source code, adding the new fields or amending the existing ones;
(the Documentation reference I sent you may help in identifying the Data Types to use)
- recompile the COBOL source, using -Fx, in order to update the XFD files.
This should help you in aligning the COBOL application with the Oracle tables.
If this is not enough, please consider to contact your local Micro Focus office, for a more detailed and dedicated support.
(https://www.microfocus.com/en-us/contact)
Best Regards.