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 ?

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



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)?

1346


How jcl work to handle various input output file operations?

1221


Explain the function of dd name parameter with a 2 part structure; audit.report?

1522


Name a few IBM utility programs, and explain its function.

5034


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

2505


Explain dfsort utility?

1405


What is the function of //cntl statement?

1394


What are the difference between jcl and jes?

1660


What is NOTCAT ?

1379


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

1128


What happens if both JOBLIB & STEPLIB is specified ?

1205


What is the purpose of the dd keylen parameter?

1282


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1522


How do you overcome this limitation ?

1251


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

1255