I have to call a stored procedure that takes a nested cobol datastructure in form of a plain string of 400 bytes length.
I want to avoid to assemble this string manually.
Are there (online) tools that do such a conversion? (i.e. enter structured cobol data and compute the in-memory representation)
If not, what would be the best / easiest way to get the string manually?