Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Positioning cursor using Rexx

Status
Not open for further replies.

SharathMJ

Programmer
Apr 8, 2019
1
0
0
US
Hi All ,

I have a query , Please suggest me on this .

I am using below code to view the job details in "TSO SAR" .

/*REXX*/
OPT = "TSO SAR;=S SHAXXXHDB;"
ADDRESS ISPEXEC "SELECT PGM(ISPSTRT) SUSPEND ,
PARM(&OPT)"

My question is how to view the job by giving the 'S' command in prefix line using REXX program .

 
You cannot. And stop posting on multiple fora at the same time. It is bad manners.


Nic
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top