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

Difference between DD names SYSPRINT and SYSOUT


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajasekhar reddy

New User


Joined: 17 Jan 2006
Posts: 10

PostPosted: Wed Jan 18, 2006 9:52 am
Reply with quote

Hi,
can i know what is the exclusive use of
//sysprint dd sysout=*

or

//sysout dd sysout=*
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Wed Jan 18, 2006 10:01 am
Reply with quote

HI,

That means , what ever prints/displays given in the program , and when the program is executed those statements are displayed in the spool area.

sysout=* (Means print in the spool area)

Thanks,
Gau
Back to top
View user's profile Send private message
pa1chandak
Currently Banned

New User


Joined: 31 Jan 2006
Posts: 55

PostPosted: Thu Feb 02, 2006 9:54 am
Reply with quote

SYSPRINT DD SYSOUT=*

IS USED WHEN THERE IS ANY MESSAGE FROM THE UTILITY.

//SYSOUT DD SYSOUT=*

IS USED WHEN THERE IS ANY MESSAGE FROM THE PROGRAM.

I WILL TRY TO EXPLAIN WITH EXAMPLE.

WHEN WE ARE USING IEFBR14 UTILITY, THIS UTILITY WONT PERFORM ANY OPERATION. THIS IS A DUMMY UTILITY.
THIS UTILITY WONT GENERATE ANY MESSAGE.
SO WE DONT NEED
//SYSPRINT DD SYSOUT=*
WHEN USING THE IEFBR14


WHEN WE USE IEBGENER UTILITY,
THIS UTILITY GENERATES A MESSAGE THAT
GENARATE AT EOF i.e. end of file, etc

SO THIS MESSAGE IS GENERATED BY THE UTILITY
WE NEED
//SYSPRINT DD SYSOUT=*
WHEN USING IEBGENER UTILITY.
IF WE ARE NOT CODING THIS , WE WILL SURELY GET ERROR THAT SYSPRINT DD STATEMENT IS MISSING.

I THINK IT MUST BE CLEAR NOW.




IF I AM WRONG SOMEWHERE PLEASE CORRECT ME

THANK YOU

DO SEND ME THE REPLY

PAWAN

09822546416
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 Timestamp difference and its average ... DB2 11
No new posts Passing SYSPRINT to Invoked Program PL/I & Assembler 9
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts Capturing COBOL job and program names... All Other Mainframe Topics 2
No new posts Copy few lines from SYSOUT of 10 mill... All Other Mainframe Topics 5
Search our Forums:

Back to Top