View previous topic :: View next topic |
Author |
Message |
Prasam Beginner

Joined: 20 May 2004 Posts: 26 Topics: 7 Location: Illinois,USA
|
Posted: Thu Jan 06, 2005 10:42 pm Post subject: SYSOUT data to screen |
|
|
Hi,
Can you please help me on how to extract sysout data from a job to a screen or a terminal.
Thanks,
Prasanth. _________________ The struggle alone pleases us, not the victory. -Pascal,Blaise- 1623-1662, French Scientist |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Fri Jan 07, 2005 12:55 am Post subject: |
|
|
Prasanth,
Code: |
sysout data from a job to a screen or a terminal.
|
I'm sorry. I'm unable to understand what you are saying. Do you want the sysout data to be captured to a dataset ? A background job does not have the capability to display the data that it produces on a foreground screen. All you can do is, capture the sysout data into a dataset (after the job completes) and use a REXX program to read the file and display its contents on screen.
Please clarify whether this is what you are looking at.
Thanks,
Phantom |
|
Back to top |
|
 |
Prasam Beginner

Joined: 20 May 2004 Posts: 26 Topics: 7 Location: Illinois,USA
|
Posted: Fri Jan 07, 2005 8:01 am Post subject: |
|
|
Phantom,
I wanted to know whether a background job can directly fire sysout contents to foreground without writing into a dataset and then using rexx to display the dataset contents.
You exactly answered what i wanted.Sorry for not putting my doubt clearly.
Thanks for your reply.
Prasanth.  _________________ The struggle alone pleases us, not the victory. -Pascal,Blaise- 1623-1662, French Scientist |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Jan 07, 2005 10:19 am Post subject: |
|
|
If you generated TSO SEND commands in your batch process you could send messages to a user. The problem with this is that the messages can be quickly erased if the user presses the <ENTER> key too quickly.
Regards,
Bill |
|
Back to top |
|
 |
Prasam Beginner

Joined: 20 May 2004 Posts: 26 Topics: 7 Location: Illinois,USA
|
Posted: Mon Jan 10, 2005 9:58 pm Post subject: |
|
|
Thanks for the help Bill. _________________ The struggle alone pleases us, not the victory. -Pascal,Blaise- 1623-1662, French Scientist |
|
Back to top |
|
 |
|
|