what is the use of temporary files?

Answers were Sorted based on User's Feedback



what is the use of temporary files?..

Answer / harsha

Temporary files are those files which have same
characteristics as that of any seq file. Temporary file are
created and deleted within the same JCL iteself.

Is This Answer Correct ?    9 Yes 2 No

what is the use of temporary files?..

Answer / srinivas

if we want any file for temporary purpose we will use these
files bcz we will all our work after that it will delete
there it self so we can save the memory . for this we will
write in front of the && it will indicate that this file is
temporary..

Is This Answer Correct ?    3 Yes 1 No

what is the use of temporary files?..

Answer / pradeep k(cr)

Temporary file will create after submitting job and it will
delete after completing the job. Means temporary files will
not occupy any space.
This temporary files will create by using &&
(double amperson). Ex:&&TEMP means you are creating
temporary file by name TEMP.
Ex: if you want to sort FILE1 and after that you need to
use that file as input in your COBOL program, that time you
willl use this temporary file as SORTOUT file.

Is This Answer Correct ?    0 Yes 0 No

what is the use of temporary files?..

Answer / sachin

@pradeep: Please recheck your comments before posting it. It has gramatical mistakes.

Is This Answer Correct ?    0 Yes 0 No

what is the use of temporary files?..

Answer / m.s.mohamed

It temporary data are used to re collect the original data
at the time of re usability

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More JCL Interview Questions

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

11 Answers   Tesco,


i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

2 Answers  


How Can we see all generations of a GDG ?

3 Answers   Polaris,


What happens if both JOBLIB and STEPLIB is specified ?

8 Answers  


Explain how can a jobs execution priority be modified?

0 Answers  






When will we need to specify Space parameter ?

3 Answers   Wipro,


I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.

1 Answers  


I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?

2 Answers  


How can you trap abends in the JCL?

3 Answers  


Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


Why include statement is used in a jcl?

0 Answers  


What is the function of //cntl statement?

0 Answers  


Categories