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

$AVRS/SAVRS


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

New User


Joined: 23 Nov 2022
Posts: 5
Location: India

PostPosted: Wed Jan 18, 2023 12:12 pm
Reply with quote

Hi Team,

Can you please help, is there any Mainframe TSO commands to fetch the Job card details from SAVRS Jobs list.

I have tried with couple of the SAVRS Utilities like example $AVRPULL program and REXX and getting full report of the job.

But my manager want only TSO Command to fetch the Job card details.

Can anyone has an idea how to fetch job card information using TSO Commands.

I doubt is there any TSO Command to fetch the Job card information. I want to recheck with our Mainframe Experts from this group.

Much appreciated your help. Thank you
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Wed Jan 18, 2023 3:04 pm
Reply with quote

I think the only way is to use
Code:
DD=JESJCL

in your $AVRPULL control cards along with jobname. It will extract only the JESJCL contents. Then you have to process the JESJCL contents to get the info you require.

Something like
TY=JN,NA=SOMEJOB,DD=JESJCL,SD=-1
Back to top
View user's profile Send private message
RBABU

New User


Joined: 23 Nov 2022
Posts: 5
Location: India

PostPosted: Wed Jan 18, 2023 10:38 pm
Reply with quote

Hi Vasanthz, Thank you for your reply.

I have given just for an example, but I can't use $AVRPULL Utility program.

In the command line only I have to use the TSO Commands to fetch the job card information and Job status.

For example We use TSO Commands to search a string in a program or TSO Allocate dataset name or TSO Free..etc

Mainframe TSO Commands only I have to use and fetch information.

Thank you.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts $AVRS File Selection Screen All Other Mainframe Topics 0
No new posts how to move job from EJES to SAVRS? All Other Mainframe Topics 3
No new posts About SAVRS All Other Mainframe Topics 5
No new posts Dynamic JCL run by checking RC in $AV... JCL & VSAM 6
No new posts REXX to Find a string in the executed... All Other Mainframe Topics 31
Search our Forums:

Back to Top