View previous topic :: View next topic
|
Author |
Message |
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10888 Location: italy
|
|
|
|
in Your "source" jcl there is an infile dd
in the jes sysout there is an inflat dd
if after all the open You check the file status and exit with a message,
then no reason to get an abend,
I still wonder if You are looking and retrieving for us the right piece of information
the test I asked You to run proved that it is not a file related issue
( external file I mean )
are You sure about the ddnames to be used
99.9 % of these error is usually by carefully reading the program and the execution JCL |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello,
The U1234 abend is a USER abend and is controlled by your program or something it uses. You need to find out out what a U1234 abend is on your system. I'd suggest you ask someone on your project or the technical support people if this is a "standard" user abend - it is probably the "normal" way for QUITD to terminate.
The offset probably does not matter because it will be the address where the abend was issued.
I believe you need to fix the file or the code referencing the file. Until you can successfully open/use the file, all of the rest is just spinning wheels. |
|
Back to top |
|
|
|