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

We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?

9 Answers   CSC, IBM,


What is the purpose of dd?

0 Answers  


Describe the JOB statement, its meaning, syntax and significant keywords?

1 Answers  


What is catelog procedure and how many catelog procedure to use in one job?

2 Answers   Infosys,


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

1 Answers   Tesco,






how you will define a temporary dataset in jcl?

1 Answers   IBM,


is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?

4 Answers   Accenture,


What is NOTCAT ?

0 Answers  


can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch

1 Answers   IBM,


what is the job entry system used in your project?

3 Answers  


Explain the job statement in jcl?

0 Answers  


what is static and dynamic call with examples?

4 Answers   IBM,


Categories