Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: rexx

  • Order by relevance
  1. bitz2000

    Netview Rexx

    Just wondering if anyone out there codes in Netview Rexx for OS/390. If so, I'd also like to know if you use SA/MVS. If you are familiar with these, I have a question for you. Did you ever write a rexx clist to deal with changes to clist automation flags not being saved across IPL's and/or...
  2. REXX4QA

    REXX & VB

    How can i receive arguments from a VB script in REXX?
  3. Cweinber21

    REXX Loop

    ...that's displayed more than 5 times. I have working JCL which uses PGM=ISRSUPC and scans through the syslog gathering information. I then use REXX coding to iterate through that information and only show the information needed. I would like to use REXX to loop through this information and...
  4. shelts

    Calling a REXX script

    Anyone know how to call a REXX script from a map on a Unix server? The REXX script is on an NT server on the LAN.
  5. SowKan

    REXX wait

    In my REXX exec, I need to wait until a dataset is recalled and then further proceed with the processing. Is there a way of doing it? What TSO command can I use for this purpose?
  6. dietmar0609

    free rexx complilers

    Hi are there any rexx compilers for free: zero $s thx for your help .... Dietmar
  7. ddiamond

    DB2, AS400, and REXX

    Has anyone used REXX on the AS400 to query DB2? I also posted this question on the tek-tips' REXX forum about a week ago, but got no replies.
  8. selva0202

    Sample REXX rexx coding is required

    Hi Guys, I've got the following requirement. A string 'ABC' is available in multiple physical sequence dataset. They need be changed with 'XYZ' Am not familiar with REXX. So, can someone help me in this? -Selva
  9. lopes1211

    ZOC REXX how to send server output to file

    Be kind as I've just started playing with REXX via ZOC to login to a list of devices and automate some commands. It's come up that I need to send some device output to a file and I'm getting stuck trying to figure the output part out. See below where the script collects a login and password...
  10. balajipn

    REXX/DB2 INTERFACE

    Hi, I already know both REXX & DB2 to some extent, but didn't try to access DB2 from REXX. I got some info on this and trying to get this done. I tried the following code but got errors. Let me know if something can be done. ============================================================...
  11. ALFisher

    Object Rexx - Method Not Found

    On one server I'm running IBM Object Rexx Developer Edition. The following statement works fine: dbconn = .OLEObject~New("ADODB.Connection") However, on a different server I'm running Open Object Rexx and the above statement does Not work. I'm getting an error message saying "Object method...
  12. aarthyarun

    Certification on REXX

    Hi all, Is there any certification for REXX provided by IBM. Can you give me some information on this Regards, Aarthy
  13. SharathMJ

    Positioning cursor using Rexx

    Hi All , I have a query , Please suggest me on this . I am using below code to view the job details in "TSO SAR" . /*REXX*/ OPT = "TSO SAR;=S SHAXXXHDB;" ADDRESS ISPEXEC "SELECT PGM(ISPSTRT) SUSPEND ...
  14. mqrick

    REXX scripts for MQSC

    I'm looking for some documentation on writing some simple REXX scripts to interface with RUNMQSC in MQSeries on Z/OS. Can someone point me in the right direction or maybe provide some links for REXX scripts that deal with MQ?
  15. SowKan

    COBOL calling REXX - Online

    ...online. I need to send a e-mail via this program. Is there a way to do it in COBOL itself? On the other hand, I have the idea of calling a REXX from the COBOl program. For this REXX to execute, I should be using IRXJCL which is a batch utility. Is there a way by which COBOl can call this...
  16. BigGeorge

    Capture HTML in REXX

    Can you capture HTML information in TSO REXX?
  17. gunji4

    Rexx In Natural Session

    Does anyone know how to code rexx in natural session.
  18. tatoriver

    HIGH LIGHT REXX

    I am having a problem with the command hi rexx. Its working in some librarys and dont work in anothers, why could this be hapenning?
  19. dhanny

    REXX TOOLS AND TSO

    Hi, I have written some rexx code, i dont know how to make the TSO/ISPF environment communicate with my rexx code. If you want to copy some cobol lines, you type 'cc' in one line and type 'cc' in another line and press enter, the lines are copied. Similarly, if i want to comment some lines i...
  20. sai987

    rexx delete line

    Hi, After positioning the cursor in a particular line in my dataset,I want to delete that line. What function in rexx allows me to do so.

Part and Inventory Search

Back
Top