Messages and Codes
Total Page:16
File Type:pdf, Size:1020Kb
NetView IBM Messages and Codes SH12-5483-07 NetView IBM Messages and Codes SH12-5483-07 Note! Before using this information and the product it supports, be sure to read the general information under “Notices” on page v. Eighth Edition, December 1994 This is a major revision of, and obsoletes, SH12-5483-06. This edition applies to Version 2 Release 2 Modification Level 1 of NetView File Transfer Program for MVS (5685-108) Version 1 Release 1 Modification Level 1 of NetView File Transfer Program for VSE (5686-013) Version 1 Release 1 Modification Level 1 of NetView File Transfer Program for VM (5684-048) and to all subsequent releases and modifications until otherwise indicated in new editions or technical newsletters. Make sure you are using the correct edition for the level of the product. Order publications through your IBM representative or the IBM branch office serving your locality. Publications are not stocked at the address below. IBM welcomes your comments. A form for readers’ comments may be provided at the back of this publication, or you may address your comments to the following address: IBM Deutschland Entwicklung GmbH Information Development, Dept. 0446 Postfach 1380 71003 Boeblingen Germany When you send information to IBM, you grant IBM a nonexclusive right to use or distribute the information in any way it believes appropriate without incurring any obligation to you. Copyright International Business Machines Corporation 1988, 1994. All rights reserved. Note to U.S. Government Users — Documentation related to restricted rights — Use, duplication or disclosure is subject to restrictions set forth in GSA ADP Schedule Contract with IBM Corp. Contents Notices . v Trademarks and Service Marks .............................. v About This Book .................................... vii What Is in This Book ................................... vii Chapter 1. NetView FTP Messages ........................... 1 Message Format . 1 Special Characters in Messages .............................. 1 Changing Message Text .................................. 2 List of Messages ...................................... 2 Chapter 2. NetView FTP ABEND, Return, and Reason Codes ........... 109 NetView FTP ABEND Codes ............................... 109 NetView FTP Return Codes ............................... 109 NetView FTP Reason Codes ............................... 112 Glossary . 147 Bibliography . 159 The NetView FTP Library ................................. 159 Related Publications . 159 Copyright IBM Corp. 1988, 1994 iii iv NetView FTP Messages and Codes Notices References in this publication to IBM products, programs, or services do not imply that IBM intends to make these available in all countries in which IBM operates. Any reference to an IBM product, program, or service is not intended to state or imply that only IBM’s product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any of IBM’s intellectual property rights may be used instead of the IBM product, program, or service. Evaluation and verification of operation in conjunction with other products, except those expressly designated by IBM, is the user’s responsibility. IBM may have patents or pending patent applications covering subject matter in this document. The furnishing of this document does not give you any license to these patents. You can send license inquiries, in writing, to the IBM Director of Licensing, IBM Corporation, 500 Columbus Avenue, Thornwood NY 10594, U.S.A. Trademarks and Service Marks The following terms, denoted by an asterisk (*) in this publication, are trademarks of the IBM Corporation in the United States or other countries or both: ACF/VTAM AIX C/370 IBM NetView OS/2 OS/400 RACF VM/ESA VM/XA VSE/ESA VTAM Copyright IBM Corp. 1988, 1994 v vi NetView FTP Messages and Codes About This Book This book lists and describes all messages and codes issued by the NetView* File Transfer Program (abbreviated to NetView FTP in this book). This book is intended for all users of NetView FTP. The reader should be familiar with NetView FTP and the operating system it is running under. What Is in This Book This book contains information on all messages and codes issued by NetView FTP and its components. Chapter 1, “NetView FTP Messages” Describes the type of messages issued by NetView FTP and provides a list of all messages issued, together with a description of the message, system response, and required user action. Chapter 2, “NetView FTP ABEND, Return, and Reason Codes” Lists and describes the ABEND, return, and reason codes for all NetView FTP components. Glossary Contains a list of the terms and abbreviations used in the NetView FTP library. A bibliography is also provided at the back of the book. Copyright IBM Corp. 1988, 1994 vii viii NetView FTP Messages and Codes Chapter 1. NetView FTP Messages This chapter describes the messages issued by NetView File Transfer Program (abbreviated to NetView FTP in this book), and provides a list of all messages stored in the text area of the storage dump. Message Format The message format is: DVGnnnc messagetext, where nnn is the message number and c is the message type code. The message type code is as follows: I Information; no action is required. W Warning; action might be required depending on the situation. A Action; action must be performed to continue or restart the task. Depending on the output device line-length and the message length, a message can occupy more than one line. If a message occupies more than one line, NetView FTP repeats the number on every line, as follows: DVGnnnc messagetext part1 DVGnnnc messagetext part2 . DVGnnnc messagetext partn If a message is too long to fit on one line of the device to which it is sent, the message is split into two or more output lines. A delimiter (comma or blank) breaks each line of a message text near the (device-dependent) end of the output line. A long message, therefore, requires more lines on a terminal than on a printer, although the message text is identical. Special Characters in Messages The following special characters, which can appear in the text of a message, indicate either incorrect message changes for national language support, or NetView FTP program errors: + Variable name was too long, no blank within 8 characters; variable has been truncated. # Variable identifier not numeric in second and third characters. ? Variable in model message not passed to generating module; this character substituted for the variable. *** Message text exceeds the maximum of 1024 characters; NetView FTP truncates the message to 1024 characters and substitutes these characters for the last three characters in the truncated message. variables NetView FTP adds variables that are passed to the message generator, but which are not in the model message, to the end of the message. The messages that are displayed on the terminal or are printed out are, therefore, not necessarily in the form in which they appear in this book. Copyright IBM Corp. 1988, 1994 1 DVG001I DVG003I Changing Message Text You can change the text of all messages except messages DVG200I, DVG201I, DVG202I, DVG220I, DVG221I, DVG299I, DVG400I, DVG401I, DVG408A, DVG410I, and DVG670I. For further details, refer to the NetView FTP Installation, Operation, and Administration book that applies to your operating system and transfer program. User Action: If the return code is 0, no action is List of Messages required. If the return code is not 0, refer to Chapter 2, “NetView FTP ABEND, Return, and Reason Codes” on page 109 to find out what it means. To help you find out what caused the error, DVG001I NETVIEW FTP release; look at all the messages NetView FTP issued. After SERVER srvname STARTED ON yy/mm/dd AT you find the messages that correspond to the error, hh:mm:ss; take the user actions they prescribe. MAINTENANCE LEVEL = mlevel Explanation: A server started. DVG003I FILE TRANSFER ENDED FOR REQUEST NUMBER identifier release Release level of transfer program. ON yy/mm/dd AT hh:mm:ss; srvname Server name (MVS or VSE), or user ID or RC = retcd; resource ID of the file service component RSN = rsncd (VM). yy/mm/dd Date that the server started: yy=year, Explanation: A server issues this message at the mm=month, dd=day. end of a file transfer. hh:mm:ss Time that the server started: hh=hour, identifier Request number or name. This can be mm=minute, ss=second. zero if there is no valid file-transfer mlevel Program maintenance-level information; request when the message is issued. maintained by your system administrator. yy/mm/dd Date that the file transfer ended: yy=year, System Action: Processing continues. mm=month, dd=day. User Action: None. hh:mm:ss Time that the file transfer ended: hh=hour, mm=minute, ss=second. retcd File-transfer return code. DVG002I NETVIEW FTP release; SERVER srvname ENDED ON yy/mm/dd AT rsncd File-transfer reason code. hh:mm:ss; System Action: Processing continues. RETURN CODE = retcd User Action: If the file-transfer return code is 0, no action is required. If the return code is not 0, refer to Explanation: A server stopped running. Chapter 2, “NetView FTP ABEND, Return, and release Release level of transfer program. Reason Codes” on page 109 to find out what it means. srvname Server name (MVS or VSE), or user ID or resource ID of the file service component The return code 1000 is issued when the remote (VM). system does not issue reason codes. For example, if a request to a remote NetView FTP/400 system is yy/mm/dd Date that the server stopped: yy=year, rejected, the remote system issues return code 16; mm=month, dd=day. but no reason code. NetView FTP sets the reason hh:mm:ss Time that the server stopped: hh=hour, code in the server log to 1000. If the return code is mm=minute, ss=second. > 1nnn, an error occurred on the remote server.