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 |
What are the divisions in a cobol program?
How does IDMS insure data integrity?
How do u initialize an array?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
Can we move X(7) to S9(7) COMP?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
How to read a record from bottom of a file which is indexed by 'A'.
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
how we can edit records in vsam data set and non vsam data sets
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete