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
In COBOL programming, what is PERFORM? What is VARYING?
How do we get current date from system with century in COBOL?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are 77 levels used for?
For rewrite, why is it mandatory that file needs to be opened?
What is the utilization of copybook in cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Write a program to explain size error.
Difference between cobol and cobol-ii?
Explain what you understand by passing by value.
Can we redefine the field of x(200) to less than 200?
) how do u code after getting data?
What is the LINKAGE SECTION used in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?