Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

if you wish to use the rewrite command how must the vsam file be opened?

0 Answers   IBM,


what are the different types of vsam files available? Explain them

1 Answers   IBM,


HOW TO SORT RECORDS IN VSAM FILE?

3 Answers  


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

0 Answers   IBM,


What is a base cluste?

0 Answers  


What are all the ways we can create datasets?

7 Answers   IBM,


how yo view the vsam file?

5 Answers   DSRC, TCS,


Name some common VSAM error conditions and codes. ?

1 Answers   IBM,


What is the difference between PS file and VSAM file?

7 Answers   IBM, Infosys, Verizon,


what is the difference between vsam and dataset how do u create vsam dataset which file you r used?

2 Answers   Fidelity,


what's the biggest disadvantage of using a VSAM dataset?

8 Answers   Anjana, CTS, DSRC, IBM,


What is the meaning of the DEFINE MODEL parameter?

1 Answers  


Categories