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

SYSIN data to be in Sysout


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
gigish.thomas

New User


Joined: 27 Mar 2008
Posts: 4
Location: pune

PostPosted: Sat Mar 24, 2012 11:07 am
Reply with quote

Hi All,

Can someone help me to clarify my below query?

I have a JCL with instream data and I wanted this data to be printed in SPOOL Sysout. Is it possible?

//JOB1 JOB ........
//STEP1 EXEC PGM=IEBGENER
//SYSOUT DD SYSOUT=*
//SYSIN DD *
1
2
3
//*


Thanks,
Gigish
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Mar 24, 2012 12:22 pm
Reply with quote

What happened when you tried it ?
Back to top
View user's profile Send private message
gigish.thomas

New User


Joined: 27 Mar 2008
Posts: 4
Location: pune

PostPosted: Sat Mar 24, 2012 12:28 pm
Reply with quote

Sysout was not displayed in SPOOL.

Regards,
Gigish
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Sat Mar 24, 2012 6:20 pm
Reply with quote

IEBGENER uses DD names of SYSUT1, SYSUT2, and SYSIN -- which you would know if you'd read the Utilities manual in the DFSMS bookshelf on the IBM web site or on this web site. I recommend you spend some time in the manual and try to change your job appropriately.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Mar 26, 2012 5:36 pm
Reply with quote

By any chance, are you talking about IEBGENER - the generalized copy utility from IBM? icon_eek.gif
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Mar 26, 2012 6:35 pm
Reply with quote

And the topic of this thread is pretty mis-leading: my first impression was if you're looking for "INPUT ON" command of SDSF!
Back to top
View user's profile Send private message
gigish.thomas

New User


Joined: 27 Mar 2008
Posts: 4
Location: pune

PostPosted: Mon Mar 26, 2012 9:21 pm
Reply with quote

Thanks everyone for your help and support. It got work as per the above suggestions.

Thanks much!!!
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 27, 2012 3:12 pm
Reply with quote

Grumble - what's the solution you've used, finally? Please share, if possible.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top