Howard

ICE099A
BLDL FAILED FOR ddname DATA SET
Explanation:
Critical. An error was detected during member verification when the
identified data set was defined as a member of a partitioned data set or a
PDSE. The BLDL system function was used for verification. The most likely
cause is that the member was not found in the data set.

System action:
The program terminates.

Programmer response:
Ensure that the specified partitioned data set or PDSE member exists


Check your members on SORTIN

Lizette


> 
> I got the message below while trying to perform a sort.
> 
> The Sortin concatenation is below.
> 
> Does this look correct and if not what's wrong with it?
> 
> Thanks.
> 
> ICE099A 0 BLDL FAILED FOR SORTIN   DATA SET
> ICE751I 1 D8-Q83041 D4-Q84357 E8-Q95214
> 
> 
> //SORT     EXEC PGM=SORT,REGION=4096K
> //SORTIN   DD DSN=SYSESB.TMON0832.STRSVC20.LMKCBLK(COMMON),
> //         DISP=SHR,
> //         DCB=(RECFM=VB,LRECL=31996,BLKSIZE=32000)
> //*
> //         DD DSN=SYSESB.TMON0832.STRSVC20.LMKCBLK(ZOS16),
> //         DISP=SHR,
> //         DCB=(RECFM=VB,LRECL=31996,BLKSIZE=32000)
> //*
> //         DD DSN=SYSESB.TMON0832.STRSVC20.LMKCBLK(T21CICS),
> //         DISP=SHR,
> //         DCB=(RECFM=VB,LRECL=31996,BLKSIZE=32000)
> //*
> //         DD DSN=SYSESB.TMON0832.STRSVC20.LMKCBLK(TCECBLK),
> //         DISP=SHR,
> //         DCB=(RECFM=VB,LRECL=31996,BLKSIZE=32000)
> //*
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to