in a cobol select statement, can you tell what is the organization for a ksds?
No Answer is Posted For this Question
Be the First to Post Answer
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
Name some common VSAM error conditions and codes. ?
What is the purpose of relative record data set used in vsam?
What is the purpose of the FILE STATUS clause in the SELECT statement?
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
what do you mean by define model parameter?
I have three fields in a Variable VSAM file X(2) Y(10) occurs X times Z(02) Say for the first record X=2 then the length of the file is 2+(10*3)+2=34 second record, x=4 then 4+(10*4)+2=46 If any time if the field x is updated then the total length changes. Is it feasible? Is it
to use the rewrite command, how should the vsam file be opened?
What is a CI, control interval?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
explain how do you define a gdg in vsam?