Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the purpose of SYSOUT parameter in the DD statement?

Answer Posted / robin

SYSOUT is used to give the output of the program executed in
the step. WHatever the output is there, it can be printed in
SYSOUT. If SYSOUT is followed by DD and a dataset name, the
output is stored in that file, and if SYSOUT is followed by
DD and *, output is shown in spool itself.
The two types of statements are given below :-

SYSOUT DD DSN=dataset.name

or

SYSOUT DD DSN=*

Is This Answer Correct ?    34 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does jcl act on code(if you take a cobol program)?

1349


what is the resolution for sb37 error

9258


What statement can be used to send data to another mvs jes3 node?

1688


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9805


What is the use of symbol // in jcl?

1537


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

1270


what is the purpose of coding class parameter in job statement?

1313


Describe the various parameters utilized in the creation of a gdg?

1211


how you can direct the data to spool using SYSOUT option?

1517


What do you understand by the term notcat 2 – gs?

1295


How does the jcl specify the job to os?

1218


Are there any set of rules for the names of the steps used in a job? What are they?

1117


what is the compile process of cobol program expalin with code

2647


Brief description of inline procedure of jcl.

1316


Is automatic restart possible in jcl?

1278