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

I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

0 Answers  


Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?

1 Answers   L&T,


how to allocate a dynamic dataset in jcl ?

3 Answers   Patni, TCS,


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?

2 Answers  






how to resolve the soc4 error?

5 Answers   ITC Infotech,


Explain the function of //jcllib statement?

0 Answers  


Why block size is multiple of lrecl in jcl?

0 Answers  


Definition of COND parameter in JCL

5 Answers   TCS,


How can a stopped job be started again?

0 Answers  


How is a dataset passed from one step to another?

2 Answers   DELL,


How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.

3 Answers   IBM,


Categories