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

Error with Tape dataset


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

Active User


Joined: 28 Aug 2006
Posts: 110

PostPosted: Tue Oct 03, 2006 3:55 pm
Reply with quote

Hi,

I am using a Data set which is written to Tape in SHR mode in my JCL.
When my program executes, it is abending due to File Status 90 error while opening the above Tape Dataset.

I have given correct record length, DD name and all other attributes.

What would be the problem with the dataset?
Back to top
View user's profile Send private message
SumanM

New User


Joined: 24 Sep 2006
Posts: 9
Location: CALCUTTA

PostPosted: Tue Oct 03, 2006 7:06 pm
Reply with quote

Hi Surya,

U should mention volume parameter in case of tape dataset..
neway, file status error 90 means some kind of VSAM logic error,u can check for that also..

-suman
Back to top
View user's profile Send private message
surya_pathaus

Active User


Joined: 28 Aug 2006
Posts: 110

PostPosted: Wed Oct 04, 2006 10:52 am
Reply with quote

Hi Suman,

Where I need to mention Volume parameter?
I am using the Data set in SHR mode. This data set already written into Tape.

Following error I am getting:

Code:

IGZ0035S There was an unsuccessful OPEN or CLOSE of file DDNAME in program TESTR at relative location X'1A10'.Neither FILE STATUS nor an ERROR declarative were specified. The status code was 90.  From compile unit TESTR at entry point TESTR at compile unit offset +00001A10
Back to top
View user's profile Send private message
SumanM

New User


Joined: 24 Sep 2006
Posts: 9
Location: CALCUTTA

PostPosted: Wed Oct 04, 2006 6:15 pm
Reply with quote

Hi Surya,

volume u can mention after the DISP=SHR,like following
Code:

......,DISP=SHR,VOLS=******

i think volume u can get from 3.4.
let me know whether it works !

-suman
Back to top
View user's profile Send private message
sushil_ach

New User


Joined: 01 May 2006
Posts: 6

PostPosted: Thu Oct 05, 2006 5:56 pm
Reply with quote

this usually happens with VSAM dataset.. because the dataset may already be opened...just close the file... and then try opening it... this may resolve the issue(not sure)... let me know the status...
Back to top
View user's profile Send private message
surya_pathaus

Active User


Joined: 28 Aug 2006
Posts: 110

PostPosted: Thu Oct 05, 2006 6:05 pm
Reply with quote

Hi Suman, Sushil

Thanks for reply.

My Job is production JCL, It was running fine when I tested it previously with tape dataset. But 2 days back when I started testing again then I got this error.

Suman, as you said I cant change jcl to add VOL parameter.

Sushil, I am getting error while opening Tape Dataset. It is a flat file not a vsam file.
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
Search our Forums:

Back to Top