I have a simple Rexx program. This program only has a sentence:
SAY 'HELLO WORLD'
I compiled it, and its return code was 0.
By the way, I have a JCL that executes Rexx program, and the return code was 0.
I can't see the words HELLO WORLD in the screen.
Can anybody help me? What's wrong?.
Thanks in advance,
Paolast
SAY 'HELLO WORLD'
I compiled it, and its return code was 0.
By the way, I have a JCL that executes Rexx program, and the return code was 0.
I can't see the words HELLO WORLD in the screen.
Can anybody help me? What's wrong?.
Thanks in advance,
Paolast