what do you mean by the cobol record key clause in vsam?
No Answer is Posted For this Question
Be the First to Post Answer
What more info you should give in the DD statement while defining the next generation of a GDG?
Create syntax for a VSAM file ?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What are the optional parameters to the input dataset While loading the empty cluster with the data records?
is there any lock for vsam file so that no one can update the vsam file ?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
By seeing a program how we findout it is a VSAM program?
is delete operation supported in an esds? Is rewrite operation possible in esds?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What is IDCAMS ?
If FSPC(100 10 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?
The first VSAM file V1 has 2 fields A and B . There is a DB2 file which has fields E and f. We need the fields A, B , E and F to another VSAM file called V2. Kindly mention the logic in procedure division in cobol..