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 / 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 |
i want new rexx tool which will perform jcl chk without submitting it
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
does uni-rexx give me any capabilities designed specifically for the unix environment?
is oorexx compatible with rexx?
how to access data held on the jes spool?
What do unusual return codes such as -3 and 0196 mean?
Enlist the features of rexx as a programming language.
is there an aix version of oorexx?
How do I access data in control blocks such as jobname?
why is there no os/2 (ecs) port of oorexx?
I just know the Panvalet dataset name, i would like to search all the members of that dataset for particular keyword through Rexx. how to achive? please suggest. Is it possible to open panvalet member in browse mode using Rexx? Your help would be appreciated very much. Thanks in advance.
i want to code a rexx program in order to get the inputfile and output files of jcl. i want code snippet or the coding for this , please