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

How to find or access the current level of a gdg?

1 Answers  


Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?

1 Answers  


When will a port of ooRexx to "XYZ" be available?

1 Answers  


what if I need to have the same application running on multiple platforms, such as unix and the mainframe? Does that mean I have to maintain two separate sources?

1 Answers   IBM,


Suppose if there are a set of statements and each has a word “value” in it, if I want to display all these statements so that the word “value” is aligned, then how do I code this in rexx?

1 Answers  


I want to code a REXX Program in order to load many tables in a database simultaneously in a batch fashion. Currently batch codes ar available in which only one job is submitted at a time and this loads only one table. My requirement is that many tables should be loaded at a time when one Job is submitted and can this be done using REXX Tool??? I want code snippet or the coding for this , please

1 Answers  


how to access data in control blocks such as jobname?

1 Answers   IBM,


I want to code a REXX Program in order to load many tables in a database simultaneously in a batch fashion. Currently batch codes ar available in which only one job is submitted at a time and this loads only one table. My requirement is that many tables should be loaded at a time when one Job is submitted and can this be done using REXX Tool??? I want code snippet or the coding for this , please

1 Answers  


I want to code a REXX Program in order to load many tables in a database simultaneously in a batch fashion. Currently batch codes ar available in which only one job is submitted at a time and this loads only one table. My requirement is that many tables should be loaded at a time when one Job is submitted and can this be done using REXX Tool???

1 Answers  


how to pass parms to ispf edit macro?

1 Answers   IBM,


Can I cleanly uninstall oorexx?

1 Answers   IBM,


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

1 Answers  


Categories