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
Explain the significance of the shareoptions parameter?
Tell about the ams used in vsam?
what is the meaning of each of the values in shareopts(2 3)?
What is a ci split? What is a ca split?
What are the common vsam error conditions and codes?
Describe the uses of ams?
what is meant by dirty read in vsam?
What is the purpose of relative record data set used in vsam?
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?
what is the syntax of ams modal commands?
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
Explain the biggest disadvantage of using a vsam dataset?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What is the use of access method services in vsam?
is it necessary that all versions of the gdg have to be of the same record length?