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


Please Help Members By Posting Answers For Below Questions

What are various search techniques in cobol? Explain.

881


Which mode is used to operate the sequential file?

939


How to use the same COBOL program in Batch and CICS on lines? explain with an example

2118


What is the utilization of copybook in cobol?

894


What is the difference between Call and a Link?

901


What is the difference between PIC 9.99 and PIC9v99?

1045


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?

7326


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

3002


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1762


What is rmode(24)

911


What are the different data types in cobol?

1063


What is the difference between comp and comp-3?

907


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1868


How many bytes S(8) comp field occupy and its maximum value?

1864


What is link edit in cobol?

948