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 IamaSherpa 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: *

  • Users: Zurdo
  • Order by date
  1. Zurdo

    Perform a checklist via Rexx

    LOOP on the code is the GETMSG command, I think that if the getmsg tries to get a message and fail then the RC will not be 0, it will be -3 or -1 on this condition the LOOP will not be 0 and then it will continue processing the program... at least that is what I was thinking when I wrote that
  2. Zurdo

    Perform a checklist via Rexx

    Will try fixing that later, anyone has any clue on how to make the loop for the GETMSG? I was able to do it, but it keeps looping at the same message, never goes out of LINE2 on the display, then I have to abort the rexx.
  3. Zurdo

    Perform a checklist via Rexx

    Ok, Got the collapsed version, I tried to do it yesterday but got nothing, on your coding I got an: "Error running REXX, line 24: Bad arithmetic conversion" Which is line DO I = 1 TO COMMANDS.0 but that is not what is bothering me now... Now I got the rexx beign able to writte almost all the...
  4. Zurdo

    Perform a checklist via Rexx

    Well Steve, not sure if I could understand what you said, but you are suggesting me to do like 1 loop of the program and then use all commands as a variable? because it is like 10 commands, so I don't think that creating a new file with the commands would help much, the loop idea can be a good...
  5. Zurdo

    Perform a checklist via Rexx

    Nah, the CLIST that I meant is actually an automation tool as rexxhead said... But it stopped working again, I got an error now, maybe someone can help me on this that is my code. /***REXX***/ /*DISPLAY TIME*/...
  6. Zurdo

    Perform a checklist via Rexx

    Ok, Thanks nclouston, I got that to work now, I was able to create the dataset, issue the displays, get the messages and send it via xmit to my e-mail, now my problem is how to get this working as a CLIST on AUTOMATION... but I'm working on that already.
  7. Zurdo

    Perform a checklist via Rexx

    Ok, Tested and it works, even with all the commands it showed me the displays, now I got to work with GETMSG to save then into a dataset. Which I'm not being able to use... any clue on how to use the GETMSG?
  8. Zurdo

    Perform a checklist via Rexx

    Hi, I was wondering if I could get a REXX to perform a checklist, it is not much just issue the commands and save it in a dataset (I'll do that later, now I guess I should start getting a way to send the commands) I've get to this to send the commands, not sure if it will work. I have the...

Part and Inventory Search

Back
Top