Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How do you pass parameters to the program as the job is being executed ?

2 Answers  


There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.

3 Answers   IBM,


How do you overcome this limitation ?

0 Answers  


a dd statement has 2 types of parameters. Name them?

0 Answers  


How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.

1 Answers  


What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?

2 Answers  


Is stepname is a MUST and should be unique also for each JOBSTEP ? or system can supply the stepname for a step which is not given a name by the programmer ?

6 Answers   IBM,


hi friends........if u know syntax of IEBEDIT IN JCL

2 Answers  


How to get the last but one duplicate record of the file using Sort?

2 Answers   Fidelity,


ihave ten flatfile in that iwant to concatinate all the files except file 5,6 into output file by uing jcl? how to do this? give me detail yntax for tis?

4 Answers   IBM,


If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

4 Answers   Wipro,


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


Categories