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

POSITIONING THE CURSOR USING REXX


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
MJ SHARATH

New User


Joined: 09 Apr 2019
Posts: 2
Location: India

PostPosted: Tue Apr 09, 2019 10:27 am
Reply with quote

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 .
icon_biggrin.gif icon_biggrin.gif
Back to top
View user's profile Send private message
MJ SHARATH

New User


Joined: 09 Apr 2019
Posts: 2
Location: India

PostPosted: Tue Apr 09, 2019 11:06 am
Reply with quote

Response will be highly appreciated .

Thanks
MJ Sharath
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Tue Apr 09, 2019 12:15 pm
Reply with quote

Soliciting for an answer 45 minutes after the first post is considered bad forum manners.

Remember ...

we reply on our own time, free of charge

there is no legal obligation to provide an answer

there should not be any expectation to get one

if You have time constraints a paid consultant will be happy to provide his services according to You time requirements
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Tue Apr 09, 2019 3:39 pm
Reply with quote

You cannot.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3049
Location: NYC,USA

PostPosted: Tue Apr 09, 2019 7:30 pm
Reply with quote

Welcome!
Please use code tags going forward when you represent any code.

TSO SAR by itself is user friendly panel to see any job details with different filter options , why you want to complicate that ?
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2546
Location: Silicon Valley

PostPosted: Fri Apr 12, 2019 3:51 am
Reply with quote

I do not know what SAR is, but think you can look at job output using the REXX api for SDSF.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Fri Apr 12, 2019 11:54 am
Reply with quote

NO...
SAR is an Output Archival and Viewing system
outputs managed by it are no longer in the spool

read about CA-view ( sar ) here

docops.ca.com/ca-view/12-2/en/reference-miscellaneous/archiving/archive-sysout
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
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
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top