what is d/f b/w sysout & sysprint

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you know about jcl?

638


What is the function of a dd statement?

698


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

686


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9200


How do you create a temporary dataset?

649






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

1955


Are there any set of rules for the names of the steps used in a job?

624


what is JCL?

682


How can a stopped job be started again?

694


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

898


What is jcl in mainframe?

675


Brief description of inline procedure of jcl.

670


How to execute 2nd and 4th steps among 5 steps in jcl proc?

742


What is the function of the dd mgmtclas keyword in sms datasets?

728


How does jcl act on code(if you take a cobol program)?

696