MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Problem with ISPF macro

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
JyotsnaMV
Beginner


Joined: 07 Aug 2003
Posts: 9
Topics: 5

PostPosted: Thu Oct 30, 2003 8:04 am    Post subject: Problem with ISPF macro Reply with quote

Hi Friends,

When I tried to invoke ISPF Macro's from Rexx program like this :
ispexec edit dataset('TREX.JYDB.UTILLIB.backup(IVOADEL)') macro(TJCLMAC0)
it gives an error saying -
"ISPT034 Table is not open -/-TBTOP issued for table ISPEDRT that is not open"

ISPEDRT looks like a system table. All these days the same code was working fine. Suddenly facing this problem. This could be because of some upgradation on MVS Operating Sustem ????

Any ideas as to where is this table exactly used and when it gtes created?

Awaiting for inputs....

Thanks,
Jyotsna.
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12372
Topics: 75
Location: San Jose

PostPosted: Thu Oct 30, 2003 10:09 am    Post subject: Reply with quote

Jyotsna,

Put the commands in quotes and try it.

Code:

Address ISPEXEC "EDIT DATASET('TREX.JYDB.UTILLIB.backup(IVOADEL)') MACRO(TJCLMAC0)"


Hope this helps...

cheers

kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
JyotsnaMV
Beginner


Joined: 07 Aug 2003
Posts: 9
Topics: 5

PostPosted: Fri Nov 14, 2003 3:22 am    Post subject: Reply with quote

Hi Kolusu,

Thanks for your reply.
The actual code what I gave before was within codes. Even then I faced the same problem. Meaning the code is like this:

"ispexec edit dataset('TREX.JYDB.UTILLIB.backup(IVOADEL)') macro(TJCLMAC0)"

Still I get the same problem.

Awaiting for your replies..

Jyotsna
Back to top
View user's profile Send private message
Mervyn
Moderator


Joined: 02 Dec 2002
Posts: 415
Topics: 6
Location: Hove, England

PostPosted: Fri Nov 14, 2003 4:55 pm    Post subject: Reply with quote

Jyotsna,

That is still not quite what you were advised to do. Check the positions of the quote marks here:

Code:

Address ISPEXEC "EDIT DATASET('TREX.JYDB.UTILLIB.backup(IVOADEL)') MACRO(TJCLMAC0)"

_________________
The day you stop learning the dinosaur becomes extinct
Back to top
View user's profile Send private message
RobertL
Beginner


Joined: 18 Nov 2003
Posts: 22
Topics: 0
Location: Lisbon, Portugal

PostPosted: Tue Nov 18, 2003 1:36 pm    Post subject: Reply with quote

ISPEDRT is the edit recovery table. Edit must be trying to do edit recovery and is unable to access this table.
Robert
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group