MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

SYSIN DATA

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
js_praveen
Beginner


Joined: 09 Jan 2003
Posts: 20
Topics: 7

PostPosted: Thu Jan 09, 2003 3:39 pm    Post subject: SYSIN DATA Reply with quote

Hi All,

Is there any command to see the SYSIN data which we used to run a JOB from IOF?

Thanks

JSP
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Jan 09, 2003 3:54 pm    Post subject: Reply with quote

Praveen,

You can set the Primary command to display sysin datasets on the panel. Input data sets are not normally displayed unless the job is on input.

Syntax
Code:

INPUT [ ON / OFF ]


ON. Enable input data set display. On is default.

OFF. Disable input data set display.

Hope this helps...

cheers

kolusu

PS: IOF documentation is available from the main page of mvsforums under TSO section.

http://www.mvsforums.com/

Chapter 8 (IOF Job Summary ) explains as to how to see the sysin datasets.

Hope this helps...

cheers

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
js_praveen
Beginner


Joined: 09 Jan 2003
Posts: 20
Topics: 7

PostPosted: Thu Jan 09, 2003 4:12 pm    Post subject: Reply with quote

Kolusu,

Thanks for the response, with INPUT ON, I'm able to see the data which I use as instream ( using DD *) but I'm not able to find the data which is there inside a control card member.

Say If I have a dynamic control card which gets updated every day, I want to see the data which it had on a particular run. Is this possible?

Thanks

JSP
Back to top
View user's profile Send private message
R.Nickel
Beginner


Joined: 02 Dec 2002
Posts: 22
Topics: 0
Location: Sydney, Australia

PostPosted: Thu Jan 09, 2003 4:20 pm    Post subject: Reply with quote

JSP,
Change the JCL, add an IEBGENER step and copy the 'Dynamic control card' which I assume is a temporary dataset to the same output class as your MSGCLASS and you can view/print as required.
_________________
Rainer
Back to top
View user's profile Send private message
js_praveen
Beginner


Joined: 09 Jan 2003
Posts: 20
Topics: 7

PostPosted: Thu Jan 09, 2003 4:50 pm    Post subject: Reply with quote

Rainer,

I want to see the control card data of a JOB which was already executed. I can't go and look at the control card which is there at present since it would've changed because of some other jobs, or is it possible ? Confused

Thanks

JSP
Back to top
View user's profile Send private message
R.Nickel
Beginner


Joined: 02 Dec 2002
Posts: 22
Topics: 0
Location: Sydney, Australia

PostPosted: Thu Jan 09, 2003 5:09 pm    Post subject: Reply with quote

JSP,
Position the IEBGENER either just after the data is created or just before it is used. The output will be with the job just run so it cannot change after that, use SDSF and the contents as used by that run will be seen.
_________________
Rainer
Back to top
View user's profile Send private message
js_praveen
Beginner


Joined: 09 Jan 2003
Posts: 20
Topics: 7

PostPosted: Thu Jan 09, 2003 5:15 pm    Post subject: Reply with quote

Rainer,

Yes this will work for the new Jobs. But I have a couple of jobs which were already executed and they are in IOF, will I be able to see the control card data which it used when it was run?

Thanks

JSP
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Thu Jan 09, 2003 5:22 pm    Post subject: Reply with quote

Praveen,

Is your dynamic control concatenated to your instream data?? for ex:

Code:

//SYSIN DD DSN=YOUR DYNAMIC CONTROL CARD,
//         DISP=SHR
//      DD *
  THIS IS MY INSTREAM DATA
  END
//*


Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
js_praveen
Beginner


Joined: 09 Jan 2003
Posts: 20
Topics: 7

PostPosted: Thu Jan 09, 2003 5:27 pm    Post subject: Reply with quote

No it is just

//SYSIN DD DSN=YOUR DYNAMIC CONTROL CARD,
// DISP=SHR
Back to top
View user's profile Send private message
R.Nickel
Beginner


Joined: 02 Dec 2002
Posts: 22
Topics: 0
Location: Sydney, Australia

PostPosted: Thu Jan 09, 2003 5:51 pm    Post subject: Reply with quote

For jobs that have already run you will not be able to see the data. It is gone! finished! Kaput! Crying or Very sad
_________________
Rainer
Back to top
View user's profile Send private message
CaptBill
Beginner


Joined: 02 Dec 2002
Posts: 100
Topics: 2
Location: Pasadena, California, USA

PostPosted: Thu Jan 09, 2003 6:24 pm    Post subject: Reply with quote

I suppose that if you have SDSF you could type SJ next to the jobname after it was run and see the jobstream that was submitted. I believe that would include the instream data.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Fri Jan 10, 2003 11:43 am    Post subject: Reply with quote

CaptBill,
Helpful hint, but as praveen mentioned above his case was not instream but a dataset.

Bill
Back to top
View user's profile Send private message
js_praveen
Beginner


Joined: 09 Jan 2003
Posts: 20
Topics: 7

PostPosted: Mon Jan 13, 2003 2:08 am    Post subject: Reply with quote

It didn't work in IOF!!
Back to top
View user's profile Send private message
Bill Dennis
Advanced


Joined: 03 Dec 2002
Posts: 579
Topics: 1
Location: Iowa, USA

PostPosted: Mon Jan 13, 2003 11:19 am    Post subject: Reply with quote

For control cards in datasets, use R.Nickel suggestion above about adding a GENER step just before the pgm to list the cards (or change your pgm to list the cards being processed).

Bill
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL) All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group