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

SOC 4 when reading from a file and writing into an output


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kondakonda

New User


Joined: 20 Mar 2006
Posts: 34

PostPosted: Thu Jul 06, 2006 2:17 pm
Reply with quote

Hi,

I am getting SOC 4 when reading from a file and writing into an output file.

if the input file contains less records or the output file contains writes less than 250 records then i am not getting this error.

I increased the space for the output file but still i am getting the error.

Please suggest.
Back to top
View user's profile Send private message
gyana

New User


Joined: 09 Feb 2006
Posts: 4

PostPosted: Thu Jul 06, 2006 3:11 pm
Reply with quote

Hi,
Increasing the space of the output file will not solve ypur problem. Please check in which mode you have opened the output file in your program. The output file should be opened in OUTPUT mode. Then next you can check is the LRECL that you have mentioned in the JCL. That should be exactly matching with that, which you have mentioned in the FD section of the program. Please cross verify these things. I hope it will work.

Regards,
Gyana
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
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
Search our Forums:

Back to Top