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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying JOB details using JCl

Status
Not open for further replies.

maxneo02

Programmer
Oct 22, 2003
6
0
0
IN
Hi,

Can anyone help me in writing a JCL that takes a USERID as input and displays the JOB details currently running under his ID. This is actually a test assignment tried by us.
 
One easy way to do it is to write a REXX or CLIST that performs the TSO STATUS command, and then execute it from batch using the batch TSO program and relevant JCL. There are probably other ways, but this is the first one that springs to mind.

I haven't given you a huge amount of detail, as you have admitted that this is a test assignment, and it would not be helpful to you for me to elaborate further (I think). Hopefully I've given you enough of a lead to help.

Marc
 
Hi Max,

Take a look at IBM's SDSF Guide and Reference. It should show you how to execute it in batch.

Regards, Jack.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top