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 d/f b/w sysout & sysprint

Answers were Sorted based on User's Feedback



what is d/f b/w sysout & sysprint..

Answer / venkat

SYSPRINT.

all the error messages along with the source code will be
stored after the compilation.


SYSOUT.

the output and the system messages on program abend will be
routed to sysout.

Is This Answer Correct ?    11 Yes 7 No

what is d/f b/w sysout & sysprint..

Answer / rams

sysout: to route the output to destination i.e., which
class name u mentioned like A,B,C,D....1,2,3,4...


SYSPRINT: TO PRINT THE OUTPUT ,WHICH IS TAKEN FROM ABOVE
CLASS

Is This Answer Correct ?    1 Yes 0 No

what is d/f b/w sysout & sysprint..

Answer / mdvasanth86

SYSOUT -> Output related to the Program being executed in
the job.


SYSPRINT -> Output of the job itself (JCL) that is executing
some program.

Is This Answer Correct ?    1 Yes 0 No

what is d/f b/w sysout & sysprint..

Answer / sysudump

//SYSPRINT DD SYSOUT=*
Sysprint is a name of DD. Sysout is a keyword parameter.

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More JCL Interview Questions

When space is allocated for an output dataset, what units can be used?

0 Answers  


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


I need exexution process for JCL programs

0 Answers  


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,


What is a JCL Command statement ?

1 Answers   IBM,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

0 Answers   IBM,


Explain the function of dd disp parameter?

0 Answers  


What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?

9 Answers   GE, Xansa,


In JCL I have 5 steps,I need to execute 1st,2nd and 5th steps only,can any one answer me please?

2 Answers   TCS,


Is condition checking possible in jcl?

0 Answers  


in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes

4 Answers  


Categories