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...


How to print the Output to SPOOL using MSGCLASS and SYSOUT ?

Answers were Sorted based on User's Feedback



How to print the Output to SPOOL using MSGCLASS and SYSOUT ? ..

Answer / vijay

a small addition with above one. we should keep our
msgclass=a then oly we can acheive to print the records of
data to spool.

Is This Answer Correct ?    5 Yes 1 No

How to print the Output to SPOOL using MSGCLASS and SYSOUT ? ..

Answer / gaurav singh pawar

give msgclass = 0
and then give//DDNAME DD sysout = *

Is This Answer Correct ?    3 Yes 1 No

How to print the Output to SPOOL using MSGCLASS and SYSOUT ? ..

Answer / vinay sonar

i dont know about MSGCLASS

For sysout use following syntax

//SYSUT1 DD DSN=PMAP391.NEW.PS,DISP=SHR
//SYSUT2 DD SYSOUT=*

Here sysout=* means SPOOL area.Keep it in mind.It has being
asked in many interviews

Is This Answer Correct ?    4 Yes 3 No

How to print the Output to SPOOL using MSGCLASS and SYSOUT ? ..

Answer / saisankar

msgclass=(1,1)


sysout=*

Is This Answer Correct ?    6 Yes 7 No

Post New Answer

More JCL Interview Questions

What happens if both JOBLIB & STEPLIB is specified ?

0 Answers  


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

0 Answers  


Which statement is used to identify the private libraries in job?

0 Answers  


Explain how can values be passed from the job stream to an executable program?

0 Answers  


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

0 Answers  


how many types of sorts are there in jcl?

2 Answers   IBM,


In sms datasets, what is the function of the dd mgmtclas keyword?

0 Answers  


how can u understand ps and pds from their names ?

1 Answers   TCS,


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

0 Answers  


What do you understand by the terms: joblib and steplib?

0 Answers  


what is a MODELDSCB?

1 Answers  


. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance

1 Answers  


Categories