Re: Downsizing? - OPS?

2020-02-06 Thread Timothy Sipples
I assume you mean Broadcom CA OPS/MVS. Here are some suggestions, in no particular order: * If you already have NetView, and if your needs are fairly simple or at least amenable to NetView, then that might be enough. * If you are primarily or exclusively Db2-oriented in what you need, then you

Re: UTF16 to EBCDIC

2020-02-06 Thread Paul Gilmartin
On Fri, 7 Feb 2020 06:29:26 +0400, Jake Anderson wrote: > >I am looking way to translate from UTF16 to EBCDIC. When I do D UNI,ALL i >do not see UTF16 to EBCDIC conversion table. > Which EBCDIC? 1047? 500? 037? other (specify)? How do you want to handle UTF16 characters that do not exist in your

UTF16 to EBCDIC

2020-02-06 Thread Jake Anderson
Hi Cross posted I am looking way to translate from UTF16 to EBCDIC. When I do D UNI,ALL i do not see UTF16 to EBCDIC conversion table. Is it something I need to load as CUNIMG or I have to create a table then refer them while FTP ing ? Please advise Jake --

Re: Downsizing? - OPS?

2020-02-06 Thread Ed Jaffe
On 2/6/2020 5:59 PM, Gibney, Dave wrote: I eventually need to leave WSU (in about a year) with a system that can coast 3 to 7 years with minimal skilled care. They plan to run z/OS 2.1 for 4-8 MORE years from today?? Its three-year extended service contract (if they purchased one) ends S

Downsizing? - OPS?

2020-02-06 Thread Gibney, Dave
The direction is clearly set. My z/OS 2.1 installation is heading for a sunset, sometime in the next several years. The Student Systems were ERP's to cloud systems not quite a decade ago. The remaining (HR/Financial/Etc.) are scheduled for migration to Workday (again, in cloud) July 1. T

Re: SFTP Get

2020-02-06 Thread Rob Schramm
I wrote a script for a client.. short.. that would source a file to set variables for sleep time number of tries file it was getting and data said it was going to eventually end up in. It worked pretty well. Rob Schramm On Thu, Feb 6, 2020, 13:22 Paul Gilmartin < 000433f07816-dmarc-requ...@l

Re: z15 System Recover Boost [EXTERNAL]

2020-02-06 Thread Mike Schwab
Any additional IPL / Recovery BOOST processing power is over and above normal processing. It will not reduce the processing power on other LPARs. Unless you DON'T have any spare processors (or CP capacity). On Thu, Feb 6, 2020 at 4:30 PM Feller, Paul wrote: > > The final word on the zIIP thing

Re: z15 System Recover Boost [EXTERNAL]

2020-02-06 Thread Feller, Paul
The final word on the zIIP thing is going to be our capacity person. If that person is okay with the situation then I'm okay with it. From where I sit I don't want any more overhead for zIIP management then needed. We only have 3 zIIP on the box. 10 of the lpars get 1 zIIP and the 11th lpar

Re: z15 System Recover Boost [EXTERNAL]

2020-02-06 Thread Tony Harminc
On Thu, 6 Feb 2020 at 16:31, Feller, Paul wrote: > Well we have our z15 in and running. We have been testing the System > Recovery Boost on our tech lpars. What we have > found makes us think we will be setting the option to BOOST=SPEED for our > tech lpars. I normally define each lpar with

Re: z15 System Recover Boost [EXTERNAL]

2020-02-06 Thread Feller, Paul
Well we have our z15 in and running. We have been testing the System Recovery Boost on our tech lpars. What we have found makes us think we will be setting the option to BOOST=SPEED for our tech lpars. I normally define each lpar with a minimum of 1 zIIP with 1 zIIP in reserve. With BOOST=SY

Re: SFTP Get

2020-02-06 Thread Paul Gilmartin
On Thu, 6 Feb 2020 09:39:20 -0600, Ron Thomas wrote: >this is what we use here ,so how is this we need to handle ? > >//STEP02 EXEC PGM=BPXBATSL,REGION=0M, >// PARM='PGM /usr/lpp/ssh2/bin/sftp2 >// -B //DD:BATCHIN' > Don't you need a continuation mark in column 72? Is th

Re: SFTP Get

2020-02-06 Thread Kirk Wolf
Are you sure it's IBM z/OS OpenSSH sftp? Looks like it might be something else. On Thu, Feb 6, 2020 at 9:39 AM Ron Thomas wrote: > this is what we use here ,so how is this we need to handle ? > > //STEP02 EXEC PGM=BPXBATSL,REGION=0M, > // PARM='PGM /usr/lpp/ssh2/bin/sftp2 > //

Re: Desjardins POC More Details

2020-02-06 Thread Mike Shorkend
That's Israel time On Thu, 6 Feb 2020, 19:01 Mike Shorkend, wrote: > I need to be off the call by 1830 > On Thu, 6 Feb 2020, 18:04 Ori Shalom, wrote: > >> Never heard about SIC. >> >> On Thu, 6 Feb 2020 at 17:24, Gus Delgado wrote: >> >>> I will set up the call. >>> >>> Thanks, >>> Gus >>> >>>

Re: Desjardins POC More Details

2020-02-06 Thread Mike Shorkend
I need to be off the call by 1830 On Thu, 6 Feb 2020, 18:04 Ori Shalom, wrote: > Never heard about SIC. > > On Thu, 6 Feb 2020 at 17:24, Gus Delgado wrote: > >> I will set up the call. >> >> Thanks, >> Gus >> >> Sent from my iPhone >> >> On Feb 6, 2020, at 10:14 AM, Mike Shorkend >> wrote: >> >

Re: SFTP Get

2020-02-06 Thread Ron Thomas
this is what we use here ,so how is this we need to handle ? //STEP02 EXEC PGM=BPXBATSL,REGION=0M, // PARM='PGM /usr/lpp/ssh2/bin/sftp2 // -B //DD:BATCHIN' //SYSTSPRT DD SYSOUT=* //STDOUT DD SYSOUT=* //STDENV DD DSN=SYS1.TECSSH.PARMLIB(SSHENV),DISP=SHR _BPXK_AUTOCV

Re: SFTP Get

2020-02-06 Thread Barkow, Eileen
Try coding EXIT=0 in the parm field. It sets the CC to 0, at least it looks like it does //FTPSEXEC PGM=FTP,PARM=('-v MVSI 2121 (EXIT=0)') -Original Message- From: IBM Mainframe Discussion List On Behalf Of Ron Thomas Sent: Thursday, February 6, 2020 9:19 AM To: IBM-MAIN@LISTSER

Re: Sysplex Maintenance and USS

2020-02-06 Thread Chris Parker
Juan, Thanks! This is exactly what I was looking for. It's an extra step to remember, but this makes sense. Thanks! Chris -Original Message- From: IBM Mainframe Discussion List On Behalf Of Juan Escamilla Sent: Thursday, February 6, 2020 8:02 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject:

Re: IDCAMS Sysin LRECL GT 80 bytes

2020-02-06 Thread Mark Jacobs
TIL. Thanks. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Thursday, February 6, 2020 9:35 AM, John McKown wrote: > On Thu, Feb 6, 2020 at 8:23

Re: SFTP Get

2020-02-06 Thread Ron Thomas
it is IBM z/OS SFTP -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: IDCAMS Sysin LRECL GT 80 bytes

2020-02-06 Thread Allan Staller
This is documented in the AMS manual. " Commands can begin at, or to the right of, the left margin. For batch processing jobs, the default margins are 2 and 72. Commands are separated from their parameters by one or more separators (blanks, commas, or comments). For some parameters, parentheses

Re: SFTP Get

2020-02-06 Thread Kirk Wolf
Specifically which file transfer product? FTP, IBM z/OS SFTP, Co:Z SFTP, ?? On Thu, Feb 6, 2020 at 8:19 AM Ron Thomas wrote: > Hello. > > We have a a job that runs every 30 mins , this job will pulls a text file > from a windows server and loads to the Mainframe dataset . In some-cases > t

Re: IDCAMS Sysin LRECL GT 80 bytes

2020-02-06 Thread John McKown
On Thu, Feb 6, 2020 at 8:23 AM Mark Jacobs < 0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote: > Does IDCAMS work with sysin control cards from a dataset with an lrecl > greater than 80 bytes? I've tried datasets with lrecl=240 and 255, and it > looks like it's not accepting any operands past

IDCAMS Sysin LRECL GT 80 bytes

2020-02-06 Thread Mark Jacobs
Does IDCAMS work with sysin control cards from a dataset with an lrecl greater than 80 bytes? I've tried datasets with lrecl=240 and 255, and it looks like it's not accepting any operands past column 71. Mark Jacobs Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. G

SFTP Get

2020-02-06 Thread Ron Thomas
Hello. We have a a job that runs every 30 mins , this job will pulls a text file from a windows server and loads to the Mainframe dataset . In some-cases the file is not present and FTP step fails . I need to set this to a normal completion even if the file is not present . Please let me know

Re: Sysplex Maintenance and USS

2020-02-06 Thread Juan Escamilla
In a read/write sysplex aware root file system, For file systems that come with the OS, we mount our filesystems as follows: /* IBM Liberty Imbedded MOUNT FILESYSTEM('SYS1.IBM.ZOS.&SYSR1..SBBLZFS') MOUNTPOINT('/&SYSR1./usr/lpp/liberty_zos') MODE(READ) TYPE(ZFS) PARM('AGGRFU