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 a lds (linear data set)?
Explain the difference between lds and esds?
Using alternate indexes in batch program?
What are the different dataset organizations used in vsam?
Discuss record management in vsam?
What are the building blocks used in vsam datasets?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
Define free space?
what are the codes returned by the ams (access method services) command during the execution in vsam?
what is meant by s0c-07 system abend codes?
is delete operation supported in an esds? Is rewrite operation possible in esds?
explain how do you define a gdg in vsam?
explain in brief what are the 3 types of vsam files?
What is the purpose of relative record data set used in vsam?
What is the purpose of control intervals in vsam?