How do I Run My Rexx Exec.?

Answer Posted / chandrakant sinha

(*)
U can run directly the rexx code using "ex" in front on the
member where the code is present .
For ex
pds : abdc.rexx(rexx)
put ex in front of rexx the press enter .

(*) another way :
tso exec 'abc.res(rexx)' exec

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

5128


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

580


for which platforms is uni-rexx available?

566


is oorexx compatible with ibm object rexx?

617


can oorexx run normal rexx programs?

580






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?

534


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.)

2785


what would I use uni-rexx for?

559


What does the sample library of uni-rexx consist of?

599


What are the functions available in rexx?

523


can I redistribute oorexx freely with commercial software?

565


I executed one job and I forget to save the final JCL. But took an XDC from SPOOL. Now I want to recover the JCL from XDC dataset. Is there any process to do this?. (Manually it takes a lot of time). Is there

2671


If 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?

537


What are various loop types supported by rexx?

529


how to access data in control blocks such as jobname?

568