Also, include an source code changes you make. Show the complete line with one above and one after. If you changed the &RT_AO show us. It should look something like the following. In assembler language columns are important.
&G21TWF SETC '001' Temporary write errors (nnn/000) &RT_AO SETC '000' AO (nnn/000) &RT_BATCHPIPES SETC '091' BatchPipes (nnn/000) &RT_BDT SETC '059' BDT (nnn/000) Lizette -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Lizette Koehler Sent: Tuesday, September 03, 2013 7:27 AM To: [email protected] Subject: Re: Dataset hold & lock It appears you are not familiar with Assembler code. If you do not have someone at your shop that can code assembler code, you will need to post the complete assembler messages. Not just the messages ID> We can help, We need complete messages. See if your mvs z/os system programmer can help you. Lizette -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Chokalingam Thangavelu Sent: Tuesday, September 03, 2013 5:38 AM To: [email protected] Subject: Re: Dataset hold & lock Thanks for your help and have changed to 000 but assembling step failing with RC 12. There are lot of error messages in the sysout. ASMA057E ASMA043E ASMA044E ASMA307E ASMA029E Regards, Chokalingam Thangavelu -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Lizette Koehler Sent: Monday, September 02, 2013 8:47 PM To: [email protected] Subject: Re: Dataset hold & lock In the code look for the phrase RT_AO Change to 000 In the source code FIND ** Installation Customization * &CHECKDSN SETC 'YES' Check DSN (YES/NO) &GSNAPLIMIT SETC '010' SNAP Limit (nnn/000) >RACE SETC 'NO ' Trace (YES/NO) >RACEDD SETC 'DAFTRACE' Trace DDNAME (DDNAME) &G21PR SETC '001' Permanent read errors (nnn/000) &G21PW SETC '001' Permanent write errors (nnn/000) &G21TR SETC '001' Temporary read errors (nnn/000) &G21TRB SETC '001' Temporary read backward errors (nnn/000) &G21TRF SETC '001' Temporary read forward errors (nnn/000) &G21TW SETC '001' Temporary write errors (nnn/000) &G21TWF SETC '001' Temporary write errors (nnn/000) &RT_AO SETC '254' AO (nnn/000) <-------------------------------------************* &RT_BATCHPIPES SETC '091' BatchPipes (nnn/000) &RT_BDT SETC '059' BDT (nnn/000) &RT_DFPACS SETC '127' DFP ACS (nnn/000) &RT_DFSMS SETC '042' DFSMS (nnn/000) &RT_DFSORT SETC '016' DFSORT (nnn/000) &RT_DIV SETC '041' DIV (nnn/000) &RT_ESV SETC '021' Error Statistics By Volume (nnn/000) &RT_HSMFSR SETC '241' HSM FSR (nnn/000) &RT_ICSF SETC '082' ICSF (nnn/000) &RT_NFTP SETC '252' NFTP (nnn/000) &RT_RACF SETC 'YES' RACF (YES/NO) &RT_RMDS SETC '217' RMDS (nnn/000) &RT_RMF SETC 'YES' RMF (YES/NO) &RT_RMMAUD SETC '248' RMM Audit (nnn/000) GSD 248 &RT_RMMSEC SETC '249' RMM Security (nnn/000) GSD 249 &RT_TCPIP SETC '118' TCPIP (nnn/000) &RT_TCPIPX SETC '119' TCPIPX (nnn/000) new in z/OS 1.2 &RT_USS SETC '092' USS (nnn/000) &RT_VSAMCAT SETC 'YES' VSAM Catalog (YES/NO) &RT_VSR SETC '001' Virtual SMF (nnn/000) &ST_DFSMS03 SETC 'YES' DFSMS ST 03 (YES/NO) new in ESA 5.1 &ST_DFSMS06 SETC 'YES' DFSMS ST 06 (YES/NO) new in ESA 5.1 &ST_DFSMS07 SETC 'YES' DFSMS ST 07 (YES/NO) new in DFSMS 1.2 Change the SETC from 254 to 000 Do this for any products you do not have. Lizette -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Chokalingam Thangavelu Sent: Monday, September 02, 2013 7:21 AM To: [email protected] Subject: Re: Dataset hold & lock Hi, We do not have following Datasets in our system. SYS1.SGLOSAMP SYS1.SASFPMAC SYS1.SDVGMAC0 SYS1.SDBNUMAC Regards, Chokalingam Thangavelu Mobile – 00 –91-9686433224 -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Lizette Koehler Sent: Monday, September 02, 2013 6:59 PM To: [email protected] Subject: Re: Dataset hold & lock If this is the message you received AIF (D'SMFRECSOF).NOAO3 MNOTE 255,'**********************************************************' MNOTE 255,'* Allocation Optimizer (AO) Error *' MNOTE 255,'**********************************************************' MNOTE 255,'* AO Support was specified, but the GLOSSMFR *' MNOTE 255,'* macro was not found - it is usually in SYS1.SGLOSAMP *' MNOTE 255,'* *' MNOTE 255,'* Either correct the JCL to include the GLOSSMFR macro *' MNOTE 255,'* *' MNOTE 255,'* or *' MNOTE 255,'* *' MNOTE 255,'* specify RT_AO=000 to bypass AO Support *' MNOTE 255,'* *' MNOTE 255,'**********************************************************' Then you need to customize DAF before Assembling it. The instructions in the Code: * AO Allocation Optimizer * * Add SMF_RECORD_ID=nnn to member OPTIONS * * Set &RT_AO to nnn to enable processing * * &RT_AO defaults to 254 * * To disable processing: * * Set &RT_AO to 000 * * Comment out AO MACLIB in SYSLIB concatenation * Please read the process for customization. If you do not have the product or need that specific SMF record, you need to set it to 000 Or if you have the product, you need to include the appropriate libraries in the JCL Lizette -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Ravi Gaur Sent: Monday, September 02, 2013 2:02 AM To: [email protected] Subject: Re: Dataset hold & lock Please post complete message for abend 255 i have DAF though not use it so much as have mxg/sas to process ENQ data but it does work ok.. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN Please do not print this email unless it is absolutely necessary. The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com ---------------------------------------------------------------------- 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
