Anonymous | Login | Signup for a new account | 2024-11-01 01:59 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Revisions: Issue #781 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0000781: Support individual conversion of element data on byte and record interface | ||
Revision | 2016-02-05 08:30 by Falk Reichbott | ||
Description | To use the format.element() on the record interface with Cobol a decimal string representing a number or float must be converted to a valid picture reprasentation of a Cobol datatype to work with. Also string must be collapsed and other kind of conversions are useful. Add new functions for read and write, which accepts a conversion string. fcbreadx("type.string(colaps)",ptr,-1,0,pfFil) == FCBLOCX The X stands for ecxtented and a addtional conversion string must be provided. |
||
Revision | 2016-02-04 16:24 by Falk Reichbott | ||
Description | To use the format.element() on the record interface with Cobol a decimal string representing a number or float must be converted to a valid picture reprasentation of a Cobol datatype to work with. Also string must be colapsed and other kind of conversions are useful. Add new functions for read and write, which accepts a conversion string. fcbreadx("type.string(colaps)",ptr,-1,0,pfFil) == FCBLOCX The X stands for ecxtented and a addtional conversion string must be provided. |
Copyright © 2000 - 2024 MantisBT Team |