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

How do you define a variable of comp-1 and comp-2?

701


Can we change the password using ALTER? anyone tried and changed?

1542


What are declaratives and what are their uses in cobol?

706


what happens if parmparameter passes zero bytes to the program

1660


how do you reference the variable unblock file formats from cobol programs

743






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?

1228


What are all the divisions of a COBOL program?

660


What is the difference between next sentence and continue in cobol programing language?

708


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1840


What is the local-storage section?

681


IF I mention stop run in CICS what happens?

1891


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5372


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

654


What are different data types in cobol?

685


Write a program that uses move corresponding.

668