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
How to remove 2 duplicate records and copy only one using job control language?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
what is search and searchall?what is the diffrence between them?give an best example?
how do you reference the variable block file formats from cobol programs
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Explain how you can characterize tables in cobol?
Which is not true about evaluate statement
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the problem of ordered sequential files access?
how to refer the data field?
How to print 10 to 1 if the input have only 10 digit number?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between goback, stop run and exit program in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.