APAR status
Closed as canceled.
Error description
****OBSOLETE - DO NOT USE******* This APAR describes the information required to submit APAR documentation for z/OS and related products to the Poughkeepsie Service organization in the Poughkeepsie Lab (POK). 1) Mailing addresses for regular and express mailing (external) 2) Tape documentation formats 3) Wide-Band (IBTS) - no longer available 4) Netview/FTP instructions (Internal IBM Only) 5) external (Internet) FTP instructions 6) Fax numbers. *********************************************************** * EXPRESS MAIL ADDRESS/COURIER SERVICE * * * * NOTE: Component ID and APAR/PMR number allow processing* * to be expedited. * * * * * * * * * * * *********************************************************** IBM Corporation MS P301/Bldg. 705 2455 South Road Poughkeepsie, New York 12601 ATTN: MVS DOC LOADER 435-4200 after 5pm COMPONENT ID:__________________________ APAR #/PMR #:__________________________ *********************************************************** * REGULAR MAIL ADDRESS * * * * NOTE: COMPONENT ID AND APAR/PMR NUMBER ALLOW PROCESSING* * TO BE EXPEDITED. * *********************************************************** IBM CORPORATION 2455 South Road/ MSP301 POUGHKEEPSIE, NEW YORK 12601-5400 ATTN: MVS DOC LOADER BLDG 705 LOBBY COMPONENT ID:___________________________ APAR #/PMR #:___________________________ *********************************************************** * WHEN DOCUMENTATION IS SUPPLIED ON TAPE, THE FOLLOWING * * INFORMATION MUST ALSO BE SUPPLIED TO FACILITATE TAPE * * HANDLING. THE JCL USED TO CREATE THE TAPE(S) MUST BE * * SUPPLIED AND SHIPPED WITH THE TAPE(S). * *********************************************************** - FMID FOR z/os BCP (LEVEL OF THE OPERATING SYSTEM) - NUMBER OF TAPES SUBMITTED - FOR EACH TAPE: - NUMBER OF FILES AND LABEL TYPE (SL OR NL) - FOR EACH FILE: - FILE NUMBER - DATASET NAME - RECORD FORMAT (SEE FORMAT BELOW) - BLOCK SIZE (SEE FORMAT BELOW) - RECORD LENGTH (SEE FORMAT BELOW) - TYPE OF DATA: - FORMATTED DUMP - UNFORMATTED DUMP - OTHER (SPECIFY) - IBM PROGRAM USED TO CREATE FILE (I.E. IEBGENER) - ANY SPECIAL INFORMATION NEEDED TO READ AND/OR PRINT THE FILE. RECOMMENDED DOCUMENTATION FORMAT ON DASD: ----------------------------------------- VERSION 1 (370) and VERSION 2 (XA) ---------------------------------- DUMP : RECFM=F LRECL=4104 BLOCKSIZE=4104 Version 3, 4, 5 (ESA) and ALL OS390 Releases -------------------------------------------- DUMPs : RECFM=FB LRECL=4160 BLOCKSIZE=4160 or RECFM=FBS LRECL=4160 BLOCKSIZE=4160xN ** ** The blocksize is highest multiple of lrecl below half of the track size. GTF : RECFM=VB LRECL=27994 BLOCKSIZE=27998 or RECFM=VB LRECL=BLOCKSIZE-4 BLOCKSIZE= TRACKSIZE/2 or TRACKSIZE/3 RECOMMENDED DOCUMENTATION FORMAT ON TAPE: -------------------------------------------------------------- VERSION 1 AND 2 (X/A) DUMPS --------------------------- S/A DUMPS : RECFM=F LRECL=4104 BLKSIZE=4104 SVC DUMPS : RECFM=F LRECL=4104 BLKSIZE=4104 VERSION 3, 4, 5(ESA) AND OS390 ALL RELEASES ------------------------------------------- S/A DUMPS : RECFM=FBS LRECL=4160 BLKSIZE=29120 SVC DUMPS : RECFM=F LRECL=4160 BLKSIZE=4160 OTHER DOCUMENTATION ------------------- GTF : RECFM=VB LRECL=32756 BLKSIZE=32760 SYSLOGS : RECFM=FBA LRECL=133 BLKSIZE=133 LISTINGS : RECFM=FBA LRECL=132 BLKSIZE=132 LISTINGS : RECFM=FBA LRECL=121 BLKSIZE=121 ********************************************************** * IBTS INFORMATION * * * * NOTE: IBTS no longer available!!!! Use Netview/FTP * ********************************************************** ********************************************************** * Netview/FTP Instructions * For Netview/FTP, the Poughkeepsie RMTLU is M05FTP02, the userid SERVPOK. Authority to transmit to SERVPOK without a password has been granted to predetermined nodes and userids, as well as the standard userid FTPSEND for all nodes. It is recommended that sending sites create an FTPSEND userid and use FTPSEND to send documentation to SERVPOK. To send without specifying a password, specify RESECURP=(SERVPOK,SERVPOK) to invoke the RAP exit which will check authorization. The file MUST be received with a high-level qualifier of H44IPCS See the prolog of the sample job below for REQUIRED naming conventions. The following is a sample job to send documentation to the Poughkeepsie Lab: //FTPSEND JOB // //************************************************************ //* //* SEND FILES TO POUGKEEPSIE SERVICE TEAM VIA NETVIEW/FTP //* //* USE THE FOLLOWING NAMING CONVENTIONS FOR RFILEID, THIS //* IS THE NAME OF THE FILE TO BE CREATED IN POUGHKEEPSIE: //* RFILEID='H44IPCS.Pnnnnn.Bbbb.Cccc.Dmmdd.DUMPn.TRS' //* RFILEID='H44IPCS.Pnnnnn.Bbbb.Cccc.Dmmdd.TRACEn.TRS' //* RFILEID='H44IPCS.Pnnnnn.Bbbb.Cccc.Dmmdd.SYSLOGn.TRS' //* RFILEID='H44IPCS.Pnnnnn.Bbbb.Cccc.Dmmdd.FILEn.TRS' //* where nnnnn = the PMR number //* bbb = the branch number //* ccc = the country number //* DUMP/DUMPn IF FILE IS A DUMP (N=1-9 IF MULTIPLE) //* TRACE/TRACEn IF FILE IS GTF TRACE (N=1-9 IF MULTIPLE) //* SYSLOG/SYSLOGn IF FILE IS SYSLOG (N=1-9 IF MULTIPLE) //* FILE/FILEn FOR OTHER TYPES OF FILES (N=1-9 IF MULTIPLE) //* NOTE: HIGH LEVEL QUALIFIER MUST BE H44IPCS!!!! //********************************************* //STEP1 EXEC PGM=DVGIFBI //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //DVGLOG DD SYSOUT=* //SYSIN DD * FUNCTION=ADD XMODE=TO RMTLU=M05FTP02 REQNAME=POK SFILEID='Dataset.you.wish.to.send' SNOTIFY=sending userid RFILEID='H44IPCS.Pnnnnn.Bbbb.Cccc.Dmmdd.DUMP1.TRS' RSECURP=(SERVPOK,SERVPOK) RTDISP=CAT QSTAT=RELEASE /* If sending through Netview/FTP via IFX, Poughkeepsie's IFX node is USC50MCL. ************************************************************ * External FTP instructions (Internet FTP) * * If Netview/FTP is temporarily unavailable due to either * setup difficulties or system availability, external FTP * (Internet FTP) can be used as an alternative. Please follow * the instructions below to submit via external FTP: . 1. Please compress your dataset using TRSMAIN which can be downloaded from: from: ftp://ftp.software.ibm.com/s390/mvs/tools/packlib/ 2. Connect to our FTP site: testcase.boulder.ibm.com USER: anonymous PASSWORD: your complete e-mail address 3. Specify BINary transfer mode for the compressed dataset. 4. Place the compressed dataset (not greater than 400 MB) in the toibm/mvs directory using the put command. When transfer is complete, update the problem record with: - file name(s) - please prefix the file name with your problem number (eg. p12345.dump1.terse) - MVS dataset attributes (prior to compression) including LRECL, RECFM, BLKSIZE, and Primary and Secondary space * For Q's and A's on transferring documentation via FTP, see * http://techsupport.services.ibm.com/390/tcprocs.html **************************************************************** * * * FAX numbers for non-domestic, MVS customers ONLY: * * * * (external) 1-845-432-9472 BLDG 707 2nd floor 2E30 * * * * Any confidential data must be faxed only after * * notifying recipient. * * * * * **************************************************************** . Additional Keywords: How to, howto PLPSC FTP POK netview NFTP
Local fix
Problem summary
Problem conclusion
Temporary fix
Comments
CLOSE FOR RETENTION IN RETAIN DATA BASE
APAR Information
APAR number
II03096
Reported component name
V2 LIB INFO ITE
Reported component ID
INFOV2LIB
Reported release
001
Status
CLOSED CAN
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt / Xsystem
Submitted date
1987-09-24
Closed date
1987-10-22
Last modified date
2018-07-03
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Applicable component levels
[{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19N","label":"APARs - OS\/390 environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SG19M","label":"APARs - z\/OS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":null,"label":null},"Product":{"code":"SG19O","label":"APARs - MVS environment"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"","label":""}},{"Business Unit":{"code":"BU054","label":"Systems w\/TPS"},"Product":{"code":"SSSN3L","label":"z\/OS Communications Server"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"001","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]
Document Information
Modified date:
13 December 2020