I am not clear on what you are trying to do. But TSO XMIT uses a PS 80 3120 file size even with load modules for the unloaded TSO XMIT'd file.
Here is a nice write up of using TSO XMIT and FTP to move a load module from one system to another. https://www.ibm.com/developerworks/community/blogs/cicsabel/entry/transfering_load_modules_between_mainframes_using_xmit_and_ftp20?lang=en (Watch the wrap) You might wish to review the TSO COMMAND manual for TSO XMIT (TRANSMIT) or use the TSO HELP function (TSO HELP XMIT) and see what is needed to send files. SA32-0975-00 z/OS V2.1 TSO/E Command Reference https://www.ibm.com/support/knowledgecenter/SSLTBW_2.1.0/com.ibm.zos.v2r1.ikjc500/transmi.htm So long as the transmitted dataset has the correct attributes, all you should need to do is TSO RECEIVE INDS(xxxx) If you could show the attributes of your transmitted dataset it will help. Most of the time the TSO XMIT'd file will use LRECL=80 BLKSIZE=3120. If the attributes do not match what was sent to you, you might see this message. Next, browse the transmitted file and make sure it has the correct characters at the beginning of the dataset. If it does not, then it was corrupted before it came to you. You should see something like this: ß\INMR01 36 Ñ The important part is the \INMR01 - if it is missing, then the xmit'd file is not valid Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Nathan Astle > Sent: Friday, May 20, 2016 3:57 AM > To: [email protected] > Subject: TSO receive on MultiVolume PS error > > Hi, > > I am trying to receive an XMI file to a PS with Fomat U, but I receive a > message as > > > INMR108I RECEIVE command terminated. Trailer record missing > *** > > I am not sure if my target pre-allocated file has any problem. > > Could someone please clarify me on the above ? > > Nathan > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
