when we use sysprint and sysout statements

Answer Posted / arun

Based on utility.
1.when we use system defined utility.
sysprint- it'l give system defined utility messages.
2.when we use user defined utility.
sysout- it'l give user defined utility messages.

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can an in-stream dataset be terminated?

1078


How do you overcome this limitation ?

939


Is it possible to left uncode disp? If yes, how?

931


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

890


What are steplib and joblib? What for they are used?

913


Explain about ISPF/TSO Commands

1606


How can return codes be tested before execution of a job step?

1214


What is one line to pass PARM from JCL to COBOL?

4690


Explain dd statement in jcl?

870


//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 /*

1146


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

823


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

858


How to submit jcl through a cobol program?

906


What is the syntax of JCL statement?

938


what is use of dcb parameter in dd statement?

1029