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

Reply via email to