What was the error message? ________________________________________ From: IBM Mainframe Discussion List <[email protected]> on behalf of David Spiegel <[email protected]> Sent: Thursday, March 16, 2023 10:25 AM To: [email protected] Subject: Re: Processing SMF Type 15 records help
Hi R'Shmuel AMV"SH, //*YSLIB DD DISP=SHR,DSN=I3D5403.MJCUTIL.MACLIB $COMMON //SYSLIB DD DISP=SHR,DSN=FILE094.PDS $COMMON // DD DISP=SHR,DSN=SYS1.MACLIB BCP // DD DISP=SHR,DSN=SYS1.MODGEN BCP // DD DISP=SHR,DSN=SYS1.SBDTMAC BDT //* DD DISP=SHR,DSN=SYS1.SEZACMAC TCPIP // DD DISP=SHR,DSN=TCPIP.SEZACMAC TCPIP // DD DISP=SHR,DSN=TCPIP.SEZANMAC TCPIP // DD DISP=SHR,DSN=SYS1.SICEUSER DFSORT //* DD DISP=SHR,DSN=SYS1.NFSMAC NFS //* DD DISP=SHR,DSN=SYS1.SGLOSAMP AO //* DD DISP=SHR,DSN=SYS1.SASFPMAC BatchPipes // DD DISP=SHR,DSN=SAS210.SASFPMAC BatchPipes //* DD DISP=SHR,DSN=SYS1.SDVGMAC0 NFTP //* DD DISP=SHR,DSN=SYS1.SDBNUMAC RMDS (I also tweaked some Macro variables.) &RT_AO SETC '000' AO (nnn/000) &RT_NFTP SETC '000' NFTP (nnn/000) &RT_RMDS SETC '000' RMDS (nnn/000) &ST_DFSMS07 SETC 'NO' DFSMS ST 07 (YES/NO) new in DFSMS 1.2 Error Messages: ** ASMA044E Undefined symbol - SMF82ITE ** ASMA435I Record 273 in SYS1.MACLIB(IHBOPLTX) on volume: A4RES1 Regards, David On 2023-03-16 10:02, Seymour J Metz wrote: > What macro libraries did you use? > > ________________________________________ > From: IBM Mainframe Discussion List <[email protected]> on behalf of > David Spiegel <[email protected]> > Sent: Thursday, March 16, 2023 10:00 AM > To: [email protected] > Subject: Re: Processing SMF Type 15 records help > > Hi Allan, > I tried Assembling DAF recently and the Assembly failed. (I had a > discussion with Sam Golob about it.) > > Regards, > David > > On 2023-03-16 09:49, Allan Staller wrote: >> Classification: Confidential >> >> I strongly suggest the use of the DAF utility. CBT Tape file 094 (?). >> >> -----Original Message----- >> From: IBM Mainframe Discussion List <[email protected]> On Behalf Of >> Steve Doonan >> Sent: Thursday, March 16, 2023 8:46 AM >> To: [email protected] >> Subject: Processing SMF Type 15 records help >> >> [CAUTION: This Email is from outside the Organization. Unless you trust the >> sender, Don’t click links or open attachments as it may be a Phishing email, >> which can steal your Information and compromise your Computer.] >> >> Good Day Listserv readers, >> >> >> >> I have a need to provide report data on the updating of production source >> and loadlib PDS dsns with the date/time stamps, userid/jobname, and >> member/module name details. I can get all the data from ICETOOL reports that >> I run against the output of IFASMFDP using USER2(IRRADU00) and >> USER3(IRRADU86) except the member/module name details. >> >> >> >> I am not a Systems programmer, so I do not have the ability to code an >> assembler program to process the type 15 records to obtain the information. >> I have read through the MVS SMF manual to determine what my options are but >> unfortunately I don't have the skill set to get the type 15 data. I have run >> the IFASMFDP program pulling just the type 15's, but I don't have a way to >> process them after that point. The shop does not have SAS or WPS installed >> so that is not an option either. I was hoping someone on the list can >> provide some direction from their experience. >> >> >> >> Thanks, >> >> Steve Doonan >> >> RACF Administrator >> >> >> >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, send email >> to [email protected] with the message: INFO IBM-MAIN >> ::DISCLAIMER:: >> ________________________________ >> The contents of this e-mail and any attachment(s) are confidential and >> intended for the named recipient(s) only. E-mail transmission is not >> guaranteed to be secure or error-free as information could be intercepted, >> corrupted, lost, destroyed, arrive late or incomplete, or may contain >> viruses in transmission. The e mail and its contents (with or without >> referred errors) shall therefore not attach any liability on the originator >> or HCL or its affiliates. Views or opinions, if any, presented in this email >> are solely those of the author and may not necessarily reflect the views or >> opinions of HCL or its affiliates. Any form of reproduction, dissemination, >> copying, disclosure, modification, distribution and / or publication of this >> message without the prior written consent of authorized representative of >> HCL is strictly prohibited. If you have received this email in error please >> delete it and notify the sender immediately. Before opening any email and/or >> attachments, please check them for viruses and other defects. >> ________________________________ >> >> ---------------------------------------------------------------------- >> 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 > > ---------------------------------------------------------------------- > 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
