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