I use WSA for performing file transfers all the time. It used to be I'd 
sometimes launch the 3270 emulator (in my case I use Vista TN3270) and perhaps 
not bother launching the workstation agent (WSA.EXE). But then, in the middle 
of an ISPF session I'd suddenly realize I need to transfer some files. And, 
with my memory being what it is, I'd sometimes forget I hadn't launched the 
WSA. So, I'd try to do a file transfer and of course nothing would happen. To 
solve this I created a .BAT file that launches both the emulator and WSA at the 
same time. I put a shortcut to the .BAT file on my desktop, and now I always 
click that one icon and it launches both the emulator and WSA. No more 
forgetting! If anyone else might find this useful here's the .BAT file:

@ECHO OFF
REM This BAT file launches both the WSA and the host emulator.
START /D"C:\Users\Dave\ISPFwsa" WSA.EXE
START /D"C:\Users\Dave\Vista\Vista32" vistaTN3270.exe sessname.ses

Dave Salt

SimpList(tm) - try it; you'll get it! 

http://www.mackinney.com/products/program-development/simplist.html  


> Date: Fri, 12 Jun 2015 16:30:04 +0200
> From: coal...@se.ibm.com
> Subject: Re: ISPF Workstation Setup ( Was:  IND$FILE Resource Log & 
> Monitoring)
> To: IBM-MAIN@LISTSERV.UA.EDU
> 
> I also have a simple FTP command stream set up which I Edit, Cut and Paste 
> onto an MS-DOS prompt.
> Like this... here's the command stream after editing...
> CLS
> FTP
> OPEN 9.212.143.123
> SE16661
> qdr54esz
> BIN
> PUT C:\TEMP\FILE520.XMI FILE520.XMI
> QUIT
> Works fine *except* for (what I am calling) 'obfuscated' servers IP 
> addresses.
> Of course it may just be that I don't know how to find the IP address in 
> these cases?!?! :-/ Derrrr!
> /Steve
> 
> 
> 
> From:   John Abell <john.ab...@intnlsoftwareproducts.com>
> To:     IBM-MAIN@LISTSERV.UA.EDU
> Date:   2015-06-12 15:26
> Subject:        Re: ISPF Workstation Setup ( Was:  IND$FILE Resource Log & 
> Monitoring)
> Sent by:        IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
> 
> 
> 
> I have JCL set up for a specific set of files and members to be 
> transferred
> and the items are static.  C code which is ported to multiple non-Z.OS
> platforms  However for one off stuff, WSCON is interesting even though a
> copy and paste to FTP JCL is simple and quick.
> 
> John T. Abell 
> Tel:            800-295-7608    Option 4
> President 
> International:  1-416-593-5578  Option 4
> E-mail:  john.ab...@intnlsoftwareproducts.com
> Fax:            800-295-7609
> 
> International:  1-416-593-5579
> 
> 
> International Software Products
> www.ispinfo.com
>  
> 
> This email may contain confidential and privileged material for the sole 
> use
> of the intended recipient(s). Any review, use, retention, distribution or
> disclosure by others is strictly prohibited. If you are not the intended 
> recipient (or authorized to receive on behalf of the named recipient),
> please contact the sender by reply email and delete all copies of this
> message. Also,email is susceptible to data corruption, interception, 
> tampering, unauthorized amendment and viruses. We only send and receive
> emails on the basis that we are not liable for any such corruption,
> interception, tampering, amendment or viruses or any consequence thereof.
>  
> 
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Steve Coalbran
> Sent: Friday, June 12, 2015 9:21 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: ISPF Workstation Setup ( Was: IND$FILE Resource Log &
> Monitoring)
> 
> Hi John,
> What is this of which you speak? "an already in-place FTP of members"
> Does it have a psychic IPADDR function for 'obfuscated' servers?
> /Steve
> 
> 
> 
> From:   John Abell <john.ab...@intnlsoftwareproducts.com>
> To:     IBM-MAIN@LISTSERV.UA.EDU
> Date:   2015-06-12 15:09
> Subject:        Re: ISPF Workstation Setup ( Was:  IND$FILE Resource Log & 
> 
> Monitoring)
> Sent by:        IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
> 
> 
> 
> Interesting toy although much much slower than an already in-place FTP of
> members.  It seems to me there were other products similar to this in the
> past that may or may not have been free.
> 
> John T. Abell 
> Tel:            800-295-7608    Option 4
> President
> International:  1-416-593-5578  Option 4
> E-mail:  john.ab...@intnlsoftwareproducts.com
> Fax:            800-295-7609
> 
> International:  1-416-593-5579
> 
> 
> International Software Products
> www.ispinfo.com
> 
> 
> 
> 
> Såvida annat inte anges ovan: / Unless stated otherwise above:
> IBM Svenska AB
> Organisationsnummer: 556026-6883
> Adress: 164 92 Stockholm
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email
> to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> 
> ---
> This email has been checked for viruses by Avast antivirus software.
> https://www.avast.com/antivirus
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> 
> 
> 
> 
> Såvida annat inte anges ovan: / Unless stated otherwise above:
> IBM Svenska AB
> Organisationsnummer: 556026-6883
> Adress: 164 92 Stockholm
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
                                          
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to