Enlist the features of rexx as a programming language.
No Answer is Posted For this Question
Be the First to Post Answer
What does the sample library of uni-rexx consist of?
What do unusual return codes such as -3 and 0196 mean?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
How do I find or access the current level of a GDG?
How do I Run My Rexx Exec.?
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
I want to set position for a particular text in a certain position in several of my cics maps.Please provide me with a solution. Ex: If "F1-Help" has to be set to pos(4,27) always in all the maps within a PDS.
how to access data held on the jes spool?
I am tryin to select one records(SQL) using Rexx.Here is the code ADDRESS DSNREXX "EXECSQL FETCH C1 USING DESCRIPTOR :TBSQLDA" IF SQLCODE = 0 THEN DO LINE = '' DO I = 1 TO TBSQLDA.SQLD LINE = LINE TBSQLDA.I.SQLDATA END I SAY LINE END ADDRESS DSNREXX "EXECSQL CLOSE C1" ADDRESS DSNREXX 'DISCONNECT' i am getting the following errors and also i dont know wr to see the ouput.Can anyone please hlep me in solving this? 28 +++ ADDRESS DSNREXX 'DISCONNECT' Error running DB2REXX, line 28: Incomplete DO/SELECT/IF
How do I access data in control blocks such as jobname?
how long does the install of oorexx take?
How to run my rexx exec?