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
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is static and dynamic call in cobol?
What is the LINKAGE SECTION used in COBOL?
What is the difference between PIC 9.99 and PIC9v99?
How do u write test cases?
Define cobol?
What is the use of intialize verb?
What is length is cobol?
What is the difference between comp and comp-3?
Write a program to explain size error.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
In COBOL programming, what is PERFORM? What is VARYING?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning