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?
IBM,
957have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
IBM,
995If I have limited experience with Rexx or it's been a long time since I've used it, what kind of help is available to get me started?
949Can 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?
961
How to run my rexx exec?
can oorexx run normal rexx programs?
What is the difference between ooRexx and IBM's Object REXX for Windows?
how to access data in control blocks such as jobname?
have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
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.
What is the use of uni-rexx?
How to code the db2 queries using rexx?
for which platforms is uni-rexx available?
I want to open particular list of members inside pds.Let me know whether below code will work.if not tell me how it works INPUT='DDM.DATASET(AAA*)' X = OUTTRAP(MEMS.)
i want new rexx tool which will perform jcl chk without submitting it
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.
is oorexx compatible with ibm object rexx?
Suppose 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?
Can anyone provide me the source code for LOC(lines of code) counter written in REXX language which can run on IBM mainframe z/OS V1R4. The LOC counter should be able to count the comments,lines of code,blank lines in a COBOL program and JCL's