I Have created a REXX program to fetch 3 columns from a table.
I have kept temporary variables to hold SQL values (takes automatic datatype as per input) Its like:
ADDRESS DSNREXX "EXECSQL FETCH C1 INTO :IN, :CR, :TN"
Now i have created A Panel, but i only know that we assign options. Which is done like giving
%option_name
But havent got any book or online forum about how to display those REXX program variables to screen.
There are forums only for Calling a panel which have its own functionality.