|
|
| Author |
Message |
abhay pratap singh
New User
Joined: 22 Nov 2007 Posts: 33 Location: noida
|
|
|
|
I created an online VSAM file and made the FCT entry, after that i kept the file with OPEN status but when i am trying to view the file in browse mode with the help of File manager , the system is throwing error message 'Dataset in use'. After closing the file in CICS region it works properly in browse mode.
As i know we need to close online files only when we are working in edit mode.
Can any one help me why there is such problem. |
|
| Back to top |
|
 |
References
|
Posted: Tue Feb 26, 2008 5:09 pm Post subject: Re: VSAM file open/close problem in CICS |
 |
|
|
 |
dbzTHEdinosauer
Senior Member
Joined: 20 Oct 2006 Posts: 1388 Location: germany
|
|
|
|
| shareoptions? |
|
| Back to top |
|
 |
abhay pratap singh
New User
Joined: 22 Nov 2007 Posts: 33 Location: noida
|
|
|
|
| dbzTHEdinosauer wrote: |
| shareoptions? |
Disposition=shr at the time of defining file through CEDA command |
|
| Back to top |
|
 |
ofer71
Global Moderator
Joined: 27 Dec 2005 Posts: 1867 Location: Israel
|
|
|
|
SHREOPTIONS are assigned to a file when you create it with the DEFINE command.
O. |
|
| Back to top |
|
 |
abhay pratap singh
New User
Joined: 22 Nov 2007 Posts: 33 Location: noida
|
|
|
|
| ofer71 wrote: |
SHREOPTIONS are assigned to a file when you create it with the DEFINE command.
O. |
In case of CEDA DEF command for file name there is no keyword SHAREOPTIONS , if you are talking about something else can you elaborate. |
|
| Back to top |
|
 |
abhay pratap singh
New User
Joined: 22 Nov 2007 Posts: 33 Location: noida
|
|
|
|
| ofer71 wrote: |
SHREOPTIONS are assigned to a file when you create it with the DEFINE command.
O. |
SHAREOPTIONS while defining the VSAM cluster was (1 3) |
|
| Back to top |
|
 |
CICS Guy
Senior Member
Joined: 18 Jul 2007 Posts: 1142 Location: At my desk
|
|
| Back to top |
|
 |
abhay pratap singh
New User
Joined: 22 Nov 2007 Posts: 33 Location: noida
|
|
|
|
I had defined SHAREOPTIONS earlier as (1 3) which was by default after changing that to (2 3) it worked fine.
Thanks to all for the response. |
|
| Back to top |
|
 |
|
|