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

In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?

1 Answers  


what is the use of IEBGENER utility?

0 Answers  


List the different components of jcl statement?

0 Answers  


what is static and dynamic call with examples?

4 Answers   IBM,


How is a type of file defined in the jcl that executes the cobol program?

0 Answers  


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

0 Answers  


What is notcat 2 - gs?

0 Answers  


How do you submit a JCL under CICS environment ?

5 Answers   Wipro,


if we give TIME=0 how many sec that job/step

14 Answers  


what is the general use of PARM? Give an explanation about the system defined parameters that could be passed through this PARM like XREF,LIST,LET,APOST,RENT etc..

3 Answers   Cognizant,


Describe the DD statement, its meaning, syntax and keywords?

2 Answers  


you have one jcl .in sort step 5 files are there.if out of 5 files if one file is uncataloged or not there then how will you correct your jcl so that problem does not come. you should not create this file externally.how will u overcome it.

3 Answers  


Categories