Does a CLIST know its own name?



IBM's Command List programming language & Restructured Extended Executor

Re: Does a CLIST know its own name?

Postby jsavoye » Mon Jan 09, 2017 8:11 pm

After playing with this for longer than is probably justified, the best option seems to be to have my REXX call a CLIST to show the prompt and get the value, then have the CLIST call a REXX program to PUSH the value into the stack so that the original REXX and PULL it and finally get the value. All options seem rather cumbersome, and perhaps being that invisible to the user as a change is not worth the trouble, but the question and pursing a solution has been interesting. I thank one and all for the suggestions.
jsavoye
 
Posts: 23
Joined: Wed Dec 08, 2010 8:12 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Does a CLIST know its own name?

Postby jsavoye » Mon Jan 09, 2017 9:30 pm

And so now I see another limitation anyway. The string I pass to the CLIST for the prompt cannot contain any spaces, or it gets interpreted as multiple arguments.
jsavoye
 
Posts: 23
Joined: Wed Dec 08, 2010 8:12 pm
Has thanked: 0 time
Been thanked: 0 time

Previous

Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post