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 is a Generation Data Group (GDG)?

2 Answers  


How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


can any one plzzzzzz tell the jcl code for creating ps using idcams

2 Answers   Fiserv,


what is the function of iebcompr?....is it compare record length or characteristics of a dataset?...pls explain with examples.......

2 Answers  


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


Differentiate between addressing mode and run mode.

0 Answers  


how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly

5 Answers   IBM, TCS,


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayed after the PERFORM is over? assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above

1 Answers  


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

0 Answers  


What u mean by include statement in JCL ?

3 Answers  


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

0 Answers   IBM,


GDGs can be CREATED (not COPIED) only on DASD and NOT on tape drives ? Is it True ?

2 Answers   ABC, IBM,


Categories