Can we copy a sequential file to a VSAM file ? If yes, What
will happen of the size of the sequential file is bigger
than that of the VSAM file?
Answer Posted / guest
ANS 1: if the input file is empty no problem. MAXCC=0.
ANS 2; If the input file contains atleast 1 rec, you will
get the folloing error meg.
============================================================
REPRO -
INFILE(INDD) -
OUTFILE
(OUTDD)
IDC3302I ACTION ERROR ON
T0629VR.VSAM.ESDS
IDC3351I ** VSAM I/O RETURN CODE IS 108 - RPLFDBWD =
X'8408006C'
IDC31467I MAXIMUM ERROR LIMIT REACHED.
IDC0005I NUMBER OF RECORDS PROCESSED WAS 12
IDC3003I FUNCTION TERMINATED. CONDITION CODE IS 12
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE
WAS 12
RETURN CODE 108 MEANS ==>RECLEN specified was larger than
the maximum allowed
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
what is meant by dirty read in vsam?
What does the keyranges parameter in define cluster command do?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What are the building blocks used in vsam datasets?
what are the idcams commands that can be used for vsam and explain each of them.
What is speed parameters in define cluster command?
What is a ci split? What is a ca split?
Differentiate between control interval (ci) and control area (ca)?
Define gdg?
what is buffering and how does it apply to vsam files ?
What is recovery parameters in define cluster command?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Describe the uses of ams?
How do you calculate record size of an alternate cluster?
How is the sorting of vsam files carried?