ERROR:ISRE093



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

ERROR:ISRE093

Postby arsekar_purva » Tue May 06, 2008 3:54 pm

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".
arsekar_purva
 
Posts: 7
Joined: Thu Apr 24, 2008 11:32 am
Has thanked: 0 time
Been thanked: 0 time

Re: ERROR:ISRE093

Postby dick scherrer » Wed May 07, 2008 7:12 am

Hello,

Press F1 two times and see who "has" the member.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: ERROR:ISRE093

Postby arsekar_purva » Wed May 07, 2008 10:15 am

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").
arsekar_purva
 
Posts: 7
Joined: Thu Apr 24, 2008 11:32 am
Has thanked: 0 time
Been thanked: 0 time

Re: ERROR:ISRE093

Postby mikerexx » Wed Aug 05, 2009 7:58 am

Have you gotten an answer on this? Do you know the solution? I have the same issue and I would appreciate the answer.
mikerexx
 
Posts: 5
Joined: Wed Aug 05, 2009 7:54 am
Has thanked: 0 time
Been thanked: 0 time

Re: ERROR:ISRE093

Postby expat » Wed Aug 05, 2009 11:44 am

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.
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times

Re: ERROR:ISRE093

Postby mikerexx » Fri Aug 07, 2009 7:19 am

Because you start out in an edit session (ISPF Primary Option Menu - 2) on "DSN".
mikerexx
 
Posts: 5
Joined: Wed Aug 05, 2009 7:54 am
Has thanked: 0 time
Been thanked: 0 time


Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post