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 : 123*56/4 = 1722
Ans : 1722 records can be placed in the given VSAM dataset.
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Can we call instream to catalog and catalog to instream?
What is the significance of addrspc parameter in exec statement?
what happens in execution stage in job processing?
Name the statement which can be used to send data to another mvs jes3 node?
Are there any set of rules for the names of the steps used in a job? What are they?
What is the difference between run mode and addressing mode?
What is the function of the steplib dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
List the various advantages of using jcl language?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What are steplib and joblib? What for they are used?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the function of the dd dcb keyword?
how JCL works?
What is use of restart and how to use it?