how to create temporary data set in jcl? what is the use?
Answer Posted / nisha
1.when no DSN is given the system automatically allocates temp data.
2.when DSN=NULLFILE is specified
3.DSN=&&temp
use:
the temp data uses space only during its execution
so, wastage of space can be avoided
Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
How many sections are there in data division in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the problem of ordered sequential files access?
What is the difference between goback, stop run and exit program in cobol?
What is the difference between binary search and sequential search?
explain sorting techniques in cobol program?
What are 77 levels used for?
How do you reference the following file formats from cobol programs?
What are the different rules to perform a Search?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is the difference between COBOL2 AND COBOL390?
what are decleratives in cobol?