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

How to execute only th 15th step of JCL consisting of 50 steps?

12 Answers   Bank Of America,


Explain the purpose of dd dummy statement?

0 Answers  


What is notcat 2 - gs?

0 Answers  


Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?

2 Answers  


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


I had 100 steps in jcl i want to execute first 10 steps only?

6 Answers   IBM,


Give the syntax of job specifying jcl statement.

0 Answers  


describe the dd statement,its meaning,syntax and keywords?

1 Answers  


which parameter is use to declare the name of dataset in dd statement?

0 Answers   IBM,


What is the function of job statement in jcl?

0 Answers  


diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)

4 Answers   RBS,


How to get cursor position from system in CICS environment ?

8 Answers  


Categories