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

IGZ0002S : SYNAD error occurred on a QSAM file


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bulleye

New User


Joined: 26 Sep 2009
Posts: 2
Location: New York

PostPosted: Mon Sep 28, 2009 7:34 pm
Reply with quote

Can anyone please help me with below error ?

The IBM message that corresponds to the condition is:
IGZ0002S TESTJOB1,PSTN0030,580E,D,ITFILE ,GET ,UNKNOWN COND.
,0000**********,QSAM S,***,*******, 739, , ,

This error doesn't comes in every run, Whenever it occurs, I just restart the job and everything goes fine.

Thanks,
Himant
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: Mon Sep 28, 2009 8:27 pm
Reply with quote

Hello and welcome to the forum,

What is the media for the input - possibly tape?

Is the error always on this device - 580E? Or one just like it?

Possibly there is additional diagnostic recorded by the system - suggest you talk with your storage management people.
Back to top
View user's profile Send private message
bulleye

New User


Joined: 26 Sep 2009
Posts: 2
Location: New York

PostPosted: Mon Sep 28, 2009 9:45 pm
Reply with quote

No, It changes everytime .

IGZ0002S TESTJOB1,PSTN0030,5446,D,ITFILE ,GET ,UNKNOWN COND.
,0000**********,QSAM S,***,*******, 5505, , ,

Also the ITFILE file is created everyday in some predecessor job which is used here.

Is this the problem related to FD section in program? This is the description in program.
RECORDING MODE IS F
BLOCK CONTAINS 0 RECORDS
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Mon Sep 28, 2009 10:49 pm
Reply with quote

You may need to contact your site support group and work with them to resolve this problem. The system is saying there's something wrong with your input file assigned to ITFILE DD name; but it cannot identify exactly what is wrong. Since the error goes away upon a rerun, the site support group may need to look at the file after it is built but before your job runs to see if there's any problems with the way the file is defined. This is not likely to be caused by something in your program -- although that cannot be totally ruled out.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 7
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Error when install DB2 DB2 2
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
Search our Forums:

Back to Top