Describe SHAREOPTIONS parameter (SHR) in Define Cluster
command.?
Answer / guest
It defines the cross-region and cross-system sharing
capabilities of the dataset. Syntax is SHR(Crvalue, CSvalue)
value 1 means multiple read OR single write (read integrity)
2 means multiple read AND single write (Write integrity) 3
means Multiple read AND multiple write 4 is same as 3, which
refreshes the buffer with every random access. default is
SHR(1 .
| Is This Answer Correct ? | 27 Yes | 1 No |
explain how do you define a gdg in vsam?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
By looking into the Jcl can we identify the dataset is VSAM?
5 Answers Cognizant, Keane India Ltd,
What are the different dataset organizations used in vsam?
Explain the process in which flat files are converted into vsam files?
What is the purpose of the FILE STATUS clause in the SELECT statement?
can any one tell "in esds in what structure records will stored?"
Suppose 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 ?
when u r using repro command what happens if both infile and outfile names same
max how many AIX coded in a vsam dataset??
What is the main function of key-sequenced data set?
While designing vsam files,what is the best way to choose control interval size for the data and the index?