SMPE assemble

2010-05-21 Thread Mark Pace
I'm trying to apply maintenance. In a a PTF the tries to assemble a module. In the assembly I'm getting this warning ** ASMA429W SYSPRINT LRECL should be at least 133 when GOFF/XOBJECT option is specified And that causes the Apply to fail because of RC being 4. I looked in the SMPE Utility

Re: SMPE assemble

2010-05-21 Thread Mary Anne Matyaz
Mark, JES2 1.11 requires the parms GOFF and LIST(133). See the program directory or PSP bucket. (http://www-01.ibm.com/support/docview.wss? uid=isg1_ZOSV1R11_ZOSGEN and find 'goff') I ran the following to update the options: //SMPCNTL DD *

Re: SMPE assemble

2010-05-21 Thread Mark Pace
I have the correct PARM. The problem must be with not having the correct JCL to provide for the output of the GOFF data. On Fri, May 21, 2010 at 10:02 AM, Mary Anne Matyaz maryanne4...@gmail.comwrote: Mark, JES2 1.11 requires the parms GOFF and LIST(133). See the program directory or PSP

Re: SMPE assemble

2010-05-21 Thread Mary Anne Matyaz
Mark, there's a mention of that as well in the bucket: ALSO, YOU NEED TO EITHER: SPECIFY A UNIQUE OUTPUT FILE USING THE PRINT OPERAND, (FOR EXAMPLE, PRINT(ASMPRINT)) AND CREATE A DDDEF IN YOUR TARGET AND DLIB ZONES FOR ASMPRINT SPECIFYING SYSOUT, OR

Re: SMPE assemble

2010-05-21 Thread Field, Alan C.
Check the DDDEF for SYSPRINT. I seem to recall mine has LRECL(121) -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Mark Pace Sent: Friday, May 21, 2010 09:08 To: IBM-MAIN@bama.ua.edu Subject: Re: SMPE assemble I have the correct PARM

Re: SMPE assemble

2010-05-21 Thread Mark Pace
Thanks, Mary - Changed my SYSPRINT DD to add the LRECL and RECFM fixed the problem! On Fri, May 21, 2010 at 10:14 AM, Mary Anne Matyaz maryanne4...@gmail.comwrote: Mark, there's a mention of that as well in the bucket: ALSO, YOU NEED TO EITHER: SPECIFY A UNIQUE OUTPUT FILE USING

Re: SMPE assemble

2010-05-21 Thread Paul Gilmartin
On Fri, 21 May 2010 09:53:11 -0400, Mark Pace wrote: PRINT DD NAME === SYSPRINT (Name of PRINT DD PARM=== XREF(SHORT),DECK,NOOBJECT,GOFF,LIST(133),OPTABLE(UNI) Being still fairly new SMPE I'm not sure if the problem is that I need a RC value of 4 not 0 Or the GOFF

Re: SMPE assemble

2010-05-21 Thread Daniel Allen
I had to specific LRECL=137 on the SYSPRINT DD to get it to work. On Fri, May 21, 2010 at 7:35 AM, Paul Gilmartin paulgboul...@aim.comwrote: On Fri, 21 May 2010 09:53:11 -0400, Mark Pace wrote: PRINT DD NAME === SYSPRINT (Name of PRINT DD PARM===