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.
No Answer is Posted For this Question
Be the First to Post Answer
can I port my existing applications from the mainframe or os/2? Will there be extensive changes required to do this?
How to find or access the current level of a gdg?
I want to open particular list of members inside pds.Let me know whether below code will work.if not tell me how it works INPUT='DDM.DATASET(AAA*)' X = OUTTRAP(MEMS.)
How do I find or access the current level of a GDG?
How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?
What do unusual return codes such as -3 and 0196 mean?
How do I pass parms to my ISPF Edit macro
Enlist the features of rexx as a programming language.
I am new to rexx db2 ,can anyone help me by expalinin how to code the db2 queries using rexx,and also plz send some link and examples using db2 queries.
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
does uni-rexx give me any capabilities designed specifically for the unix environment?
is oorexx compatible with ibm object rexx?