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

Running REXX pgm having ispexec in Batch mode


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

New User


Joined: 10 Jan 2006
Posts: 76
Location: Germany

PostPosted: Wed Mar 22, 2006 8:23 pm
Reply with quote

Hi all,

I have a REXX program which has ispexec statements.

Code:
"ispexec lmminit ......"


It works fine, if i run the rexx pgm online. But if i run the same REXX pgm in batch, ispexec statement returns a return code of 20.

Why is it so?

Can anyone help me in running the program successfully in batch?

Thanks and Regards,
Antu
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Mar 23, 2006 2:10 am
Reply with quote

If you are using ISPEXEC calls, that means that you are using ISPF Services. If you want to use ISPF services in batch, you need two things -

a TSO session and an ISPF session.

You can start a TSO session in batch by using one of the batch terminal monitor programs (TMP) - IJKEFT01, IKJEFT1A, or IKJEFT1B. These programs require two DD statements: one for the terminal input (SYSTSIN), and one for the terminal output (SYSTSPRT).

You can start an ISPF session once the TSO session is started by using the ISPSTART command in TSO. The typical format of the ISPSTART command is ISPSTART CMD(%EXECNAME). In addition to the above terminal input and output DD's, you must also allocate all of the required libraries for ISPF using DD statements: Panel, message, skeleton, table, and profile data sets must be preallocated.

For more details, see this chapter 2.13 ISPF Services in Batch Mode from the z/OS V1R7.0 ISPF Dialog Developer's Guide.
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 HILITE on Browse mode? TSO/ISPF 2
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 isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top