Answer Posted / ranjith
The command to enter in to spool is
TSO SDSF ST
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What dd statement is used to supply the name of a dataset?
What are some jcl statements that are not allowed in procedures?
Explain the function of //jcllib statement?
How does jcl act on a cobol code?
What is the purpose of dd?
What do you understand by the terms: joblib and steplib?
what is the compile process of cobol program expalin with code
what is a jcl?
Name what parameter directs the output of the job log dataset?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What is the function of the steplib dd statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what are the types of abends that occur on job failure? And explain the possible causes of these
How can an in-stream dataset be terminated?
What is NOTCAT ?