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.



I want to set position for a particular text in a certain position in several of my cics maps.Plea..

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

Post New Answer

More REXX Interview Questions

i want new rexx tool which will perform jcl chk without submitting it

1 Answers  


How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?

1 Answers  


does uni-rexx give me any capabilities designed specifically for the unix environment?

1 Answers   IBM,


is oorexx compatible with rexx?

1 Answers   IBM,


how to access data held on the jes spool?

1 Answers   IBM,


What do unusual return codes such as -3 and 0196 mean?

2 Answers  


Enlist the features of rexx as a programming language.

1 Answers  


is there an aix version of oorexx?

1 Answers   IBM,


How do I access data in control blocks such as jobname?

1 Answers  


why is there no os/2 (ecs) port of oorexx?

1 Answers   IBM,


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.

1 Answers  


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

1 Answers  


Categories