How do you calculate record size of an alternate cluster? Give your values for both unique and nonunique.
IBM,
1 9057Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?
IBM,
2 14844Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
IBM,
2 7064What more info you should give in the DD statement while defining the next generation of a GDG?
IBM,
1 5931Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
IBM,
1 5878During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
1 7047
How jcl work to handle various input output file operations?
What are the uses of db2 optimizer?
how you can direct the data to spool using SYSOUT option?
Explain about logical data model of idms?
Explain the system transid cemt?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
what is the meaning of dynamic processing in vsam?
What is the function of finish in idms?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
State the maximum value up to which volumes can be inserted to an stogroup?
Explain index cardinality?
Explain how to pass instream data in sysin with assembler?
What is database descriptor?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.