Page 1 of 1

Upload the xmit file to your MVS system

PostPosted: Thu Feb 05, 2009 1:46 pm
by mache123
hello
please tell how to do the following instructions for
uploading SHARE.XMIT file.

1. Upload the xmit file to your MVS system using the following characteristics
- binary
- RECFM=FB
- LRECL=80

2. After the upload issue on TSO:
RECEIVE INDS(upload.dsn)

3.Copy INST member into your Library.

But i dont know how to do in ISPF.
Anyone please explain me how to do?

Re: Upload the xmit file to your MVS system

PostPosted: Thu Feb 05, 2009 7:44 pm
by Bill Dennis
For #1 you must transfer the file to the mainframe using your desired methed (FTP, IND$FILE, etc). PCOM 3270 Emulator has actions to invoke IND$FILE for upload while at the TSO prompt, ISPF Option 6. You need to set the TRANSFER TYPE settings in Edit..Preferences..Transfer to ensure a FB, 80 byte file gets created.

For #2, do this at the TSO prompt. ISPF Option 6 to regenerate the PDS.

For #3, use Option 3.3 to copy the member from the regenerated PDS to it's final location.