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
What are various search techniques in cobol? Explain.
Which mode is used to operate the sequential file?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the utilization of copybook in cobol?
What is the difference between Call and a Link?
What is the difference between PIC 9.99 and PIC9v99?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is rmode(24)
What are the different data types in cobol?
What is the difference between comp and comp-3?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How many bytes S(8) comp field occupy and its maximum value?
What is link edit in cobol?