If I defined space as TRK(10,10) for the one file and lrecl
= 4K then tell me how many record will vsam file will
contain. will it 1,2,3,4,5 or how many,
Answer Posted / srikanth kankatala
TRK(10,10) means 10 tracks of primary space and 10 tracks
of secondary space available for that VSAM data set.
For a VSAM file totally 123 extents are possible( 1 for
primary and 122 for secondary).
1 TRK = 56k
so the snswer is : [(10*1)+(10*122)]*56/4 = 17220
Ans : 17220 records can be placed in the given VSAM dataset.
Please let me know if it is wrong.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
How can return codes be tested before execution of a job step?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Which dd parameters are required?
What is notcat 2 - gs?
What do you understand by the terms: joblib and steplib?
what is the purpose of coding notify parameter in job statement?
whats the diff bw the evaluate also and and?
What is use of restart and how to use it?
is there any way to execute more than one proc in the same exec statement at the same time..?
Must tape dataset definitions include vol=ser specifications?
what is “Cond= even” and “Cond=only”?
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain the function of dd name parameter with a 2 part structure; audit.report?