The sample from the CBTTAPE should have all of the concatenations. You did not include the SHOWMVS dataset in the SYSLIB
Check out the member called SHOWJCL - it has everything there //SYSLIB DD DISP=SHR,DSN=SYS1.MACLIB // DD DISP=SHR,DSN=SYS1.MODGEN //* OS/390 (R6) and below //* If member EZAZTSEB exsits please move TCPIP.SEZACMAC at the end // DD DISP=SHR,DSN=TCPIP.SEZACMAC optional // DD DISP=SHR,DSN=CEE.SCEEMAC optional //* z/OS R4 and above (EZBNMIFR API) // DD DISP=SHR,DSN=TCPIP.SEZANMAC required // DD DISP=SHR,DSN=SYS1.SHASMAC required //* to create the SHOWMVS.MACLIB library, execute FILE492.PDS(SHOWMACS) // DD DISP=SHR,DSN=IBMUSER.SHOW713.MACLIB ShowMVS macros // DD DISP=SHR,DSN=IBMUSER.FILE492.PDS STRING macro //SYSPRINT DD SYSOUT=* Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of John Norgauer > Sent: Thursday, October 31, 2013 2:20 PM > To: [email protected] > Subject: Assembling SHOWMVS errors > > I am trying to assemble SHOWMVS and am getting lots of undefined op codes. > > This is my SYSLIB concatenation: > > //SYSLIB DD DSN=SYS1.MACLIB,DISP=SHR > // DD DSN=SYS1.AMACLIB,DISP=SHR > // DD DSN=SYS1.AMODGEN,DISP=SHR > > Anything else needed in SYSLIB? > > Thanks > > > > John Norgauer > Senior Systems Programmer > Mainframe Technical Support Services > University of California Davis Medical Center > 1651 Alhambra Blvd > Suite 200 > Sacramento, Ca 95816 > 916-734-0536 > > SYSTEMS PROGRAMMING...... Guilty, until proven innocent !! " JN 2004 > ........ > "Hardware eventually breaks - Software eventually works" anon ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
