REXX Programming | 11 | Parsing

preview_player
Показать описание
This video is on Parsing in REXX and brief on stack processing.
Рекомендации по теме
Комментарии
Автор

Excellent Video.Thanks.Need more videos from you.

thilipk
Автор

Thanks for the video.it was really helpful for me.. expecting more videos from you

thilipk
Автор

Expecting more videos, thanks for sharing

ambrosejr
Автор

Muthut subsribers turned to 200!! Waiting for Macros/Skeletons :D

diwakarbadi
Автор

Hi,

I am testing the PARSE with space as delimeter. Below is the code which I have written but getting the error. Could you please let me know what I have to do in order to avoid the error
Code:
E = F, G
PARSE VAR E N4, N5
SAY N4
SAY N5

ERROR: Error running PARSE, line 2 : Unexpected ", " or ")"

sarathtadikamalla
Автор

Hello,

I have a requirement where I want to generate job number randomly
PZB followed by 4 digits (ex: PZB0001)
Everytime I have to increment the number.., next time should be PZB002 ...
could you please help me here
Should be done in REXX

Thanks in advance

sarathtadikamalla
Автор

I will get atleast 10 subcribers for u now.Thanks alot for Sharing 🙏🙏🙏🙏

abhitcs