When doing an IDEAL IMPORT function i am receiving error:
SET ERROR CONTINUE
SET IMP DUPLICATE REPLACE
IMPORT ALL RPT
IMPORT ALL PNL
IMPORT ALL PGM
***** START OF IDEAL ERROR LOG ON 01/08/17 AT 10:29:49 *****
1-IDADERRP23E - INTERR: Internal LIB error
SRVC=VLS FUNC=CREATE RC=004-36 PGM=ADSVCS 11.0 -3A90
CALPGM= CURACT=ST ACTTYP= USER=01M ERRID=
SYS=DBA ENTTYP= ENTNAM= ENTVER=000 ENTSTAT=
LIB=IDDV3SRC MEM=ASMASM002BT 004W
******* END OF IDEAL ERROR LOG ON 01/08/17 AT 10:29:49 *****
VLS return code 004(36) means:
Reason:
There is an illogical condition on a VLS free-space map.
VLS return code 004(36) means:
Reason:
There is an illogical condition on a VLS free-space map.
Action:
Wait and try again. If this error recurs, ask your Site Administrator to use VLSUTIL to backup the file, reformat it, and restore the file from the backup. This error does not prevent the taking of a backup file.
Library and member involved are:
LIB=IDDV3SRC MEM=ASMASM002BT 004W
Normally this problem is due to the corruption of a VLS member
for various reasons (storage violations or abends during edits, etc).
A selective restore of the corrupted member will normally resolve
the problem. It is also normally recommended that the library be
backed up, reformatted, and restored to ensure that the library is ok.
Other considerations include making sure that the library is properly
defined in terms of namelength and blocksize, and that the blocksize
of the library as defined by VLSUTIL matches the CICS blocksize in the
FCT for the library.
In short:
VLSUTIL to backup the file, reformat it, and restore the file from the backup should resolve the problem. and retry the import.