Tranfering Programs from windows To mainframe



TSO Programming, ISPF, SDF, SDSF and PDF, FTP, TCP/IP Concepts, SNA & SNA/IP etc...

Tranfering Programs from windows To mainframe

Postby diniscampos » Fri Mar 18, 2011 8:21 pm

Hi,
I would like to get some help with this question.

I transferred several programs from a mainframe library (z/OS 01.11.00), but now, I want to do the opposite way and I don´t know how.

I tried all kind of IND$FILE configurations but the result is always an error.

Can anyone help me please ?

Best regards,

Dinis Campos
Portugal
You do not have the required permissions to view the files attached to this post.
diniscampos
 
Posts: 6
Joined: Fri Mar 18, 2011 8:11 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Tranfering Programs from windows To mainframe

Postby MrH » Fri Mar 18, 2011 8:28 pm

I'd say it looks like you have a missing or incorrect TSO data set name, but that's just a guess.
MrH
 

Re: Tranfering Programs from windows To mainframe

Postby Akatsukami » Fri Mar 18, 2011 8:37 pm

diniscampos wrote:Hi,
I would like to get some help with this question.

I transferred several programs from a mainframe library (z/OS 01.11.00), but now, I want to do the opposite way and I don´t know how.

I tried all kind of IND$FILE configurations but the result is always an error.

Can anyone help me please ?

Best regards,

Dinis Campos
Portugal

  1. It is preferable that, instead of attaching screen captures, you copy and paste text, placing it between [ code ] and [ /code ] tags, thus:
    INDFT017    Missing or incorrect TSO data set name; file transfer cancelled
  2. Although you show the error message, you do not show the command that produced it. Please do so, as few of us can read minds.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: Tranfering Programs from windows To mainframe

Postby diniscampos » Fri Mar 18, 2011 9:28 pm

Ok,

This is the example I'm using:

IND$FILE PUT D871265.PGM2.CNTL(TESTE) ASCII CRLF APPEND RECFM(F) LRECL(80)
diniscampos
 
Posts: 6
Joined: Fri Mar 18, 2011 8:11 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Tranfering Programs from windows To mainframe

Postby BillyBoyo » Fri Mar 18, 2011 9:57 pm

Did you try the F1 key when you got the message. The box suggests it. Have you double-checked your dataset name?
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: Tranfering Programs from windows To mainframe

Postby diniscampos » Fri Mar 18, 2011 10:11 pm

Yes. F1 key didn't help. The data set name is OK. I created for this propose. It is a library.
diniscampos
 
Posts: 6
Joined: Fri Mar 18, 2011 8:11 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Tranfering Programs from windows To mainframe

Postby BillyBoyo » Fri Mar 18, 2011 10:22 pm

Missing parenthesis
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: Tranfering Programs from windows To mainframe

Postby diniscampos » Fri Mar 18, 2011 10:25 pm

where ?
diniscampos
 
Posts: 6
Joined: Fri Mar 18, 2011 8:11 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Tranfering Programs from windows To mainframe

Postby BillyBoyo » Fri Mar 18, 2011 10:30 pm

Sorry, I got cut off. Before your options (so after your file name). I think, this was from googling.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times

Re: Tranfering Programs from windows To mainframe

Postby steve-myers » Sat Mar 19, 2011 12:03 am

You, as a user of IND$FILE, do not, repeat, do not, enter the command yourself. Rather, whatever file transfer mechanism your terminal emulator uses, enters the command on your behalf when it is ready to do a file transfer.. You should only do a file transfer when you have a TSO READY prompt (or VM/370 CMS READY; prompt) on your screen. I have occasionally had a successful transfer from ISPF option 6, but that was before the new style ISPF screens that sort of look like Windoze windows. Your terminal emulator will construct a valid IND$FILE command for you. Be sure you tell the terminal emulator whether you are using TSO or the CMS piece of VM/370; the command syntax is slightly different.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Next

Return to TSO & ISPF

 


  • Related topics
    Replies
    Views
    Last post