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.)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More REXX Interview Questions

Is it possible to port existing applications from the mainframe or os/2? Are there major changes required to do this?

0 Answers  


How do I pass parms to my ISPF Edit macro

2 Answers   Wipro,


can oorexx run normal rexx programs?

0 Answers   IBM,


Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?

0 Answers  


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.

3 Answers  






How to code the db2 queries using rexx, and also plz send some link and examples using db2 queries?

0 Answers  


When will a port of ooRexx to "XYZ" be available?

0 Answers  


Can I combine uni-REXX with a compiled language in my application? What application programming interfaces are available? For example, can I share variables between uni-REXX and a compiled language?

0 Answers  


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

2 Answers   Syntel,


What are the functions available in rexx?

0 Answers  


can oorexx run ibm object rexx programs?

0 Answers   IBM,


i want new rexx tool which will perform jcl chk without submitting it

0 Answers  


Categories