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 |
01 b pic +9(4) How many bytes it will take for storage???
What is the default value of DISP for temp datasets
how to run sub programs using static and dynamic call ...
What is the difference between Perform para and perform asaection in cobol?
1.What is the default print format in cobol?
1.What is the limit of linkage section?
how to refer the data field?
IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why
Which is not true about evaluate statement
Hai friends why we need to read a file before re-write a record?
What is the meaning of 'TALLING' verb in cobol?
1) can we display the index?