U0626 abend.

Mainframe Application Testing, Offline testing and Tools. Xpediter, IBM Debugger.
Post Reply
Shalini Gupta
New Member
Posts: 7
Joined: Wed Jul 23, 2014 2:01 pm

U0626 abend.

Post by Shalini Gupta »

Hi,

I get U0626 while runnig a job. The error mesage is

Code: Select all

WHEN WRITING TO RECFM=F FILE THE I/O AREA LENGTH 
WAS NOT EQUAL TO THE LRECL FOR DD: APCDFILE 
THis is a fix length file and the error message in JESYSMSG is"

Code: Select all

EXPECTED COMP CODE=U0626 
How to resolve this?
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1891
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: U0626 abend.

Post by Robert Sample »

The U prefix on the error code indicates this is a User error, not a system (S prefix) error. Hence you need to figure out which product / program generated the U0626 message. If you are running an IMS program, for example, you should look to see if IMS generates a U0626 and if so find the message in the appropriate manual and follow what it says to do to fix the error. The text of the message indicates a lot -- you could find in the program the I/O AREA for ARCDFILE and compare its length to the LRECL of the data set that DD name ARCDFILE points to -- that alone may help you figure out how to resolve the problem.

However, since you did not provide us much information about the problem (you didn't even tell us which language you are using), there is not much we can do to diagnose the problem.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Testing Tools, Mainframe Application Testing, Abends Solution & QA.”