You are executing IEBGENER with parm "Parm DDlist", pretty much like in a JCL 
with the following card:
// EXEC PGM=IEBGENER,PARM="Parm DDlist"

And IEBGENER is giving you a RC=12, because that's not valid.

Leonardo Vaz

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of saurabh khandelwal
Sent: Wednesday, February 27, 2013 10:02 AM
To: [email protected]
Subject: SDSF Rexx Issue - to copy SYSOUT into PDS

Hello,
         I am trying to run SDSF rexx to copy SYSOUT into PDS present in 
Implementing REXX Support in SDSF manual. I am able to create members( members 
name starting with Job id)

         in the PDS. But the data is not getting populated in these members 
from Job outputs. The issue which I issue is

 328 *-*       address LINKMVS "IEBGENER Parm DDlist"
     >L>         "IEBGENER Parm DDlist"
     +++ RC(12) +++

             I am not able to resolve this issue. I am using below inputs in 
Rexx and JCL to run this program. From the Job I am supplying only these three 
parameter.

JOB(*) PDS(TEST12.SDSF.OUT) DDNAME(JESMSGLG)

And in Rexx below are my inputs

 JobPattern   = "JOB*"
 OwnerPattern = "TEST12"
 JobClass     = ""
 Destination  = ""
 CondCode     = ""
 DdName       = ""
 PdsDsn       = ""
 Error        = "NO"
 MemberRule   = "JOBID"

--
Thanks & Regards
Saurabh

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to