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
How can an in-stream dataset be terminated?
How do you overcome this limitation ?
Is it possible to left uncode disp? If yes, how?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
What are steplib and joblib? What for they are used?
Explain about ISPF/TSO Commands
How can return codes be tested before execution of a job step?
What is one line to pass PARM from JCL to COBOL?
Explain dd statement in jcl?
//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 /*
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
Explain how can the disposition of sysout datasets be set for an entire jobstream?
How to submit jcl through a cobol program?
What is the syntax of JCL statement?
what is use of dcb parameter in dd statement?