To confirm Lizette's comments - I download a single APAR to my PC (it is not readable at this point), upload vis IND$FILE) with binary F 80
On my mainframe session the upload is entirely readable Chris Hoelscher Technology Architect, Database Infrastructure Services Technology Solution Services Humana Inc. 123 East Main Street Louisville, KY 40202 Humana.com (502) 476-2538 or 407-7266 -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Lizette Koehler Sent: Thursday, September 20, 2018 12:02 PM To: [email protected] Subject: Re: [IBM-MAIN] RECEIVE USERMOD IN BINARY When a USERMOD is supplied like this, here is what it is IBM Creates on their end. They use TSO XMIT to create a transport file. You Download and UPLOAD in BIN format. On the MF Side the attributes are usually LRECL=80, BLKSIZE=3120 and RECFM=FB. You Upload to that file on the Mainframe with a BIN attribute. This will prevent issues with the file. On the MF Side once the file is there, user TSO RECEIVE INDSN(whatever) I usually pre-allocate on the MF then use IND$FILE, or FTP, other program with a BIN as the way it is transmitted to the MF Lizette > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On > Behalf Of Ana Paula > Sent: Thursday, September 20, 2018 8:19 AM > To: [email protected] > Subject: RECEIVE USERMOD IN BINARY > > Hello, > > I installed a CICS 5.4 and I tried to install the latest RSU in it. > > I had problems to close the PTFs 'chain', even withou having an IBM > SUpport, i opened an case. > > They sent to me a USERMOD developed by the Level 2 support. > > But i have no idea how to receive a PTF in BINARY. > > I tried to unterse the ptf, but its not a TERSED file. I ask the ibm > (Level1) support about how to receive a PTF that's is binary, they > didn't answered yet (maybe because we don't have support). > > I tried to receive a ptf from SMPPTFIN but is binary and i receive errors. > > *Can you help me, please! What do i have to do with usermod in > binary?* > > //RECEIVE EXEC PGM=GIMSMP,PARM='DATE=U',REGION=0M > //SMPCSI DD DISP=SHR,DSN=SMPG.CIC.V540.CSI > //SMPPTS DD DISP=SHR,DSN=SMPG.CIC.V540.SMPPTS > //SMPHOLD DD DISP=SHR,DSN=N000026.HOLDDATA.TXT //SMPPTFIN DD > DISP=SHR,DSN=*N000026.AH00938.BIN* > //*SMPPTFIN DD DISP=SHR,DSN=SMPPTFIN > //* UNIT=3390,VOL=SER=NATPGM > //SMPCNTL DD * > SET BOUNDARY (GLOBAL). > RECEIVE SELECT( > AH00938 > ) > SYSMODS. > /* > > GIM20501I SET PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 00. > > RECEIVE SELECT( > > AH00938 > > ) > > SYSMODS. > > > > *GIM57701T ** AN I/O ERROR OCCURRED DURING READ PROCESSING FOR THE > SMPPTFIN DATA * > * SET. > * > *GIM27401T ** I/O ERROR - ,MVSRECHL,RECEIVE ,4761,D,SMPPTFIN,GET > * > * ,WRNG.LEN.RECORD,00003679000000,QSAM > * > GIM24801W NO SYSMODS SATISFIED THE OPERANDS SPECIFIED ON THE RECEIVE > COMMAND. > GIM20501I RECEIVE PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS > 16. > GIM20502I SMP/E PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 16. > SMP/E > IS AT LEVEL 36.78. > > PAGE 0001 - NOW SET TO GLOBAL ZONE DATE 09/20/18 TIME 12:08:35 > SMP/E > > > > -- > Abraços, > Ana > > > > *Não faças de ti um sonho a realizar. Vai.(Cecília Meireles) > *-------------------------------------------------- > > > *Ana Paula de Mendonça Braga * > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN The information transmitted is intended only for the person or entity to which it is addressed and may contain CONFIDENTIAL material. If you receive this material/information in error, please contact the sender and delete or destroy the material/information. Humana Inc. and its subsidiaries comply with applicable Federal civil rights laws and do not discriminate on the basis of race, color, national origin, age, disability, sex, sexual orientation, gender identity, or religion. Humana Inc. and its subsidiaries do not exclude people or treat them differently because of race, color, national origin, age, disability, sex, sexual orientation, gender identity, or religion. English: ATTENTION: If you do not speak English, language assistance services, free of charge, are available to you. Call 1‐877‐320‐1235 (TTY: 711). Español (Spanish): ATENCIÓN: Si habla español, tiene a su disposición servicios gratuitos de asistencia lingüística. Llame al 1‐877‐320‐1235 (TTY: 711). 繁體中文(Chinese):注意:如果您使用繁體中文,您可以免費獲得語言援助 服務。請致電 1‐877‐320‐1235 (TTY: 711)。 Kreyòl Ayisyen (Haitian Creole): ATANSION: Si w pale Kreyòl Ayisyen, gen sèvis èd pou lang ki disponib gratis pou ou. Rele 1‐877‐320‐1235 (TTY: 711). Polski (Polish): UWAGA: Jeżeli mówisz po polsku, możesz skorzystać z bezpłatnej pomocy językowej. Zadzwoń pod numer 1‐877‐320‐1235 (TTY: 711). 한국어 (Korean): 주의: 한국어를 사용하시는 경우, 언어 지원 서비스를 무료로 이용하실 수 있습니다. 1‐877‐320‐1235 (TTY: 711)번으로 전화해 주십시오. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
