How do you create a temporary dataset?
No Answer is Posted For this Question
Be the First to Post Answer
Does the terms, JOBLOG, SPOOL and SYSOUT indicate the same thing, i.e., where JCL and JES messages and statements are written ?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
What are the utility programs in jcl?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
Can we give TIME = (1440, 59) also ? or is TIME = (1439, 59) is the last one ?
what is check pending option
How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
what is the use of temporary files?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the motivation behind coding class parameter in job statement?