Page 1 of 1

Getting ALAA068E error message in IBM Log analyzer Version 2

PostPosted: Wed May 18, 2011 3:26 pm
by magesh123
Hi,

We are getting the below error when submitting the Log analyzer JCL.

error messsage:
~~~~~~~~~~~~~~
JOB25845 IGD17223I JOBNAME (JOB_NAME) PROGRAM NAME (ALAGEN1 ) 527
STEPNAME (S140 ) DDNAME (URIDF )
DATA SET (USERID.TRN.URIDF.CIFDA81I ) WAS ALLOCATED
TO AN OVERFLOW STORAGE GROUP SGTCB5
JOB25845 ALAA477I: ERROR OCCURRED DURING ERROR PROCESSING
ALAA068 <-ERROR MSG BEING PROCESSED

IEF450I TCB0028L ABEND ABNDTST - ABEND=S222 U0000 REASON=00000000 545





The reason for ALAA068 message:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
THESE CODES ARE SVC 99 STANDARD CODES
AND CAN BE FOUND IN THE IBM MANUAL "AUTHORIZED ASSEMBLER SERVICES GUIDE"
IN THE CHAPTER "REQUESTING DYNAMIC ALLOCATION FUNCTIONS".
THE MOST COMMON CODES LIKELY TO BE ENCOUNTERED ARE:
0210/0410 - DDNAME UNAVAILABLE OR IN USE BY ANOTHER USER
0420 - DDNAME ASSOCIATED WITH AN ALREADY OPENED DATASET
1708 - DSNAME NOT FOUND

But all the datasets are exist in step S140.

I dont know whether i should check anything else from the above error message. Please help me to
find the solution for the above error message.

Thank you,
Magesh

Re: Getting ALAA068E error message in IBM Log analyzer Versi

PostPosted: Wed May 18, 2011 4:36 pm
by Robert Sample
1708 - DSNAME NOT FOUND
disagrees with your assessment
But all the datasets are exist in step S140.
And you know what? I believe the computer output message a whole lot more than I believe you. You might THINK all the datasets exist, but the computer does not agree. So start by figuring out which DSNAME is not found and addressing that issue. Then you can look into why the system tells you a data set is already open. Both of these are definite problems, no matter what you think.