What is NOTCAT ?
Answer / Ravi Kishor
NOTCAT is a JCL (Job Control Language) option used in a DD statement to suppress the creation of a Catalog Entry for a dataset. When NOTCAT is specified, the dataset will not be listed in the system catalog.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are SD37, SB37, SE37 abends?
What statement can be used to send data to another mvs jes3 node?
What is the difference between the positional and keyword parameters? Give examples.
How many extents are possible for a sequential file ? For a VSAM file ?
what is the JCL statement consists of?
What is jcl in mainframe?
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
whats the diff bw the evaluate also and and?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
What dd statement is used to supply the name of a dataset?
how to code instream data in procedure?