Posted: Thu Jul 16, 2009 4:50 am Post subject: How to copy a VB file into a VSAM (KSDS) ?
Hello to everyone,
I have a VB file and I need to copy it in a new VSAM (KSDS). The VB file has LRECL=3924 and the VSAM should be LRECL=3920. I tryed with the following but didn't worked.
Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
Posted: Thu Jul 16, 2009 5:59 am Post subject:
What does the error code ICE077A tell you. Oh here, let me search it for you
Quote:
ICE077A VSAM OUTPUT ERROR i (nnn) [ddname]
Explanation: Critical. i is either P (physical) or L (logical), describing the type of error encountered. nnn is the VSAM feedback code (RPLERRCD) from a PUT macro, in decimal. The ddname of the data set in error is given, if available.
System Action: The program terminates.
Programmer Response: Refer to z/OS DFSMS Using Data Sets or z/OS DFSMS Macro Instructions for Data Sets for the meaning of the error code and, if possible, take appropriate action.
A VSAM logical error, reason code 8, can occur for a non-empty KSDS, RRDS, or VRRDS output data set if NORESET is in effect, or if the data set is defined without the REUSE option.
A VSAM logical error, reason code 12, can occur if the output data set is a KSDS and either the VSAM keys are not in ascending binary sequence or there are duplicate keys. If so, ensure that the keys are in ascending binary sequence and that there are no duplicate keys.
Refer to z/OS DFSORT Application Programming Guide for more information about VSAM data sets.
_________________ If it's true that we are here to help others,
then what exactly are the others here for ?
I'd suggest you bookmark it for future reference. _________________ Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum