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

How can I run JES2 command in rexx and return the results


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
as4578

New User


Joined: 24 Jun 2010
Posts: 12
Location: China

PostPosted: Thu Jun 24, 2010 1:58 pm
Reply with quote

I want to run some JES2 commands and give the results back to REXX.

As I investigated in this forum,I try to call a external service with
ADDRESS ISPEXEC " SELECT PGM(ISFISP) PARM('LOG')", but it jumps to the SDSF panel and I can't get what I want.

I expect to save the results in a var (like using CALL OUTTRAP "TRAP." to save the results in TRAP).

For example.
In SDSF => LOG
/$D Job 'jobname',STATUS,CC=CODE

In REXX icon_question.gif
what can I do to get the results?

Could anyone help me?

Thank you.

----------------------------------------
By the way, is there any command to hold the REXX for a while?

Just like WAIT, SLEEP,etc..
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Thu Jun 24, 2010 5:50 pm
Reply with quote

If you have z/OS V1R9 then you could try using the SDSF Interface (see this IBM Redbooks)
Back to top
View user's profile Send private message
as4578

New User


Joined: 24 Jun 2010
Posts: 12
Location: China

PostPosted: Fri Jun 25, 2010 6:24 am
Reply with quote

Marso,

Thanks very much.

Is there any command to hold the REXX for a while?

Just like WAIT, SLEEP,etc..
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jun 25, 2010 6:47 am
Reply with quote

Hello,

Most organizations will cancel tasks that do this. . .

If you need to have this run periodically, run it in batch via the system schedule.

There is no good reason to have this "permanently" tie up system resources. . .
Back to top
View user's profile Send private message
as4578

New User


Joined: 24 Jun 2010
Posts: 12
Location: China

PostPosted: Fri Jun 25, 2010 7:41 am
Reply with quote

It seems reasonable.

Thanks all.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jun 25, 2010 8:42 am
Reply with quote

You're welcome - good luck icon_smile.gif

d
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
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