Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Running REXX pgm having ispexec in Batch mode

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
antonrino.b

Active User


Joined: 10 Jan 2006
Posts: 74
Location: Germany

PostPosted: Wed Mar 22, 2006 8:23 pm    Post subject: Running REXX pgm having ispexec in Batch mode
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
References
PostPosted: Wed Mar 22, 2006 8:23 pm    Post subject: Re: Running REXX pgm having ispexec in Batch mode Reply with quote

superk

Moderator Team Head


Joined: 26 Apr 2004
Posts: 3164
Location: Charlotte,NC USA

PostPosted: Thu Mar 23, 2006 2:10 am    Post subject: Re: Running REXX pgm having ispexec in Batch mode
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1