No, the allocation is not recognized as AFF'd to a tape. See my other reply.
Kees. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of R.S. Sent: 10 November, 2015 16:27 To: [email protected] Subject: Re: JCL QUESTION :IGD17045I SPACE NOT SPECIFIED FOR ALLOCATION OF DATA SET The message is quite obvious: you try to allocate DASD dataset, not tape one. IMHO there were some SMS-related changes, because it was required by change from STK (Oracle) to IBM. -- Radoslaw Skorupka Lodz, Poland W dniu 2015-11-10 o 16:18, John Dawes pisze: > G'Day > > I have a problem with allocating a dsn to tape. This problem started when we > transferred from Oracle VSM to IBM VTS. > > The error message is as follows: > > IEF344I MVRXL#JP TSO CUMUL OUTPUT01 - ALLOCATION FAILED DUE TO DATA FACILITY > SYSTEM ERROR > IGD17045I SPACE NOT SPECIFIED FOR ALLOCATION OF DATA SET > SYSCICS.CICS.CICSVP.G0005V00 > > This job has been running without any problem when it was allocated under VSM > however with the switch to VTS the abends have occurred due to the AFF parm. > > Below is the jcl: > > //ACUMUL EXEC IKJEFT01, > // PARM=('CICSAPP') > //* > //STEP1 DD DISP=(SHR,PASS),DSN=&&CLIST > //CICSLIST DD DSN=&&LISTCICS,DISP=(SHR,DELETE) > //SYSTSPRT DD SYSOUT=* > //SYSPRINT DD SYSOUT=* > //SYSTSIN DD DUMMY > //* > //A3490 DD UNIT=(3490,,DEFER) > //OUTPUT01 DD DSN=SYSCICS.CICS.CICSVP(+1), > // DISP=(NEW,CATLG,DELETE), > // DCB=MODDSCB, > // RECFM=VB,LRECL=32756, > // UNIT=AFF=A3490,LABEL=EXPDT=99000 > > As a temporary workaround I have removed the AFF parm > (UNIT=3490,LABEL=EXPDT=99000) however because of JCL changes that would need > to be done which the user would like to avoid can something else be done? > > Please note that NO SMS changes have been done since 2013 even though the > error message points out to a SMS problem. > > Thanks. > > > //* > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- Treść tej wiadomości może zawierać informacje prawnie chronione Banku przeznaczone wyłącznie do użytku służbowego adresata. Odbiorcą może być jedynie jej adresat z wyłączeniem dostępu osób trzecich. Jeżeli nie jesteś adresatem niniejszej wiadomości lub pracownikiem upoważnionym do jej przekazania adresatowi, informujemy, że jej rozpowszechnianie, kopiowanie, rozprowadzanie lub inne działanie o podobnym charakterze jest prawnie zabronione i może być karalne. Jeżeli otrzymałeś tę wiadomość omyłkowo, prosimy niezwłocznie zawiadomić nadawcę wysyłając odpowiedź oraz trwale usunąć tę wiadomość włączając w to wszelkie jej kopie wydrukowane lub zapisane na dysku. This e-mail may contain legally privileged information of the Bank and is intended solely for business use of the addressee. This e-mail may only be received by the addressee and may not be disclosed to any third parties. If you are not the intended addressee of this e-mail or the employee authorized to forward it to the addressee, be advised that any dissemination, copying, distribution or any other similar activity is legally prohibited and may be punishable. If you received this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software and delete permanently this e-mail including any copies of it either printed or saved to hard drive. mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 Warszawa, www.mBank.pl, e-mail: [email protected] Sąd Rejonowy dla m. st. Warszawy XII Wydział Gospodarczy Krajowego Rejestru Sądowego, nr rejestru przedsiębiorców KRS 0000025237, NIP: 526-021-50-88. Według stanu na dzień 01.01.2015 r. kapitał zakładowy mBanku S.A. (w całości wpłacony) wynosi 168.840.228 złotych. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ******************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ******************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
