Page 1 of 1

ERROR:ISRE093

PostPosted: Tue May 06, 2008 3:54 pm
by arsekar_purva
i m using the following code in my program:
ADDRESS ISPEXEC
"ISEREDIT END"
"EDIT DATASET('"DSN"')"
i m using "isredit end" to close the member which is open in edit mode.After colsinf the member i m again opening it using "edit dataset ".
inspite of using "isredit end" i m getting an error "ISRE093:member in use".

Re: ERROR:ISRE093

PostPosted: Wed May 07, 2008 7:12 am
by dick scherrer
Hello,

Press F1 two times and see who "has" the member.

Re: ERROR:ISRE093

PostPosted: Wed May 07, 2008 10:15 am
by arsekar_purva
when i do that i get that it is being opened by my id only coz we open that member before and then close it using isredit end command.then again we are trying to open it using edit dataset("dsn").

Re: ERROR:ISRE093

PostPosted: Wed Aug 05, 2009 7:58 am
by mikerexx
Have you gotten an answer on this? Do you know the solution? I have the same issue and I would appreciate the answer.

Re: ERROR:ISRE093

PostPosted: Wed Aug 05, 2009 11:44 am
by expat
Your code makes no sense to me at all. Why issue an end statement before you actually edit the dataset. Shouldn't you be using a macro somewhere to require the "ISREDIT END" statement.

Please describe exactly what you want to do, and why you want to do it.

Re: ERROR:ISRE093

PostPosted: Fri Aug 07, 2009 7:19 am
by mikerexx
Because you start out in an edit session (ISPF Primary Option Menu - 2) on "DSN".