I'm in a situation where I need to send lines of data on a screen but the lines can be formatted in different ways. I need to have the flexibility of changing the line structure (number of fields) depending on the line type being displayed.
How can I create fields on a bms map within a cics (containing cobol) program and then send the map. It would be easy enough to create the symbolic map but how will the physical side of the map be created since we do not know how map fields will be on each line of the map until the program is being executed.
How can I create fields on a bms map within a cics (containing cobol) program and then send the map. It would be easy enough to create the symbolic map but how will the physical side of the map be created since we do not know how map fields will be on each line of the map until the program is being executed.