what is the use of temporary files?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / sachin
@pradeep: Please recheck your comments before posting it. It has gramatical mistakes.
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
How do you pass parameters to the program as the job is being executed ?
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.
How do you overcome this limitation ?
a dd statement has 2 types of parameters. Name them?
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.
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?
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 ?
hi friends........if u know syntax of IEBEDIT IN JCL
How to get the last but one duplicate record of the file using Sort?
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?
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?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?