OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Programming => Topic started by: Alfredo Fernández Díaz on February 22, 2025, 02:40:18 pm

Title: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on February 22, 2025, 02:40:18 pm
I think it is a shame that the default ArcaOS 5.1.1- installation has a 'Development' folder... populated with the single lonely 'Rexx console' object pointing to PMRexx. While somebody should try and convince the guys at ArcaNoae that 'less is more' does not apply in this case (don't we want more programming languages?), can't we tell them here and now how to improve what's currently available? Even better, can we show them? ; )

Let's start with extremely simple things: make more stuff visible by adding it to the Development folder!
1. RexxTry (a procedure that lets you interactively try REXX statements) is localized in ArcaOS 5.1.1 -- so, don't you want users to know it's there? Add "Try Rexx!" (both VIO and PM, using the 'REXX Console'!) objects.
2. Doesn't the system include a gazillion system and additional REXX libraries already? Why not have a shadow of the "REXX scripting language" folder right next to the other REXX objects in Development, so only the illiterate can miss the information?

OK, that was the obvious. Now, from another thread... tutorials?!:

I see that the knowledge of REXX is somewhat limited even with OS/2 users.
[...]
So what can one do with REXX you wonder?
Alex Taylor has for example written some excellent software that you may have used, both command line scripts and GUI applications like Naps and ANPM to mention a few.
Glassman wrote AutoWGet that is very helpful to fetch things from the internet
and much more...

I use ooRexx to automatically create documents with maps to send to owners of land at work, drive office applications, vector drawing applications such as OpenOffice Draw, Calc etc. split/merge/extract text PDF documents with GhostScript and retrieve routes from google between places etc.

I myself have written a few dozens of simple rexx programs. While they may not be spectacularly useful for everyone I wrote them in REXX with the idea that anyone could see right away how stuff is done, and maybe this could pique the interest of more people (or new users?) than what is currently included with the system -- who doesn't like a good tutorial? So, I could try and turn what I have into one <g> if you guys think it could be of interest and are willing to provide useful feedback.

[...] I would welcome any additional tutorial material to help me improve [...]

So, I propose to post here applets, code snippets, and anything REXX really, aimed at
1. Usefulness for less experienced users or developers who may be scratching their heads wondering 'OK, the reference is fine, but how do I...?', or 'how does one put together X and Y?', etc.
2. Creating some fine multi-level tutorial worth being included in next releases of ArcaOS.

I will try and put together a few usable examples. Meanwhile, do not hesitate to share your knowledge here, or simply comment on how what's being posted could be improved for you!
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Dariusz Piatkowski on February 22, 2025, 03:26:48 pm
Hello Alfredo!

The topic you raise here is equally applicable to all the other programming languages on our platform.

'Knowledge is Power', right?

So I would suggest that where things start for us is in establishing a good Developer Library/References.

I've attached what such a library looks like on my machine, specifically focusing on REXX. This is a mix of freely available information, as well as PDF downloads of previously commercial books, etc.

Now you may argue that the PDFs in particular are illegal, etc., etc....OK, fine, so why not provide an executable d/l script that simply uses wget to pull this list down from any of the well recognized archive sites??? That way each end-user makes this decision for themselves!

Bottom line being: tutorial, try-by-example, all these things are great, but when you are new to something you ultimately need a solid 'something to go to in order to understand what the example code/API does', and that's the missing piece for us I think.
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Jan-Erik Lärka on February 22, 2025, 05:50:00 pm
Yes!

There are so much one can do with REXX.
Newer versions (ooRexx) can often do more with less (code).

Do show us some and let's begin there.
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Steven Levine on February 22, 2025, 06:37:03 pm
If one is interested in REXX, I recommend taking a look at Glassman's ooREXX port.

  https://5nets.ru/downloads/?/OORexx (https://5nets.ru/downloads/?/OORexx)

It's not quite ready to replace IBM's Classic REXX or Object REXX.  The build is missing a couple of exports that break SSCC and possibly a few other REXX apps.

However, I use it regularly, especially for code that would cause IBM's REXX's to run out of memory.

IIRC Dave Yeo did a local build, but we have not discussed its status.

Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Dave Yeo on February 22, 2025, 07:25:00 pm
IIRC Dave Yeo did a local build, but we have not discussed its status.

I don't think it was I who did a local build.
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Lewis Rosenthal on February 22, 2025, 09:50:05 pm
I could see Arca Noae providing a WarpIN package via the repository which would install a collection of REXX books and code snippets, which would be shadowed/created in the Development folder. Likewise, I could see similar packages for OREXX, Regina, PHP, Python, Perl, etc.

We could also consider adding a number of useful links to the Websites folder (currently "Web Sites," but slated to be renamed to something more contemporary - at least in English). This is an underused resource on the desktop the use of which we could also promote better.

From Arca Noae's perspective, adding more content to the ISO itself is the least desirable option for things which could be installed after-the-fact and kept updated between ISO releases.

Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on February 22, 2025, 10:58:55 pm
Hi Dariusz, Steven, Jan-Erik, Dave, Lewis -- that's the idea!

Well, so for the moment being and me cRexx it is, as it is available for everyone by default, and I expect by the time any advantages of (o)oRexx become a necessity for people, they should be able to simply switch from tutorials to reference manuals -- mind you, of course any comments on how 'the same can be done with less --or otherwise better-- (o)orexx code like this' are most welcome!

As Dariusz pointed out, it is always an excellent idea to have a bibliography covering any subject at hand in depth, either in the form of the books themselves if available, or at least a list, so thank you for that. However, I think the best tutorials, while referring to appropriate materials where everything is covered in full, do at the same time keep their own stuff at a minimum to ensure everything can be grasped in one go.

Every year I find myself having to match syllabi/syllabuses which are impossibly broad and deep to the corresponding exams, so you see where I come from. Rather than going for the mechanical 'recipes for exercises' approach, every year I have a(nother) go at condensing (butchering, really) each subject in such a way that students will stand some chance to do well at their exams while it still makes sense as a whole for those who really want to understand -- with any luck, I'll have enabled some to pick up a book and make sense of the real stuff when laid out in proper depth. I like to think I slowly get better at it, so let's see what we can do here... ; )
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on February 22, 2025, 11:01:58 pm
I imagine we can start with something rather basic and see if can give this some shape so it is useful for those who might find the relevant parts of the crexx reference overwhelming or otherwise unappealing.

The following procedure

Code: [Select]
/**/
parse arg where
call lineout where,'     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5'
do i=1 to 15
  call charout where,' '||right(i*16,3,' ')
  do j=0 to 15
    call charout where,' '||d2c(i*16+j)
  end
  call lineout where,' '||right(16*i+15,3,' ')
 end
call lineout where,'     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5'
call lineout where
exit

will print out the following ASCII table:

     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
  16                  31
  32   ! " # $ % & ' ( ) * + , - . /  47
  48 0 1 2 3 4 5 6 7 8 9 : ; < = > ?  63
  64 @ A B C D E F G H I J K L M N O  79
  80 P Q R S T U V W X Y Z [ \ ] ^ _  95
  96 ` a b c d e f g h i j k l m n o 111
 112 p q r s t u v w x y z { | } ~  127
 128 Ç ü é â ä à å ç ê ë è ï î ì Ä Å 143
 144 É æ Æ ô ö ò û ù ÿ Ö Ü ø £ Ø × ƒ 159
 160 á í ó ú ñ Ñ ª º ¿ ® ¬ ½ ¼ ¡ « » 175
 176 ░ ▒ ▓ │ ┤ Á Â À © ╣ ║ ╗ ╝ ¢ ¥ ┐ 191
 192 └ ┴ ┬ ├ ─ ┼ ã Ã ╚ ╔ ╩ ╦ ╠ ═ ╬ ¤ 207
 208 ð Ð Ê Ë È € Í Î Ï ┘ ┌ █ ▄ ¦ Ì ▀ 223
 224 Ó ß Ô Ò õ Õ µ þ Þ Ú Û Ù ý Ý ¯ ´ 239
 240 ­ ± ‗ ¾ ¶ § ÷ ¸ ° ¨ · ¹ ³ ² ■   255
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5


Notes (before you tackle the full rexx reference):
-The procedure can print to a file using the filename as a parameter. If omitted (empty), the table will be printed to screen. Individual instructions "charout" and "lineout" do the same.
-Characters are produced sequentially according to their codepoint number because there is a simple way to convert numbers to characters. Check "d2c".
-Initial and final reference values are padded on the left to take up 3 spaces and stay aligned on the right. Check "right".
-The actual characters shown depend on system codepage. Try this on a separate session after the command "CHCP <secondary codepage>", and compare.
-Should it be mentioned that the two nested loops for rows and individual cells within each row need two different indices, but that these can be used separately and together (e.g. to calculate the code for each current char)?

As you see, the idea is that we take some simple task (for the level considered), complete it with a minimal set of basic instructions, and comment on some aspects that being interesting can be easily overlooked when reading a full reference. Rinse and repeat with more advanced stuff.

Does this look any good to you? What would you improve? Post your own, better examples ; )

Edit: tt -> code
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Jan-Erik Lärka on February 25, 2025, 04:10:30 pm
/**/
parse arg where
call lineout where,'     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5'
do i=1 to 15
  call charout where,' '||right(i*16,3,' ')
  do j=0 to 15
    call charout where,' '||d2c(i*16+j)
  end
  call lineout where,' '||right(16*i+15,3,' ')
 end
call lineout where,'     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5'
call lineout where
exit


It is often just a matter of personal taste and preference, so the code to output that can be written in many ways and they'll serve well, thus cause frustration and confusion for beginners that want one and only one solution to cling to.

But here goes, assuming that the code has been saved to "charcode.cmd":
parse arg where and every occurance of where can be omitted in this case, as one can type "charcode > c850.txt" to save it to file c850.txt

How about a loop for:
call lineout ,'     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5'
such as:
do i = 0 to 15 /* loop 16 times, start at 0 and end at 15 */
  call charout , right( i, 2 + 4 * ( i = 0 ) , ' ' ) /* output a number, with 1 space in front and 4 more if loop number is zero*/
End
SAY /* This "say" without anything else just add a new line character */

Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Gordon Snider on February 25, 2025, 07:48:08 pm
Sorry if I'm not doing this right.  I am a very infrequent contributor  and am still learning the ropes.

The code below is for anyone who wants to visit all directories, one by one, below the current directory
as root,  out to the "leafs".  It makes use of recursion inside a loop.  It actually visits each directory
twice, once on the "head" recursion and again on the way back in,  "tail" recursion.

It assumes RexxUtil.DLL HAS ALREADY BEEN LOADED.  (I load it at boot time.)
   
You can find lots of nooks and crannies to put features in. 


/* KERNEL          CMD by Gord Snider  v1.0                                  */
current = Strip( Directory(), 'T', '\')         /* save fully qualified current directory for return */
SAY current                                     /* say current directory */
CALL next current                               /* call to check for sub-directories */
EXIT 0

next: PROCEDURE                                 /* hide old set of variables, enable new set */
PARSE ARG nextdir,spacer                        /* spacer is each line's indenting characters */
CALL SysFileTree Strip( nextdir, 'T', '\') || '\' || '*', 'dir.', 'DO'  /* are subfolders here? */
DO dir = 1 TO dir.0                             /* if any, make a list of them and process it */
   IF dir < dir.0 THEN leader = D2C(195)
                  ELSE leader = D2C(192)
  SAY spacer || ' ' || leader || SUBSTR( dir.dir, LASTPOS('\', dir.dir) + 1)
  IF leader = D2C(195) THEN leader = D2C(179)
                       ELSE leader = ' '
  CALL next dir.dir, spacer || ' ' || leader    /* pivot point of the recursion */
END dir                                         /* back to top of dir loop */
RETURN                                          /* a leaf has been reached */
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on February 26, 2025, 08:05:21 pm
Jan-Erik, Gordon, thank you both for your input.

I think code snippets for tutorials should be as simple and straightforward as possible so as to show one way to address the task at hand and get it done right away.

As you point out, however, anything worth doing can probably be done in a number of ways, and different developers can find places in any listing where adding / replacing some code can improve the whole thing, so I'll ammend the above by adding "initially". Just like classes on the same subject are always the same yet always a little bit different if only because of the audience, different people will take away slightly different things from one tutorial so it is probably a good idea to have different code listings to illustrate possible alternatives or whatever. That's the spirit!

Putting everything together, maybe this could be better done in the form of a simple initial listing, plus additions to expand on obvious or non-obvious places. Let's try that with another REXX snippet...
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on February 26, 2025, 08:10:15 pm
Code snippet #2: timed command

Rationale: one good thing about REXX is that it lets you use system commands in your code, which makes integrating both very easy. It is sometimes interesting to know how long some commands take to complete, so why not use some simple REXX to execute them and find out?

This REXX code will take its execution parameters as a command to be executed as is by the system shell, will report the time elapsed, and pass along its exit (return) code:

Code: [Select]
/*
  Timed Command: executes its invoking parameters as an
  external system command, and tells how long it took
*/
parse arg command

/* Depending on command output, this may go off-screen > repeat at the end */
start = time()
say 'Starting "'||command||'" at '||start
call time 'E'  /* start timer */

/* Single literals execute as commands */
'@Echo Off'   
command       
cmdrc = rc     /* save return code */

say 'Command: "'||command||'", '||,
    'started at '||start||', ended at '||time()||'. '||,
    'Elapsed: '||format(time('E'),,2)||'s.'
if cmdrc <> 0 then /* simple warning */
  say 'Non-zero exit code (error?): '||cmdrc

exit cmdrc /* RC is passed along regardless of value */

Some refinements are possible. For example, time can be formatted if too many seconds are uncomfortable to read:

Code: [Select]
[...]
say 'Command: "'||command||'", '||,
    'started at '||start||', ended at '||time()||'. '||,
    'Elapsed: '||t2hms(time('E'))||'.'
if cmdrc <> 0 then /* simple warning */
  say 'Non-zero exit code (error?): '||cmdrc

exit cmdrc /* RC is passed along regardless of value */

t2hms: procedure
  parse arg t
  h = t % 3600
  t = (t // 3600)
  m = t % 60
  s = (t // 60)
  t = format(s,,2)||'s'
  if (m > 0) then do
    if (s < 10) then
      t = '0'||t
    t = m||'m:'||t
   end
  if (h > 0) then do
    if (m < 10) then
      t = '0'||t
    t = h||'h:'||t
   end
return t

What if commands include redirection?

Some commands are most useful when executed redirecting their output to a file, e.g. "dir > filelist.txt", but executing "TimedCmd dir > filelist.txt" will include TimedCmd output in filelist.txt in the example, which may not be desirable.

To adress such situations, the whole command must be in quotes so it is passed as a single parameter for execution leaving the redirection to be processed later, i.e. TimedCmd "dir > filelist.txt" in the example above. However, the quotes must be removed from both ends so the system shell will break the command again to carry on the redirection, instead of looking for a file called "dir > filelist.txt" to execute:

Code: [Select]
[...]
parse arg command
command = strip(command,,'"')
[...]

Edit: tt -> code
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Dave Yeo on February 26, 2025, 11:48:19 pm
These would be more readable by using the code markup, square bracket code square bracket, same to close except /code.
Code: [Select]
/*
  Timed Command: executes its invoking parameters as an
  external system command, and tells how long it took
*/
parse arg command

/* Depending on command output, this may go off-screen > repeat at the end */
start = time()
say 'Starting "'||command||'" at '||start
call time 'E'  /* start timer */

/* Single literals execute as commands */
'@Echo Off'   
command       
cmdrc = rc     /* save return code */

say 'Command: "'||command||'", '||,
    'started at '||start||', ended at '||time()||'. '||,
    'Elapsed: '||format(time('E'),,2)||'s.'
if cmdrc <> 0 then /* simple warning */
  say 'Non-zero exit code (error?): '||cmdrc

exit cmdrc /* RC is passed along regardless of value */

Thanks for the code.
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on February 27, 2025, 01:18:46 am
Wait, there's a proper use for the code tag in forums?! LOL
Thanks for the tip, Dave! : ))
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Dave Yeo on February 27, 2025, 04:20:28 am
Code snippet #2: timed command

Rationale: one good thing about REXX is that it lets you use system commands in your code, which makes integrating both very easy. It is sometimes interesting to know how long some commands take to complete, so why not use some simple REXX to execute them and find out?

This REXX code will take its execution parameters as a command to be executed as is by the system shell, will report the time elapsed, and pass along its exit (return) code:

Code: [Select]
/*
  Timed Command: executes its invoking parameters as an
  external system command, and tells how long it took
*/
parse arg command

/* Depending on command output, this may go off-screen > repeat at the end */
start = time()
say 'Starting "'||command||'" at '||start
call time 'E'  /* start timer */

/* Single literals execute as commands */
'@Echo Off'   
command       
cmdrc = rc     /* save return code */

say 'Command: "'||command||'", '||,
    'started at '||start||', ended at '||time()||'. '||,
    'Elapsed: '||format(time('E'),,2)||'s.'
if cmdrc <> 0 then /* simple warning */
  say 'Non-zero exit code (error?): '||cmdrc

exit cmdrc /* RC is passed along regardless of value */

Thanks for the better formatting. I tried running the above snippet after saving it as time.cmd and got,
Code: [Select]
K:\work\dooble\obj>time.cmd make clean
SYS1044: The system cannot accept the time entered.

Enter the new time:

Same with quoting the make clean.
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on February 27, 2025, 07:59:20 am
Thanks for the better formatting.
; )

Quote
I tried running the above snippet after saving it as time.cmd and got,
Code: [Select]
K:\work\dooble\obj>time.cmd make clean
SYS1044: The system cannot accept the time entered.

Enter the new time:

Same with quoting the make clean.
Sounds like you're getting some other "time" invoked instead (see "help 1044"). Save as something else and retry, to make sure?
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Dave Yeo on February 27, 2025, 08:16:20 am
You're correct,
rexxtime.cmd make clean
...
Code: [Select]
Command: "make clean", started at 23:06:44, ended at 23:06:44. Elapsed: 0.50s.
Interesting, I thought that invoking as time.cmd instead of time would run the script.
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Jan-Erik Lärka on February 27, 2025, 09:09:03 am
Ohh, nice output like a container tree view!

   IF dir < dir.0 THEN leader = D2C(195)
                  ELSE leader = D2C(192)
can be shortened to
Code: [Select]
leader = D2C( 192 + 3 * ( dir < dir.0 ) )
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on February 27, 2025, 08:40:43 pm
I thought that invoking as time.cmd instead of time would run the script.
So did I, but I seemed to recall there was some reason why it was best not to do that kind of thing. I can't imagine what kind of bright mind would consider that behavior "working as designed", but I tried under 4os2 and I got the same result, so I won't call it a bug...

It seems that at least CMD and 4OS2 (haven't JdeBP's 32-bit cmd installed to test right now) will ignore batch or rexx .cmd files that you call the same as some internal command, and ".cmd" plus the rest of your command line will be fed as parameters to the internal command.

Rather than debating the wisdom of said course of action, I'd insist on the question:

What if I want to replace internal commands with my own stuff anyway?

And fortunately the answer may seem slightly awkward, but at least it works:

To launch your own rexx replacements instead of internal commands just put them in double quotes, e.g. "time.cmd". If you needed to quote your arguments, quote them again for this: "time.cmd" "make clean > report.txt".
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Dan Eicher on February 28, 2025, 12:13:15 am
 
  Did someone build a wget script to pull in extra bits and pieces and write a tutorial, because we seem to have gotten to code fairly quickly?
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Alfredo Fernández Díaz on March 02, 2025, 09:12:19 pm
Hi Dan, given the thread subject, "out of the box", I'm not sure what you mean by "fairly quickly" -- shouldn't that be the point? Unless... are you absolutely new to OS/2 / ArcaOS? If that's the case,

perhaps the first thing ArcaOS needs to have in its Development folder (REXX Folder?) is simply a 'Hello world' Rexx program object to be run, another program object specifically to show how it's done ("Edit Hello World!"), and the shortest readme / intro ("What is REXX?"):
----8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<----
REXX is the default scripting language in ArcaOS. To start creating REXX programs, you just need a plain text editor and the ability to read the simplest English (click on Edit "Hello World!").

Once you save your REXX scripts you can run them simply double-clicking on them, or typing their name at the command line from the folders where you have created them.

ArcaOS comes with <this and that>, please see <X, Y, Z, under ... > (pointers to a selection of the included materials best suitable for new users).
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Jan-Erik Lärka on March 02, 2025, 10:22:35 pm
Hi Dan,
you're quite right.

We need to discuss and make plans from 'Hello world' and beyond, bridging the gap from an intro to writing something useful.
How about a combination of scripts to choose what to retrieve and install of help, reference, guides, editors etc.

Introductions that hold the hand all the way is key and what I would say help one over the initial hurdles how to get used to what can be done.

Rexx is great as "glue" to explore and control various tools, techniques and system resources.
Code: [Select]
/* Retrieve help/tutorial/guide/intro to REXX */
'@yum -y install wget' /* ensure wget is available so we can retrieve/tools/packages/... from the web */
The above code would use the external tool and run yum. @ ensure that the command yum -y install wget doesn't appear on screen, while the output from the command do.

Or should all come as wpi or rpm packages? A problem is the hosting and location after a few years.

A first version could list the various titles, file format and internet location (url)?
Let the user choose and then do some magic, add short cuts as suggested etc.

Next list text editors and their benefits in writing rexx code

Why not guide the user through the code that do all of that as well.
How to read, interpret and follow the execution, 'dry execution', as learning from existing code should be easier.
Perhaps donate a number of functions that can be reused, instead of asking everyone to reinvent the wheel over and over again

I have a recursive function I call RxMkDir that is quite useful. One specify the path and it create it all levels down if it doesn't exist, and/or jump to it.

Someone else have a function that create shortcuts on the desktop from a stem/array, etc.
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Jan-Erik Lärka on March 02, 2025, 10:39:37 pm
List info related to programming in REXX
TitleType (Help/Tutorial/Reference/Guide/Examples/...)LocationFormat (pdf/inf/html/...)License (free/gpl 3/restricted/commercial/...)Interpreter (CRexx/ORexx/ooRexx/ARexx/BRexx/Regina/Roo)
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Dave Yeo on March 02, 2025, 11:02:49 pm
Seems the simplest starting point is found at, Computer-->Help Centre-->Information-->Program Development-->Rexx Information which gives a nice introduction including a Hello.cmd in the Getting Started in Rexx section.
Along side is the Rexx Scripting Language folder with more advanced stuff.
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Jan-Erik Lärka on March 08, 2025, 01:16:38 pm
It is the start to look at that is a good starting point, with a need for more, so let's keep this thread alive.

So what do we need/want?

Should we aim to support a specific version of OS/2 and newer? ¹)
A list of handbooks related to REXX. The list that Dariusz Piatkowski showed should be a good starting point, where can the files be downloaded from?
There should also be a dedicated section about "Object REXX" ²) and "ooRexx" ²).
PDF and/or INF/HLP format?

What would you like to see/need? Dan and Lewis
Is it a broader discussion about what REXX can do and how, a list of functions one can copy/paste into own projects, or...?

____
¹) Various libraries has been introduced and removed in versions of eComStation and ArcaOS. The proper way would be to assume that there is only Classic REXX in Warp 4 installed with the limitations and bugs found there and provide functions that check and test the system and then work from there. It may require rather large functions to be complete, but may be what we should aim for?
Example 1: To get the boot drive of the system currently in use one can call the function SysBootDrive, but it is only available with later versions of RexxUtil, so to write scripts that work with any version of the OS, one has to expand it somewhat (see code).
Example 2: The useful rexx library to unpack files "unzip32.dll" may (not) be available, but unzip.exe of various versions may (not) also be available, and/or unpack200.exe with OpenJDK. A wrapper function to unzip should be written to use whatever is available as we can't assume a baseline.

²) With Object REXX and ooRexx one can create a reusable "text library" to reference (compare to "include" in C/C++) with methods that can explore all possebilities and provide a unified way to unpack archives.

Code: [Select]
/* Purpose: Get information about the drive where the OS has been installed to */
/* Somewhat extended (and renamed) version of the one found in Rexx Tips & Tricks v3.60 */
/* Note the use of OS2ENVIRONMENT instead of just ENVIRONMENT as one can't assume a certain baseline version without forcing that one on others */
RxBootDrive: PROCEDURE EXPOSE (exposeList)

/* install a local error handler                  */
  SIGNAL ON SYNTAX NAME BootDrive

  boot_drive = ''
  boot_drive = SysBootDrive()

BootDrive:
/* boot_drive is still empty if SysBootDrive() failed */
/* SysBootDrive() is only available in the newer versions of REXXUTIL! */
    IF boot_drive = '' THEN
    DO
        /* Do further tests to ensure that the result of this method is correct! */
        PARSE UPPER VALUE VALUE( "PATH",, prog.__env ) WITH "\OS2\SYSTEM" -2 boot_drive +2
        boot_drive = STRIP( boot_drive )
        os_dir = STRIP( LEFT( VALUE( 'OSDIR',, 'OS2ENVIRONMENT' ), 2 ) )
        sys_cmd = STRIP( LEFT( VALUE( 'COMSPEC',, 'OS2ENVIRONMENT' ), 2 ) )
        IF LENGTH( os_dir ) = 2 & LENGTH( sys_cmd ) = 2 THEN
            IF os_dir = sys_cmd THEN RETURN os_dir
        IF LENGTH( os_dir ) = 2 THEN
            IF boot_drive = os_dir THEN RETURN boot_drive
        IF LENGTH( sys_cmd ) = 2 THEN
            IF boot_drive = sys_cmd THEN RETURN boot_drive
    END
RETURN boot_drive
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Jan-Erik Lärka on March 15, 2025, 09:54:01 am
First of all we need a function that can check if an executable can run or if the library/file exist or not.

Since we don't have a list of the files nor their types yet, our function can only be prepared to:

Try to write a function and post it here, that can test if for example wget.exe (without path*) is present or not on the system.
Hints:

*The function should try determine the path if needed, but not provided, with for example SysSearchPath(...).
Title: Re: REXX tutorials -- start developing applets under ArcaOS out-of-the-box
Post by: Jan-Erik Lärka on March 19, 2025, 07:35:31 pm
Hello,

Here's a script I've just completed to download and install information about REXX.
You have 10 titles to choose from and enjoy.

Beware that the script has not been tested that much and may cause problems, especially when sites such as hobbesarchive.com complain or is down.
I leave testing and extending the script to you, to enhance it further.


 REXX tutorials under ArcaOS out-of-the-box
 ==========================================
 1. REXX for the absolute beginner: Installed
 2. Rexx Reference Summary Handbook: Installed
 3. REXX Tips & Tricks v3.60: Installed
 4. Learning REXX Programming in 56,479 Steps: Installed
 5. OS/2 REXX. From Bark to Byte: Installed
 6. REXX Programmers Reference 2nd Edition: Installed
 7. REXX Tutorial: Installed
 8. A Practical Approach to Programming: Installed
 9. OS/2 2.1 Rexx Handbook (Warning! 321MB): Installed
10. Extending the Workplace Shell with Object Rexx: Installed

 Install <A>ll or 1, 2 ... ( ? for additional Info, 0 to Exit ):


Regards,
//Jan-Erik