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

VSAM OPEN RETURN CODE IS 168


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

New User


Joined: 28 May 2005
Posts: 2

PostPosted: Sat May 28, 2005 1:36 pm
Reply with quote

Hi

I am executing an IDCAMS steps to VERIFY a particular VSAM is closed properly or not and I am recieving this error.

Please let me know how to resolve this issue.

Thanks
Kishore
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sun Jun 05, 2005 12:59 am
Reply with quote

168 - Unsupported device type. The data set is not available for the type of processing specified, or an attempt was made to open a reusable data set with the reset option while another user had the data set open.


Quote:
I/O 168(X'A8') One of the following user parameter list errors was detected for a CNVTAD/MNTACQ/ACQRANGE request:

No user list is specified(RPLARG=0)
Argument count is zero for CNVTAD/MNTACQ request
Parameter list not on word boundary
Back to top
View user's profile Send private message
sunnyfuture

New User


Joined: 06 Jun 2005
Posts: 4

PostPosted: Mon Jun 06, 2005 11:08 am
Reply with quote

hi priya,

Can u plz explain this error in detail.I encountered this situation today.But my scenario is different.I was trying to delete an existing vsam file,Recreat it with same properties as of old one with aix's as well.n trying to open the vsam new file.

regards,
Aravind
Back to top
View user's profile Send private message
baldi

New User


Joined: 16 Jun 2005
Posts: 13
Location: Amsterdam

PostPosted: Tue Nov 20, 2007 3:51 pm
Reply with quote

Its OPENed somehwere, thats why you are getting this error.
Find out who else is using this dataset, get it closed, then do your operations, you won't get 168 then.
Back to top
View user's profile Send private message
dvprasad_raju

New User


Joined: 14 Mar 2006
Posts: 2
Location: Pune,India

PostPosted: Wed Jan 12, 2011 8:18 pm
Reply with quote

Free the dataset and execute command again
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jan 12, 2011 8:22 pm
Reply with quote

And now you've woken up a thread which has been happily dormant for more than two years.
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 run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts Calling an Open C library function in... CICS 1
Search our Forums:

Back to Top