have you already used rexx - even for limited purposes? Do you need to maintain a high level of productivity during your transition to unix?
No Answer is Posted For this Question
Be the First to Post Answer
How do I pass parms to my ISPF Edit macro
why is there no os/2 (ecs) port of oorexx?
Suppose if there are a set of statements and each has a word “value” in it, if I want to display all these statements so that the word “value” is aligned, then how do I code this in rexx?
what is uni-rexx?
does uni-rexx give me any capabilities designed specifically for the unix environment?
can oorexx run normal rexx programs?
How do I find or access the current level of a GDG?
how to access data in control blocks such as jobname?
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
What are the various error conditions seen in rexx?
i want new rexx tool which will perform jcl chk without submitting it
If there are a set of statements and each has a word "value" in it, If I want to display all these statements so that the word "value" is aligned, then how do I code this in REXX. e.g - The value of X is Y. Wot is its value? Do u know its value? I want to know its value.