ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

REXX procedures used into CLLE programs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • REXX procedures used into CLLE programs

    Hi guys, how can I use the REXX procedure into CLLE programs? it's the first time when I try it and I don't have knowledge on this topic related to REXX proc.
    As I understand I can use STRREXPRC to start a rexx procedure? but I don't know how can I compile the REXX proc, the type for this kind of member is REXX, as I saw but I don't know how to compile it.
    Can you tell me more about this? How I have to compile and how I can integrate into CLLE programs?

  • #2
    As I understand it Rexx is "interpreted" therefore it can't be compiled. When I worked on the mainframes (years ago) Rexx was also an interpretive langugage. But I believe you can run a Rexx script directly within a compiled CL program using STRREXPRC.

    Comment


    • #3
      yes, this is it, in the meantime I found some documentation and I saw that this is about an interpretive language, thanks Terry.

      Comment

      Working...
      X