> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of David Eisenberg > Sent: Wednesday, April 30, 2008 12:29 PM > To: [email protected] > Subject: Re: Simple newbie file tailoring question > > >If you are z/OS 1.8 or later< > > Naturally, we are at z/OS 1.7. > > This is the sort of thing I was looking for, however. For the > time being, I'll just > accept the truncated PARM= and deal with it in the > application (as per Bill > Wilkie's earlier post). > > Thanks, gentlemen. > > David
Why not just append blanks to the end of the PARM yourself? //STEP1 EXEC PGM=MYPROG,REGION=4M,PARM='&ZUSER ' You can then just ignore the extras. This only works if you are only interested in the &ZUSER as your example showed. If you have other parms at "fixed" offsets, then this won't work. -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

