Has anybody experieced this? I tried to load FNAT for the latest Natural release but it failed with the messages that are all pasted below. Looks like there is a problem with MAXRECL? Can anybody suggest how I fix this? Many thanks in advance,
Dave
A D A L O D: Error occurred during execution:
ERROR-060, DS-Extent space allocation failed for file 8.
O Not enough free space available
O Enough free space available, but not on devices,
which can satisfy the MAXRECL-Value for this file.
An attempt was made to allocate 65735 blocks
on device 3390
Available Space :
I File I DEV I Number of I From To I
I Lay- I Type I Blocks I RABN RABN I
I out I I I I
I----------I----------I-----------------I-==-------------------------I
I ASSO I 3390 I 791 I 1214 2004 I
I I 3390 I 218 I 2354 2571 I
I I 3390 I 87782 I 6701 94482 I
------------------------------------------------------------
Checking the error seems DSSIZE that it did not fit the amount of records.
It would be cool if you showed your ADALOD JCL - I’ll put an example here:
MEMBER=ADALOD3 000019 REC SAVE:07.07.2000 11:29 BY USERID DBA R=00000001
DSN=AAB.DBA.JCLS LIB=S3 VOL=PRL303 UNIT=1126
....+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
//AAFAL203 JOB (ADAB,OSB),DBA,CLASS=S,MSGCLASS=A,TYPRUN=HOLD
//*UQ ACCOUNT AABS,AACP
//*
//* CARREGA FILE 203 A PARTIR DO UNLOAD
//*
//LOAD203 EXEC AAFAU013
//DDEBAND DD DSN=AAF.C.UNLOAD.F203,DISP=OLD,VOL=SER=CT0533,
// UNIT=CART,LABEL=(2,SL)
//DDCARD DD *
ADARUN PROG=ADALOD,DBID=013
//DDKARTE DD *
ADALOD LOAD FILE=203
ADALOD NAME='AAF-LOGOFF-SMF'
ADALOD MAXISN=1210000
ADALOD DSSIZE=7600B
ADALOD NISIZE=4400B
ADALOD UISIZE=50B
ADALOD TEMPSIZE=500,SORTSIZE=500
/*
ADALOD LOAD options:
ADALOD LOAD FILE = numero-do-file [,filetype]
DSSIZE = tamanho
MAXISN = maximo-numero-de-registros
SORTSIZE = tamanho
TEMPSIZE = tamanho
[ACRABN = rabn-inicio]
[ADAMFILE ADAMDE = {campo|ISN} [ADAMOFLOW = tamanho] [ADAPARM = {numero|0}]]
[ALLOCATION = {FORCE | NOFORCE}]
[ANCHOR = numero-file MINISN = isn-mais-baixo-alocado, NOACEXTENSION]
[ASSOPFAC = {padding-factor| 10 }][ASSOVOLUME='associator-extent-volume']
[DATAFRN = {YES|NO}]
[DATAPFAC = {padding-factor| 10 }][DATAVOLUME='data-extent-volume']
[DSDEV = device-type] [DSRABN = rabn-inicio] [DSREUSE = {YES|NO}]
[ETID = owner-id]
[IGNFDT]
[INDEXCOMPRESSION = {YES|NO}]
[ISNREUSE = {YES|NO}] [ISNSIZE={3|4}]
[LIP={isn-pool-size | 2000}]
[LOWNERID = {owner-id-length}]
[LWP = {work-pool-size | 1048576}]
[MAXDS = {max-DS-secondary-allocation | no-limit}]
[MAXNI = {max-NI-secondary-allocation | no-limit}]
[MAXRECL = {max-compressed-record-length | max-possible}]
[MAXUI = {max-UI-secondary-allocation | no-limit}]
[MINISN = {lowest-allocated-isn | 1}]
[MIXDSDEV]
[NAME = {nome | TESTFILE}]
[NIRABN = rabn-inicio] [NISIZE = tamanho]
[NOACEXTENSION]
[NOUSEREABEND]
[NUNREC = {max-number-of-records-to-load | all-records}]
[PGMREFRESH = {YES | NO}]
[RESTART]
[SKIPREC = {número| 0}]
[SORTDEV = {device-type | ADARUN-device}]
[TEMPDEV = {device-type | ADARUN-device}]
[TEST]
[UIRABN = rabn-inicio] [UISIZE = tamanho]
[UQDE = lista-descritor]
[USERISN = {YES | NO}]
[VERSION = {4 | 5 | 6 | 7}]