adspace
I want to set position for a particular text in a certain
position in several of my cics maps.Please provide me with
a solution.
Ex: If "F1-Help" has to be set to pos(4,27) always in all
the maps within a PDS.
Answer Posted / Mohan Singh
In REXX, you can use the `PUT` statement with specific coordinates to place text at a desired location.nFor example:nIF "F1-Help" HASNO POS 4 27 THEN DOn PUT F1-HELP AT 4 27nEND.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category