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

OPCM4 Error in Rexx Macro


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Aug 16, 2010 9:12 pm
Reply with quote

I was looking for that ISREMSPY name. I recalled it was introduced a couple of years ago, and never had the chance to play with it. Thanks, prino icon_razz.gif

O.
Back to top
View user's profile Send private message
Kurt Deininger

New User


Joined: 13 Jul 2010
Posts: 19
Location: Frankfurt/Germany

PostPosted: Tue Aug 17, 2010 11:21 am
Reply with quote

Hi edwin_infy,

You should show your JCL. I believe in Batch, you have to use the ISPSTART command of TSO if you want to use ISPF (and assign all ISPF-Libraries, of course). E.G:
//USER2Y EXEC PGM=IKJEFT01,DYNAMNBR=20 TSO
//SYSTSIN DD *
ISPSTART CMD(MYCOMD MYPARM)

IKJEFT01 is the TSO-program, ISPSTART invokes ISPF, CMD invokes a REXX by that name (can also be a program or panel)

Cheers Kurt
Back to top
View user's profile Send private message
edwin_infy

New User


Joined: 01 Jul 2008
Posts: 32
Location: chennai

PostPosted: Wed Sep 01, 2010 11:31 pm
Reply with quote

THis error Got resolved.

The String I searched using Macro was not found in the PDS

The Search string didnt comeup in the pds due to error in another step.

Since This error came.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top