No,not yet....still looking -------------------------------------------- On Tue, 17/11/15, Vernooij, CP (ITOPT1) - KLM <[email protected]> wrote:
Subject: Re: JCL QUESTION :IGD17045I SPACE NOT SPECIFIED FOR ALLOCATION OF DATA SET To: [email protected] Received: Tuesday, 17 November, 2015, 5:13 AM John, Did you find a solution? Just interested. Kees. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of John Dawes Sent: 10 November, 2015 16:19 To: [email protected] Subject: JCL QUESTION :IGD17045I SPACE NOT SPECIFIED FOR ALLOCATION OF DATA SET 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 ******************************************************** 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
