IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

File does exist and it is showing SOC7 abend


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Mar 20, 2008 6:16 pm
Reply with quote

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
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Mar 20, 2008 7:27 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top