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
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.
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...
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...
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*/...
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.
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.