Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Report file status 93 -resource not available

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM
Author Message
vice_versa
Warnings : 1

New User


Joined: 26 Feb 2006
Posts: 11

PostPosted: Mon Oct 13, 2008 11:31 am    Post subject: Report file status 93 -resource not available
Reply with quote

I design a system that may many job write/rewrite a vsam file at same
time(the shareption is (2,3),record length is 500,CISize=27000),But
system sometime report file status 93 -resource not available.
How to fix it?
thanks
Back to top
View user's profile Send private message
References
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 1183
Location: Atlanta, GA

PostPosted: Mon Oct 13, 2008 4:47 pm    Post subject:
Reply with quote

What form of enqueue / dequeue do you use to ensure the writes or rewrites don't happen to the same CI at the same time?
Back to top
View user's profile Send private message
vice_versa
Warnings : 1

New User


Joined: 26 Feb 2006
Posts: 11

PostPosted: Tue Oct 14, 2008 10:24 am    Post subject:
Reply with quote

Robert,
enqueue / dequeue is for cics online program?
My program is batch program,how to resolve it?
thanks
Back to top
View user's profile Send private message
dick scherrer

Global Moderator


Joined: 23 Nov 2006
Posts: 9214
Location: 221 B Baker St

PostPosted: Tue Oct 14, 2008 11:36 am    Post subject:
Reply with quote

Hello,

Quote:
enqueue / dequeue is for cics online program?
Not solely. . .

It is to provide a way to serialize the use of some resource.
Back to top
View user's profile Send private message
Robert Sample

Senior Member


Joined: 06 Jun 2008
Posts: 1183
Location: Atlanta, GA

PostPosted: Tue Oct 14, 2008 4:45 pm    Post subject:
Reply with quote

If you have multiple batch processes writing a VSAM file, you need to be able to ensure nobody updates the CI you're writing into; that's the whole point of enqueue and dequeue. They are used a lot in CICS because that's where multiple writes to a VSAM file are done mostly -- but if you're doing it in batch, you'd better be doing something similar or you'll have problems. You may have to write an Assembler subroutine to handle this.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> SMS & VSAM All times are GMT + 6 Hours
Page 1 of 1