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 difference between Sysin,Sysout,Sysdbout and
Sysudump?

Answer Posted / mohan.chepuri

synin is the seeing the error msgs to spool
sysout is the after job is success full then seeing the out
put in spool

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you understand by jcl?

1112


How can the disposition of sysout datasets be set for an entire jobstream?

1386


Which dd parameters are required?

1244


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

1361


what is the use of IEBGENER utility?

1226


Explain the function of dd disp parameter?

1175


What are the parameters that are used in creating a gdg?

1277


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


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

1201


what is DSN in JCL and what are the parameters to declare the DSN?

1249


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

1190


What is the function of the steplib dd statement?

1252


How can an in-stream dataset be terminated?

1393


Explain about LMFREE�free data set from its association with data ID

1678


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5599