what are s0c1, s0c4, s0c5, s0c7 abends?
No Answer is Posted For this Question
Be the First to Post Answer
What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?
in vsam at the creation of cluster what is the use of RECSZ parameter?
what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage device. d.none of the above. let me know the answer with reason.
what is vsam catalog ?
Assuming that the DEFINE JCL is not available, how do you get info about a VSAM file's organisation?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Is CA(Control Area) is part of CI(Control Interval)
How do you calculate record size of an alternate cluster? Give your values for both unique and nonunique.
Define free space?
if not using the 'commit' when closing VSAM file,what will happend
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..
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).