IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Authorisation error to allocate a dasd file.


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sasi Kiran Patha
Warnings : 2

New User


Joined: 19 Nov 2006
Posts: 73
Location: Hyederabad

PostPosted: Thu Dec 21, 2006 5:01 pm
Reply with quote

hi,

im executing a program through a JCL.The program creates an output file.
The output file parameters in the JCL :

STEP020.OUTFILE DD DSN=DFC2.VNDU25.GLOB.FFB.CBFILE,
SPACE=(CYL,(15,5),RLSE),
DCB= (SYS1.DSCB,LRECL=101,BLKSIZE=8989,RECFM=FB),
UNIT=SYSDA,
DISP=(NEW,CATLG,CATLG)

the authorisation error im getting in JESysmsg is :

IGD17364I DATA SET DFC2.VNDU25.GLOB.FFB.CBFILE
NOT AUTHORIZED TO EXPIRATION DATE SPECIFIED
EXPIRATION DATE RESET TO MAXIMUM ALLOWED 0.0
IGD101I SMS ALLOCATED TO DDNAME (OUTFILE )
DSN (DFC2.VNDU25.GLOB.FFB.CBFILE )
STORCLAS (SCDCOMM) MGMTCLAS (MCDCOMM) DATACLAS
(NULLDC)
VOL SER NOS= DVLLO4

any work arounds or suggestions for the issue....
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Thu Dec 21, 2006 5:11 pm
Reply with quote

Explanation: On the request for a data set, the expiration date or retention period specified is greater than the maximum allowed for the management class that is effective for that data set. Therefore, the maximum value for the expiration date or retention period, is computed and assigned to the data set.

What work around, it worked, it will be gone tomarrow. If you need a longer retention, change the management class.......
Back to top
View user's profile Send private message
Sasi Kiran Patha
Warnings : 2

New User


Joined: 19 Nov 2006
Posts: 73
Location: Hyederabad

PostPosted: Thu Dec 21, 2006 5:27 pm
Reply with quote

Thank u
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Error when install DB2 DB2 2
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top