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?

Answers were Sorted based on User's Feedback



Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequent..

Answer / nadeem

u can copy a ps into vsam but the ps file should be sorted
in some order before copying into vsam..if u r using
RECFM=FB then u wont have any prob while copying from ps to
vsam..

Is This Answer Correct ?    23 Yes 1 No

Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequent..

Answer / 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

Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequent..

Answer / kishore

If you give the RECFM=FB, then you can give the same record
length of that VSAM file.
If it VB, you should give LRECL is 4 + LRECL of VSAM file.

You can use, IDCAMS or IEBGENER for copy

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VSAM Interview Questions

what is the syntax of ams modal commands?

0 Answers   IBM,


How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?

0 Answers  


What is the function of linear dataset in vsam?

0 Answers  


How to rename one vsam file as well as it's index?

4 Answers   BEA,


what are the codes returned by the ams (access method services) command during the execution in vsam?

0 Answers   IBM,






What are the building blocks used in vsam datasets?

0 Answers  


What is the purpose of having vsam data space?

0 Answers  


Tell about the ams used in vsam?

0 Answers  


why ci and ca splits are not possible in esds and rrds?

0 Answers   IBM,


what do you mean by a shareoptions parameter (shr) in define cluster command?

0 Answers   IBM,


is it necessary that all versions of the gdg have to be of the same record length?

0 Answers   IBM,


what is the use of reuse in vsam?

3 Answers  


Categories