OK, this one is a question of lack of basic understanding,
so a kick in the arse with an RTFM is more than welcomed.
just.. link/point me to the correct RTFM. please.
What i want:
- I have a panel.
- I have a dsn. lets say - 'username.location.sample(rexxcode)'
What i want:
- in the panel, to put
*REXX(*)
CALL username.location.sample(rexxcode)
*ENDREXX
now, I realize that i need to some how tell rexx about the path,
and I'm notsure if i can insert dd statements "post-call" using "address" INSIDE the panel,
or if even the actuall "call" will work.
(I mean, ispf is up, coz.. panels, so IKJEFT01 is running.. but..)
I could, and i already did - handle it nicely outside, in the "main" rexx that takes care of the panel etc.
so code-wise, and delivery-wise - I'm ok.
(Thanks to you guys btw, and helps in prev posts )
This is one of those theoretical nagging questions.
The lack of knowledge and understanding is eating at me.
My end goal is to have a snippet, that i could "embed" in the panel,
to call an "independent", external rexx (dsn).
(Perhaps link-edit? like, compile the rexx and run it as exec?
but i would still have to explain the path ~thinking emoji~)
Anyways, I don't know what to think, so.. here it is. a post.