Re: TCP/IP to JES3

2023-09-24 Thread Paul Gilmartin
On Sun, 24 Sep 2023 21:37:18 -0500, Steve Horein wrote: >To me, the simplest way would be to ftp the desired data to an >appropriately allocated dataset, and then change to filetype=jes to put jcl >to copy the newly created dataset to sysout, and perform housekeeping >if/when the copy was

Re: TCP/IP to JES3

2023-09-24 Thread Steve Horein
To me, the simplest way would be to ftp the desired data to an appropriately allocated dataset, and then change to filetype=jes to put jcl to copy the newly created dataset to sysout, and perform housekeeping if/when the copy was complete. I do not believe filetype=jes was meant to be exclusive.

Re: Any recommendations for a 3270 emulator for Android

2023-09-24 Thread Mike Shaw
+1 Mike Shaw On Sun, Sep 24, 2023, 7:27 PM W Mainframe < 01304632a58d-dmarc-requ...@listserv.ua.edu> wrote: > I have used Mocha TN3270 Lite..No issues about itDan > > > Sent from Yahoo Mail for iPhone > > > On Sunday, September 24, 2023, 8:26 PM, Charles Mills > wrote: > > Anyone have

Re: Any recommendations for a 3270 emulator for Android

2023-09-24 Thread W Mainframe
I have used Mocha TN3270 Lite..No issues about itDan Sent from Yahoo Mail for iPhone On Sunday, September 24, 2023, 8:26 PM, Charles Mills wrote: Anyone have personal recommendations for a 3270 emulator for Android phones and/or tablets? Android, NOT Windows -- you would have to pry Vista

Any recommendations for a 3270 emulator for Android

2023-09-24 Thread Charles Mills
Anyone have personal recommendations for a 3270 emulator for Android phones and/or tablets? Android, NOT Windows -- you would have to pry Vista out of my cold, dead fingers. I certainly don't intend to do heads-down coding on my phone. This is just so I could respond to a client emergency

Re: TCP/IP to JES3

2023-09-24 Thread Paul Gilmartin
On Sat, 23 Sep 2023 23:23:32 -0700, Leonard D Woren wrote: >I thought I had a cute idea, but trying it, there are 2 problems. >FTP >SITE FILETYPE=JES >200 SITE command was accepted >SITE LRECL=133 >200 SITE command was accepted >PUT test.ds(member) >EXA1701I >>> SITE FIXrecfm 133 LRECL=133

Re: Why it's important to take Seymour's advice

2023-09-24 Thread Leonard D Woren
For address spaces known to always be non-swappable, how about ALESERV ADD and just load the returned ALET into an AR, then SACF 512?  My code that does that has never failed (yet).  What are the risks, other than the obvious one of the target A/S going away while the code is running? Come

Re: TCP/IP to JES3

2023-09-24 Thread Leonard D Woren
I thought I had a cute idea, but trying it, there are 2 problems. FTP SITE FILETYPE=JES 200 SITE command was accepted SITE LRECL=133 200 SITE command was accepted PUT test.ds(member) EXA1701I >>> SITE FIXrecfm 133 LRECL=133 RECFM=FBA BLKSIZE=32718 200 SITE command was accepted EXA1701I >>>