You might to review this Share presentation

https://share.confex.com/share/117/webprogram/Handout/Session9656/REXX%20Language%20Coding%20Techniques.pdf

Scott ford
www.identityforge.com

Tell me and I'll forget; show me and I may remember; involve me and I'll 
understand. - Chinese Proverb


On Feb 27, 2013, at 2:08 PM, "Rouse, Willie" <[email protected]> wrote:

> In SG247419 page 94 Implementation Rexx support in SDSF it say PARM="" or 
> null. 
> 
> 
> Respectfully,
> Willie C. Rouse
> Senior Mainframe Consultant
> Prince George's County, Maryland
> Office of Information Technology
> 9201 Basil Court/ Room B8
> Largo, MD 20774
> Voice: 301-883-7189
> Fax: 301-883-3790
> 
> 
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On 
> Behalf Of Leonardo Vaz
> Sent: Wednesday, February 27, 2013 12:50 PM
> To: [email protected]
> Subject: Re: SDSF Rexx Issue - to copy SYSOUT into PDS
> 
> 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
> 
> 
> This E-mail and any of its attachments may contain Prince George’s
> County Government or Prince George's County 7th Judicial Circuit
> Court proprietary information or Protected Health Information,
> which is privileged and confidential.  This E-mail is intended
> solely for the use of the individual or entity to which it is
> addressed.  If you are not the intended recipient of this E-mail,
> you are hereby notified that any dissemination, distribution,
> copying, or action taken in relation to the contents of and
> attachments to this E-mail is strictly prohibited by federal law
> and may expose you to civil and/or criminal penalties. If you have
> received this E-mail in error, please notify the sender immediately
> and permanently delete the original and any copy of this E-mail and
> any printout.
> 
> ----------------------------------------------------------------------
> 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