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?



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

Answer / 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

More JCL Interview Questions

how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths

4 Answers   IBM,


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

0 Answers  


For how long a job can be executed continuously in a mainframe ?

4 Answers  


What is a Generation Data Group (GDG)?

2 Answers  


Explain the function of the dd dcb keyword?

0 Answers  


What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

11 Answers   Tesco,


Explain about Cobol Subroutines

1 Answers  


What is the difference between sb37,se37,sd37 each?

9 Answers   TCS,


A dd statement consists of 4 fields. Name them?

0 Answers  


what is the function of spool command?

4 Answers  


how can the same proc be re-used and called by many jobs?

0 Answers   IBM,


I have Job A and Job B. I want to trigger Job B from Job A. Please advise.

2 Answers   Wipro,


Categories