how to create temporary data set in jcl? what is the use?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guest
by using the symbolic parameter we can create temporary data
set.the temporary dataset is used for storing the sorted
records before it store into the output file..
Is This Answer Correct ? | 4 Yes | 4 No |
can we read in input the file with a variable length ? please , how ..could you help me ?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
What will happen if we generate GDG +2 version instead of +1 version?
What is the use of intialize verb?
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
What does the IS NUMERIC clause establish ?
What does EXIT do ?
In INITIALIZE what is Repalcing Word will do
how to move the records from file to array table. give with code example
How do get the result of your program directly on your pc?
what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?
How arrays can be defined in COBOL?