Subject: RE: Trouble applying PTFs
From: Horlick, Michael (michael.horlick@cgi.com)
Date: Fri Jul 29 2011 - 15:07:06 EDT
This is a real mystery to me. I had the file defined as such and tried again.
First, because of a VPN issue I transferred the file to my CMS logon as Fixed 80. I then transferred the CMS file to a 4.1.0 VSE machine.
As I may have mentioned before, I have one minidisk with a VSAM catalog called 'PTF.USER.CATALOG' with the 'PTF.FILE' defined within.
This same minidisk is linked read-write by a 4.1.0 machine and my new 4.3.0 machine. I don't have TCP/IP for VSE on the 4.3.0 machine yet. To be on the safe side when I want to use the catalog in one machine I EXPORT DISCONNECT in the other and IMPORT CONNECT in the one I want to use.
I have done a IDCAMS PRINT FILE in both but for the z/VSE 4.3.0 machine it cancels at the end.
z/VSE 4.3.0 I have:
RBA OF RECORD - 7972736
000000 61504040 40404040 40404040 40404040 40404040 40404040 40404040 40404040 */& *
000020 40404040 40404040 40404040 40404040 40404040 40404040 40404040 40404040 * *
000040 40404040 40404040 40404040 40404040 * *
IDC0005I NUMBER OF RECORDS PROCESSED WAS 97325
JOBNAME=PRINT DATE=07/29/2011 TIME=18:50:35 CPUID=FF06B510 20968000 COMP=5686CF80602C PAGE 1
0V15I REQUEST FROM SYSTEM SERVICE ROUTINE
0S00I JOB PRINT CANCELED
0S07I PROBLEM PROGRAM PSW = 071D2000 84B4114C
0S30I DUMP STARTED. MEMBER=DBG00010.DUMP IN SUBLIB=SYSDUMP.BG
1I51I DUMP COMPLETE
z/VSE 4.1.0 I have :
RBA OF RECORD - 7972736
000000 61504040 40404040 40404040 40404040 40404040 40404040 40404040 40404040 */& *
000020 40404040 40404040 40404040 40404040 40404040 40404040 40404040 40404040 * *
000040 40404040 40404040 40404040 40404040 * *
IDC0005I NUMBER OF RECORDS PROCESSED WAS 97325
IDC0001I FUNCTION COMPLETED, HIGHEST CONDITION CODE WAS 0
IDCAMS SYSTEM SERVICES TIME: 14:35:51 07/29/2011 PAGE2168
IDC0002I IDCAMS PROCESSING COMPLETE. MAXIMUM CONDITION CODE WAS 0
I have even deleted and re-defined my PTF.FILE as such:
DEFINE CLUSTER(NAME(PTF.FILE) -
VOLUMES(PTFDSK) -
CYL(55 55) -
RECORDSIZE (80,80) -
RECORDFORMAT(FIXBLK(80)) -
REUSE -
NONINDEXED -
SHAREOPTIONS(1) -
FREESPACE(0,0)) -
DATA (NAME (PTF.FILE.@D@)) -
CATALOG(PTF.USER.CATALOG)
/* Alter so any VSE system can write */
ALTER PTF.FILE.@D@ -
SHAREOPTIONS(4) CATALOG(PTF.USER.CATALOG)
/*
The IDCAMS PRINT and the MSHP both fail for this file.
Suggestions?
Michael Horlick
CGI Montreal
________________________________
From: owner-vse-l@Lehigh.EDU on behalf of Edward M Martin
Sent: Fri 29/07/2011 2:40 PM
To: VSE Discussion List
Subject: RE: Trouble applying PTFs
Hello Mike,
Here is a IDCAMS SAM/VSAM define that works great.
You can use FTPBATCH or any client FTP to load to it.
// EXEC IDCAMS,SIZE=AUTO
DELETE (PTF.FILE) CL NOERASE PURGE -
CATALOG(VSESP.USER.CATALOG)
DEFINE CLUSTER(NAME(PTF.FILE) -
VOLUMES(DOSRES SYSWK1) -
RECORDS(300000,300000) -
RECORDSIZE (80,10320) -
RECORDFORMAT(FIXBLK(80)) -
REUSE -
NONINDEXED -
SHAREOPTIONS(1) -
FREESPACE(15,7)) -
DATA (NAME (PTF.FILE.DATA)) -
CATALOG(VSESP.USER.CATALOG)
/*
Ed Martin
Aultman Health Foundation
330-363-5050
Ext 35050
From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU] On Behalf Of Horlick, Michael
Sent: Friday, July 29, 2011 11:12 AM
To: VSE Discussion List
Subject: RE: Trouble applying PTFs
Hello,
It looks like something is wrong with the file. Doing the DITTO, it cancels too. Strange that it reports on the number of records and then cancels. Will start again with the FTP , etc...
...+....1....+....2....+....3....+....4....+....5....+....6. <==MORE==> .+..LS
..TXT -.. .. .... ........0...V1;....J8P.K.K.....1K01I ALIAS DEVICE ... 0198
IDCAMS SYSTEM SERVICES TIME: 15:09:33
LISTING OF DATA SET -PTF.FILE
RBA OF RECORD - 9268832
..TXT -.. .. ... FOR BASE ... ESTABLISHED..1K02E ALIAS DEVICE ... INITI 0199
RBA OF RECORD - 9268912
..TXT -.H .. ..ALIZED. ADDED DEVICE FORCED OFFLINE..1K03E ALIAS DEVICE 0200
RBA OF RECORD - 9268992
..TXT -.. .. ...... FOR BASE ... IGNORED. MAXIMUM REACHED 0201
RBA OF RECORD - 9269072
..RLD .. .....-...-.<.-.&.-...-...-.*.-.-.-...-...-.%.-...-...-.. 0202
RBA OF RECORD - 9269152
..RLD .. .....-.@.-...-...-...-...-...-...-...-...-...-...-...-.. 0203
RBA OF RECORD - 9269232
..RLD .. .....-...-...-...-...-...-.D.-.H.-...-...-.M.-.Q.-...-.. 0204
RBA OF RECORD - 9269312
..RLD .. .....-.U.-.Y.-...-.0.-.4.-.8.-...-...-...-...-...-...-.. 0205
RBA OF RECORD - 9269392
..RLD .. .....-...-...-...-...-...-...-.D.-...-...-...-...-...-.. 0206
RBA OF RECORD - 9269472
..RLD .. .....-...-...-...-.. 0207
RBA OF RECORD - 9269552
..END -.. .. 0208
RBA OF RECORD - 9269632
/$
RBA OF RECORD - 9269712
/*
RBA OF RECORD - 9269792
/&
IDC0005I NUMBER OF RECORDS PROCESSED WAS 97325
JOBNAME=SYSA DATE=07/29/2011 TIME=15:10:06 CPUID=FF06B510 20968
0V15I REQUEST FROM SYSTEM SERVICE ROUTINE
0S00I JOB SYSA CANCELED
0S07I PROBLEM PROGRAM PSW = 071D2000 84B4114C
0S30I DUMP STARTED. MEMBER=DBG00005.DUMP IN SUBLIB=SYSDUMP.BG
1I51I DUMP COMPLETE
4226I AUTOMATIC CLOSE COULD NOT BE STARTED. FILE=PRINTFL R= 4. .
1S78I JOB TERMINATED DUE TO PROGRAM ABEND
Michael Horlick
CGI Montreal
________________________________
From: owner-vse-l@Lehigh.EDU on behalf of Wakser, David
Sent: Fri 29/07/2011 10:32 AM
To: VSE Discussion List
Subject: RE: Trouble applying PTFs
Michael:
The way we handle it is to ensure that the IJSYSPF DLBL imbedded within the APPLY JCL generated by IUI points to the file that we want, in addition to adding it to standard labels. This always works for us. When viewing it in DITTO, is the IJSYSPF file fixed-length 80-character records? What does standard labels show for IJSYSPF?
David Wakser
From: owner-vse-l@lehigh.edu [mailto:owner-vse-l@lehigh.edu] On Behalf Of Horlick, Michael
Sent: Friday, July 29, 2011 10:23 AM
To: VSE Discussion List
Subject: Trouble applying PTFs
Greetings,
I ordered a bunch of IBM fixes for z/VSE 4.3.0 and I am having trouble applying them.
This is a vanilla z/VSE system that I ordered at the beginning of the year and am now trying to bring up to date.
I created a special VSAM catalog for the PTFs and have put the files to the PTF.FILE contained with in. I also changed he standard labels to point to this file
I ran the following:
// JOB INSTFIX
*
* Job to install fixes from disk
*
// OPTION LOG
// EXEC MSHP,SIZE=1M
INSTALL SERVICE FROMDISK
/*
/&
I get :
BG 0000 M360I CROSS - REFERENCE LIST OF APPLICABLE PTFS IS PRINTED ON SYSLST
BG 0000 M251D PTF SELECTION COMPLETED.ENTER "GO" TO CONTINUE OR "CANCEL" TO
TERMINATE
BG-0000
F1 0001 1Q34I LST WAITING FOR WORK ON 00E
0 GO
BG 0000 0V15I REQUEST FROM SYSTEM SERVICE ROUTINE
BG 0000 0S00I JOB INSTFIX CANCELED
BG 0000 0S07I PROBLEM PROGRAM PSW = 071D2000 84B4114C
BG 0000 0S29I DUMP STARTED
BG 0000 0S30I DUMP STARTED. MEMBER=DBG00003.DUMP IN SUBLIB=SYSDUMP.BG
BG 0000 1I51I DUMP COMPLETE
BG 0000 4A87I AUTOMATIC CLOSE HAS BEEN STARTED
BG 0000 4226I AUTOMATIC CLOSE COULD NOT BE STARTED. FILE=IJSYSPF R= 4.
BG 0000 4A88I AUTOMATIC CLOSE FOR 3 FILE(S) COMPLETED
BG 0000 1S78I JOB TERMINATED DUE TO PROGRAM ABEND
BG 0000 EOJ INSTFIX
DATE 07/29/2011, CLOCK 13/17/11, DURATION 00/00/24
It produces the list of PTFS sent to my VM CMS userid. Looks fine.
Any ideas why it should then cancel?
Michael Horlick
CGI Montreal
Please do not print this email unless it is absolutely necessary.
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments.
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
www.wipro.com <http://www.wipro.com/>
Confidentiality Note: This e-mail, including any attachment to it, may contain material that is confidential, proprietary, privileged and/or "Protected Health Information," within the meaning of the regulations under the Health Insurance Portability & Accountability Act as amended. If it is not clear that you are the intended recipient, you are hereby notified that you have received this transmittal in error, and any review, dissemination, distribution or copying of this e-mail, including any attachment to it, is strictly prohibited. If you have received this e-mail in error, please immediately return it to the sender and delete it from your system. Thank you.
This archive was generated by hypermail 2b25 : Wed Aug 31 2011 - 23:50:09 EDT