Answer Posted / deepak gairola
SDSF(Spool Display Search Facility) command is used to
display Spool and to view the JCL logs error...
ST -- Status
DA -- Active users
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how can the attributes of one sms dataset be copied to another dataset?
Why include statement is used in a jcl?
What are the parameters that are used in creating a gdg?
Why block size is multiple of lrecl in jcl?
how do you access an uncataloged dataset in a jcl?
What do you understand by the term notcat 2 – gs?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Which statement is used to identify the private libraries in job?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How do you create a temporary dataset?
What is the significance of addrspc parameter in exec statement?
What do you understand by the terms: joblib and steplib?
Give the syntax of job specifying jcl statement.
Is it possible to define dd statements as you want?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.