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 |
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length
what is the use of filler in cobol programing?
what are the working storage fields in BMS macro?
give the examples of strings in cobol
Can we access the a[0] in the array ?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
Difference between cobol and cobol-ii?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
Syntax for JCLLIB & JOBLIB???
what is a load module ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are VS COBOL 11 special features?