IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to upload the xmit file to our MVS system


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthikr44

Active User


Joined: 25 Aug 2007
Posts: 235
Location: Chennai

PostPosted: Wed Mar 05, 2008 3:08 pm
Reply with quote

My Team leader give me 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?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Mar 05, 2008 3:28 pm
Reply with quote

1. Allocate a sequential dataset using ISPF menu option 3.2, with the attributes specified in you number 1.
2. Go to ISPF menu 6 (TSO command) and enter RECEIVE INDS('upload.dsn'), where upload.dsn is the name of the dataset created in step 1.
3. When prompted, enter DA('destination.pds') NEW.

O.
Back to top
View user's profile Send private message
karthikr44

Active User


Joined: 25 Aug 2007
Posts: 235
Location: Chennai

PostPosted: Wed Mar 05, 2008 5:07 pm
Reply with quote

Hi,

Actually the XMIT file is located in my desktop.

When i send that file to HOST, by default it created a VB file.

So i created FB file with LRECL=80, and then i give this sequnetial fie
as destination while uploading from desktop to HOST.

But it throws 'INCORRECT OPTION SPECIFIED'

Regards
R.Karthik
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Mar 05, 2008 5:08 pm
Reply with quote

You MUST specify the parameters FB 80 and BINARY for the process to copy from your PC to the mainframe
Back to top
View user's profile Send private message
karthikr44

Active User


Joined: 25 Aug 2007
Posts: 235
Location: Chennai

PostPosted: Wed Mar 05, 2008 6:54 pm
Reply with quote

HI,

I specified the options. Now it is working.
Thanks for ur help.

Regards
R.Karthik
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top