Latest Answer: No Jayakumar is right, that is the way of conversion of flat file to KSDS. First sort, then copy to KSDS. ...
Latest Answer: aix is nothing but a file by which we can featch a records by using a key other than primary key. ...
Latest Answer: we can access the spanned records in the MOVE Mode ...
What is the difference between CI( CONTROL INTERVAL)and CA(CONTROL AREA). I refereed SAB A ZAMIR JCL book in that he said collection of CI is called CA but in next page (286) he explained this with showing one CI as a CA. Can you please let me know the difference?
Latest Answer: Average record length is the sub parameter of record size, which need to be defined while defining the vsamfile. This sub parameter has a value which is less than or equal to another sub parameter of record size, the maximum record length. For a ...
Latest Answer: Are you sure? I didn't think you could create a VSAM data set without catalog entries because on the DASD VTOC when it is listed as VS, there are limited DSCB entries. I think that if you are creating a catalog entry for a VSAM data set, you must ...
Latest Answer: Prepare a RUNJCL and submit it. ...
Latest Answer: Following steps will convert a sequential file to VSAM file.1. Sort the sequential fille, with SORT FIELD=NONE, to remove the duplicate key records.2. Define a VSAM file3. Use REPRO to copy the sequential file to VSAM file. ...
Latest Answer: I think the question is how to compile an existing program in unit test or SIT or any region by Endeavor. If the question is just to complie the existing program but not to add the changes to Endeavor, the following option can be used in Endeavor.a. Use ...
While designing vsam files,what's the best way to choose control interval size for the data and the index?
View page << Previous 1 2 [3] 4 Next >>

Go Top