Re: S0D5 accessing dataspace

2017-05-02 Thread Binyamin Dissen
My guess is that there is a bug in your transwap logic.

Does D J show it as non-swapable?

On Tue, 2 May 2017 16:27:07 -0400 Gary Weinhold  wrote:

:>Date:Mon, 1 May 2017 23:16:43 +0300
:>From:Binyamin Dissen 

:>Subject: Re: S0D5 accessing dataspace
:>
:>What is the reason code?
:>
:>On Mon, 1 May 2017 14:59:54 -0400 Gary Weinhold 
 wrote:
:>
:>:>We're experiencing an abend S0D5 that occurs at only one site.  We have an 
authorized program that issues a DSPSERV CREATE SCOPE=ALL to establish a 
dataspace.  It initializes several of the blocks in the dataspace but does not 
touch the rest of the blocks.  It then issues SYSEVENT TRANSWAP and WAITs for 
the ECB to be posted (unless it was already non-swappable).  Then it publishes 
the availability of the dataspace in CSA and WAITs for a MVS STOP command.
:
:>
:>S0D5 reason code: 4F000510

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Adventures in JCL: PROCs, symbols and instream data

2017-05-02 Thread Andrew Rowley

On 2/05/2017 9:03 PM, Jantje. wrote:

//JOB1 JOB CLASS=A,
// MSGCLASS=H,
// NOTIFY=
//   SET Q=
//*
//TEST PROC MESSAGE='Hello World'
// SET MESSAGE=


Nice... I'm not sure that it is any clearer, but very creative!

--
Andrew Rowley
Black Hill Software
+61 413 302 386

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Storage Creep

2017-05-02 Thread CM Poncelet
FWIW The "FREEMAIN  RU,A=(R4), etc." will 'free' the storage at A=(R4),
but will not free the page containing A=(R4) until *all* the GETMAINed
storage in it has been FREEMAINed. A storage creep suggests that pages
are being GETMAINed, but then not all storage in them being FREEMAINed.


On 02/05/2017 14:41, scott Ford wrote:
> All:
> 
> I have a STC written in Cobol V4.1 calling Assembler routines to perform
> various RACF functions. I have a customer who is reporting seeing a storage
> creep in subpool = 0 key 8.  We use Subpool = 1 key 8 when we call IRRSEQ00
> (r_admin) call. We then issue a 'FREEMAIN', see below:
> 
> 
> *-*
> *REGS PASSED TO FREEMAIN: R3=SUBPOOL R2=SIZE R4=ADDRESS
> *-*
>  FREEMAIN  RU,A=(R4),SP=(R3),LV=(R2) FREE OLD BLOCK
> 
> I know the Freemain is working, we did a test with an ABEND with a dump and
> saw r15 = 0 and the above registers and they were correct. The twist here
> is right before we call IRRSEQ00, we issue a
> 
>   MODESET KEY=ZERO,MODE=SUP
>   issue our call
>   MODESET KEY=NZERO,MODE=PROB
>   build output record and pass back to caller.
> 
>   I ran out STC and issue a RACF command and the issued a
>  'DUMP COMM=()'
>   Pulled it into IPCS...reviewing the dump I saw very little subpool = 0
> activity..
> 
>   I am stumped here. We have a called scheduled with IBM.
> 
> *IDMWORKS *
> 
> Scott Ford
> 
> z/OS Dev.
> 
> 
> 
> 
> “By elevating a friend or Collegue you elevate yourself, by demeaning a
> friend or collegue you demean yourself”
> 
> 
> 
> www.idmworks.com
> 
> scott.f...@idmworks.com
> 
> Blog: www.idmworks.com/blog
> 
> 
> 
> 
> 
> *The information contained in this email message and any attachment may be
> privileged, confidential, proprietary or otherwise protected from
> disclosure. If the reader of this message is not the intended recipient,
> you are hereby notified that any dissemination, distribution, copying or
> use of this message and any attachment is strictly prohibited. If you have
> received this message in error, please notify us immediately by replying to
> the message and permanently delete it from your computer and destroy any
> printout thereof.*
> 
> --
> 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


Re: TIME jn JCL (again)

2017-05-02 Thread Mark Zelden
On Wed, 3 May 2017 00:05:31 +0200, R.S.  wrote:

>The topic was discussed recently, but I haven't found in the listserv
>archives an answer to the following question:
>
>Let's assume
>TIME in JOBCLASS definition is 60
>TIME in JOB statement is 90
>TIME in EXEC statement is 80
>(single step job)
>
>What is effective time limit for the step?
>My understanding: STEP statement overrides jobclass definition, JOB
>definition is ignored in that case.
>So, the answer is 80.
>
>Am I right?
>

Yes, you are correct.Unlike most JCL keywords, the STEP value is not an
override for the JOB value.  The 90 seconds for the JOB is cumulative for the
entire time -  but the step limit is 80.

Regards,

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
ITIL v3 Foundation Certified
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html
Systems Programming expert at http://search390.techtarget.com/ateExperts/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


TIME jn JCL (again)

2017-05-02 Thread R.S.
The topic was discussed recently, but I haven't found in the listserv 
archives an answer to the following question:


Let's assume
TIME in JOBCLASS definition is 60
TIME in JOB statement is 90
TIME in EXEC statement is 80
(single step job)

What is effective time limit for the step?
My understanding: STEP statement overrides jobclass definition, JOB 
definition is ignored in that case.

So, the answer is 80.

Am I right?

--
Radoslaw Skorupka
Lodz, Poland




==


   --
Treść tej wiadomości może zawierać informacje prawnie chronione Banku 
przeznaczone wyłącznie do użytku służbowego adresata. Odbiorcą może być jedynie 
jej adresat z wyłączeniem dostępu osób trzecich. Jeżeli nie jesteś adresatem 
niniejszej wiadomości lub pracownikiem upoważnionym do jej przekazania 
adresatowi, informujemy, że jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne działanie o podobnym charakterze jest prawnie zabronione i może być 
karalne. Jeżeli otrzymałeś tę wiadomość omyłkowo, prosimy niezwłocznie 
zawiadomić nadawcę wysyłając odpowiedź oraz trwale usunąć tę wiadomość 
włączając w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is 
intended solely for business use of the addressee. This e-mail may only be 
received by the addressee and may not be disclosed to any third parties. If you 
are not the intended addressee of this e-mail or the employee authorized to 
forward it to the addressee, be advised that any dissemination, copying, 
distribution or any other similar activity is legally prohibited and may be 
punishable. If you received this e-mail by mistake please advise the sender 
immediately by using the reply facility in your e-mail software and delete 
permanently this e-mail including any copies of it either printed or saved to 
hard drive.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 Warszawa, 
www.mBank.pl, e-mail: kont...@mbank.plsąd Rejonowy dla m. st. Warszawy XII 
Wydział Gospodarczy Krajowego Rejestru Sądowego, nr rejestru przedsiębiorców 
KRS 025237, NIP: 526-021-50-88. Według stanu na dzień 01.01.2016 r. kapitał 
zakładowy mBanku S.A. (w całości wpłacony) wynosi 168.955.696 złotych.
   


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Paul Gilmartin
On Tue, 2 May 2017 15:57:00 -0500, Tom Marchant wrote:
>From the JCL manual:
>
>If you omit the status subparameter, the default is NEW.
>
>If you omit the normal termination disposition subparameter, the 
>default is DELETE for a NEW data set or KEEP for an existing data 
>set.
> 
Ooooh!  This is confusing.  If I supply the status subparameter as
DISP=MOD and omit the disposition parameter and the data set is
not an existing data set but created by allocation, is it treated
as a new data set (DELETE) or an existing data set (KEEP)?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: CA-SYSVIEW on z/OS 2.2

2017-05-02 Thread Mark Zelden
On Tue, 2 May 2017 18:06:25 +, McCabe, Ron  
wrote:

>Bumping storage up to 4G resolved the issue we were having with CA-SYSVIEW 
>14.2 on z/OS 2.2. 
>
>Thanks for the responses that helped resolve this issue. 
> 
>Thanks, 
>Ron McCabe 
>Mutual of Enumclaw

Thank for the feedback / confirmation.  I can now say that this is the 4th 
instance 
of this I've run into (although not personally this time) with sandbox LPARs 
being
upgraded to z/OS 2.2 and insufficient real storage.  As I mentioned, each case 
was
slightly different depending on the workload mix and whether there was more 
than one
logical engine and each time the person I was working with (other than the time
it happend to me) thought it was a different piece of software.   The "loop", 
which
wasn't really a loop, was just RSM trying to get frames when none were to be 
had. 
In that specific case, the LPAR had two LPs, so the system didn't lock up, but 
it
got really slow.  ;-) 

Regards,

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
ITIL v3 Foundation Certified
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html
Systems Programming expert at http://search390.techtarget.com/ateExperts/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Kirk Wolf
"ls" and "put" are not shell commands - they are subcommands to the sftp
(or cozsftp) shell command.
>From linux, you would typicall use a Unix "here" document to do this;
something like:

sftp   -b- u...@my.zos.host  wrote:

> Hi Kirk
>
> Here is the script  & the error message i am getting . Kindly let me know
> is there anything wrong here ?
>
>
> ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
> put /sap/input/sample.txt //'KG99KVT.FXN.MXCROT.TOT(+1)'
> quit
>
> ls: cannot access /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100: No
> such file or directory
> ./test1.sh: line 2: put: command not found
> ./test1.sh: line 3: quit: command not found
>
> Thanks
> Ron T
>
> --
> 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


Re: SFTP From Linux to z/OS

2017-05-02 Thread Kirk Wolf
Gil,

Internally Co:Z uses BPXWDYN for dynamic allocation.  Many of the keywords
are surfaced as options.

I'm not sure if this is your question, but for GDG allocation relative
generation references are affected by the "GDGNT" option, which by default
is off.   See the BPXWDYN documentation for more information, but I believe
that this simply maps to the equivalent SVC99 option that controls whether
GDG relative numbers are frozen to the start of the job or float (NT="New
Table").

So, if you want to have (+1) be a new generation (more than once), you need:

ls /+gdgnt

Of course, we often suggest that this be configured as a default option in
the config file.

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

On Tue, May 2, 2017 at 2:32 PM, Paul Gilmartin <
000433f07816-dmarc-requ...@listserv.ua.edu> wrote:

> On Tue, 2 May 2017 13:59:54 -0500, Kirk Wolf wrote:
>
> >Hi John,
> >
> >To mount tapes with Co:Z SFTP, you have to enable the "mount" dynamic
> >allocation option:
> >
> >ls /+mount
> >
> (This may also require administrative configuration action.)
>
> >(And you also need mount authority)
> >
> I assume that if it's a GDG it's catalogued.
>
> How does GDG(+1) work outside JCL?
>
> Will each SVC 99 create a new generation?
>
> Is (+1) allocated to a new volume or a new data set or the volume of (+0)?
> Can the programmer control this?  I don't believe DYNALLOC supports
> VOL=REF.
>
> Does Co:Z support DD:?
>
> -- gil
>
> --
> 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


Re: job output into dataset

2017-05-02 Thread Lizette Koehler
So it might be possible that you are seeing data that JES2 has buffered.  That 
is why you can see all of the data on a job in the ST panel even if all that is 
left in O or H panels is the output from an IEBGENER.

Lizette

-Original Message-
>From: "van der Grijn, Bart (B)" 
>Sent: May 2, 2017 2:26 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: job output into dataset
>
>It works pretty well except for one (minor) issue. When you do SE against a 
>DDNAME in SDSF it doesn't work as expected. It seem to display the first of 
>the outputs with the same DDNAME, independent of which one you select. At 
>least, that's what it does here (z/OS 2.1). 
>Bart
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On 
>Behalf Of Phil Sidler
>Sent: Tuesday, May 02, 2017 4:16 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: job output into dataset
>
>On Tue, 2 May 2017 12:54:35 -0700, Lizette Koehler  
>wrote:
>
>>I have this in place on several Products I support. The JES Messages all go 
>>to our output repository.  No issues.
>
>Oh, I see it now, $HASP138 and a new DD with the same name shows up.  Cool.
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread van der Grijn, Bart (B)
It works pretty well except for one (minor) issue. When you do SE against a 
DDNAME in SDSF it doesn't work as expected. It seem to display the first of the 
outputs with the same DDNAME, independent of which one you select. At least, 
that's what it does here (z/OS 2.1). 
Bart

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Phil Sidler
Sent: Tuesday, May 02, 2017 4:16 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: job output into dataset

On Tue, 2 May 2017 12:54:35 -0700, Lizette Koehler  
wrote:

>I have this in place on several Products I support. The JES Messages all go to 
>our output repository.  No issues.

Oh, I see it now, $HASP138 and a new DD with the same name shows up.  Cool.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Tom Marchant
On Tue, 2 May 2017 14:51:59 -0500, John McKown wrote:

>​The default disp, I think, for all data sets is NEW,CATLG . 

I don't know if it's different for dynamic allocation, but in JCL if you 
don't specify any disp, the default is (new,delete)
From the JCL manual:

If you omit the status subparameter, the default is NEW.

If you omit the normal termination disposition subparameter, the 
default is DELETE for a NEW data set or KEEP for an existing data 
set.

If you omit the abnormal termination disposition subparameter, the 
default is the disposition specified or implied by the second 
subparameter. However, if the second subparameter specified PASS, 
the default abnormal termination disposition is DELETE for a NEW 
data set or KEEP for an existing data set.

If you omit the DISP parameter, the default is a NEW data set with 
a disposition of DELETE for both normal and abnormal termination 
disposition. Thus, you can omit the DISP parameter for a data set 
that is created and deleted during a step.


-- 
Tom Marchant

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: AT-TLS replace ICF processor ?

2017-05-02 Thread Charles Mills
I believe AT-TLS generally utilizes ICSF which in turn may utilize your crypto 
hardware.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of R.S.
Sent: Tuesday, May 2, 2017 11:16 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: AT-TLS replace ICF processor ?

W dniu 2017-04-25 o 18:42, Nathan Astle pisze:
> Hi
>
> Cross posted
>
> Not trying to.resolve anything.
>
> Recently had a discussion with a TCPIP/SNA person and he feels that 
> most of the task offloaded to ICF processor can be handled by AT-TLS.
>
> I was not.able to make any sense out of it.
>
> Aren't ICF processor independent of AT-TLS ?

ICF stands for Integrated Coupling Facility and has nothing to do with 
networking.
I think you mean ICSF which is cryptography software, which can exploit crypto 
hardware, including CPACF and CryptoExpress cards.
Indeed, ICSF (and GSKSRVR) and offload some functions of SSL, TLS, etc.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread John McKown
On Tue, May 2, 2017 at 3:51 PM, Ron Thomas  wrote:

> Hi Kirk
>
> Here is the script  & the error message i am getting . Kindly let me know
> is there anything wrong here ?
>
>
> ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
> put /sap/input/sample.txt //'KG99KVT.FXN.MXCROT.TOT(+1)'
> quit
>
> ls: cannot access /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100: No
> such file or directory
> ./test1.sh: line 2: put: command not found
> ./test1.sh: line 3: quit: command not found
>
> Thanks
> Ron T
>

​That indicates that you are only running the IBM standard sftp server.
​The Dovetailed Technologies ssh/sftp enhancement is not installed
properly, if you supposed to have it. You need to ask the z/OS sysprog in
charge of TCPIP, I would guess.

ref: http://www.dovetail.com/products/sftp.html​


-- 
Advertising is a valuable economic factor because it is the cheapest way of
selling goods, particularly if the goods are worthless. -- Sinclair Lewis


Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Ron Thomas
Hi Kirk

Here is the script  & the error message i am getting . Kindly let me know is 
there anything wrong here ?


ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
put /sap/input/sample.txt //'KG99KVT.FXN.MXCROT.TOT(+1)'
quit

ls: cannot access /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100: No such 
file or directory
./test1.sh: line 2: put: command not found
./test1.sh: line 3: quit: command not found

Thanks
Ron T

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: AW: Re: SHARE Proceedings self-extacting ZIP File reguesting Admin rights??

2017-05-02 Thread Dave McGuire

On 05/02/2017 04:51 AM, Peter Hunkeler wrote:

self-extracting .zip since it's actually a Windows executable.
But >> it might be polymorphic so it's also a conventional .zip.


Forgive me for jumping in.  Self-extracting ZIP files are generally
 unzippable using standard unzip; it recognizes the prepended unzip
 program and skips over it.


I tried that, but my (somethat elder version of) WinZip said it is
not a ZIP file.


  Interesting!  I've not seen or used WinZip, but standard unzip has 
handled them for many years.



Today, I downloaded the ISO file, which in fact is a ZIP file
containing the ISO image. (Luckily this is not also a self-extracting
archive). WinZip unzipped the ZIP, gave me an ISO file, which WinZip
again unzipped into the desired folder structure. Voila ;-)


  A circuitous workaround, but hey, it gets the job done. :-)

-Dave

--
Dave McGuire
President/Curator, Large Scale Systems Museum
New Kensington, PA

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: S0D5 accessing dataspace

2017-05-02 Thread Gary Weinhold

Date:Mon, 1 May 2017 23:16:43 +0300
From:Binyamin Dissen 

Subject: Re: S0D5 accessing dataspace

What is the reason code?

On Mon, 1 May 2017 14:59:54 -0400 Gary Weinhold 
 wrote:

:>We're experiencing an abend S0D5 that occurs at only one site.  We have an 
authorized program that issues a DSPSERV CREATE SCOPE=ALL to establish a 
dataspace.  It initializes several of the blocks in the dataspace but does not 
touch the rest of the blocks.  It then issues SYSEVENT TRANSWAP and WAITs for the 
ECB to be posted (unless it was already non-swappable).  Then it publishes the 
availability of the dataspace in CSA and WAITs for a MVS STOP command.




S0D5 reason code: 4F000510


--

Gary Weinhold
Senior Application Architect

DATAKINETICS | Data Performance & Optimization

Phone:  +1.613.523.5500 x216
Email:  weinh...@dkl.com

[http://www.dkl.com/wp-content/uploads/2015/07/dkl_logo.png]

Visit us online at www.DKL.com

[http://www.dkl.com/wp-content/uploads/2015/08/banner.png]

E-mail Notification: The information contained in this email and any 
attachments is confidential and may be subject to copyright or other 
intellectual property protection. If you are not the intended recipient, you 
are not authorized to use or disclose this information, and we request that you 
notify us by reply mail or telephone and delete the original message from your 
mail system.



__

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread Phil Sidler
On Tue, 2 May 2017 12:54:35 -0700, Lizette Koehler  
wrote:

>I have this in place on several Products I support. The JES Messages all go to 
>our output repository.  No issues.

Oh, I see it now, $HASP138 and a new DD with the same name shows up.  Cool.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Paul Gilmartin
On Tue, 2 May 2017 14:40:49 -0500, Steve Beaver wrote:
>
>How does GDG(+1) work outside JCL? (NO)
>
>Will each SVC 99 create a new generation? YES
> 
Those two statements seem to contradict each other.  The first says you can't 
create
a new generation; the second says you can't.  (Perhaps it can be done, but not 
in
the DSN= key.)

>Can the programmer control this?  DYNALLOC supports everything you can do in a 
>DD Statement  (It’s a lot of work but yes you can)
> 
I know I've failed with BPXWDYN attempting to allocate two data sets (different
position on the same tape volume), but I do it readily in JCL.

VOL=REF?  I suppose I could do an INFO to get the volser then use that 
explicitly.
But see above.

In an IKJEFT01 step, how would I go about accessing a temp DSN passed from an
earlier step.  Chasing control blocks?  Yes, that's a lot of work.

My recent experience is with BPXWDYN.  It's been decades since I used SVC 99
in assembler.

OK.  Here's the list from  SA23-1371-05 z/OS MVS Programming:
Authorized Assembler Services Guide iea3a812.pdf

JCL DD statement facilities not supported by dynamic allocation
Table 69 lists JCL DD statement facilities that cannot be used in dynamic 
allocation.
  Table 69. JCL DD Statement Facilities Not Supported by Dynamic Allocation
Restricted DDnames
Keyword Parameters
Positional Parameters
Selected Subparameters of Keywords
JOBCAT, STEPCAT, JOBLIB, and STEPLIB
CHKPT, DDNAME, DLM, and DSID
*, DATA, and DYNAM
Keyword Subparameter Not Supported
DCB reference to ddname of a previous step CYLOFL
NTM RKP
DISPPASS specification DSN  reference to ddname (as in *.ddname) 
ISAM area
name SPACE  ABSTR specification
UNITAFF
VOLUME
RETAIN specification REF=ddname

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread Lizette Koehler
I have this in place on several Products I support. The JES Messages all go to 
our output repository.  No issues.

Lizette



-Original Message-
>From: Phil Sidler 
>Sent: May 2, 2017 12:50 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Re: job output into dataset
>
>On Tue, 2 May 2017 05:33:18 -0500, Roger Lowe  wrote:
>
>>As of zOS 1.13 and later,  JES2 provides the ability to 'spin' any SPIN spool 
>>datasets based on command, size or time (interval or absolute).
>>
>>SPIN=(UNALLOC,value) where value is one of:
>>• ‘hh:mm’ – Spin data set at specified time
>>• ‘+hh:mm’ – Spin data set at interval specified
>>• nnn [K|M] – Spin every nnn records
>
>There is a SHARE presentation that implies that this works to spin off SYSOUT 
>even if the DD is not closed/deallocated.
>
>• Can be used to make the Transient Data Message logs
>available for processing without the need to shutdown
>and/or close/deallocate the transient data queue datasets
>
>(SHARE in San Francisco 2013, #12433)
>
>Does this work?  Really?  How would I see this via SDSF if it was working?
>
>Cheers
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread John McKown
On Tue, May 2, 2017 at 2:32 PM, Paul Gilmartin <
000433f07816-dmarc-requ...@listserv.ua.edu> wrote:

> On Tue, 2 May 2017 13:59:54 -0500, Kirk Wolf wrote:
>
> >Hi John,
> >
> >To mount tapes with Co:Z SFTP, you have to enable the "mount" dynamic
> >allocation option:
> >
> >ls /+mount
> >
> (This may also require administrative configuration action.)
>

​Thanks. That works for me. ​



>
> >(And you also need mount authority)
> >
> I assume that if it's a GDG it's catalogued.
>

​The default disp, I think, for all data sets is NEW,CATLG . And, of
course, GDGs are catalogued.​



>
> How does GDG(+1) work outside JCL?
>

​Nothing like they do in JCL. That is, suppose you have GDG.G0001V00
already. You then allocate GDG(+1). You now have GDG.G0002V00. You allocate
GDG(+1) again, you end up with GDG.G0003V00.​

Actually, since the GDG is cataloged at allocate time (SMS) or step end
(non-SMS), the initiator has what I recall being called a "GDG bias table".
I remember a zap back in the MVT days which would disable this. The logic
for this was that "the relative generation number should stay the same in
all the JCL statements in all the steps". So that GDG(+1) was the same
generation all steps after the one in which it was created (and cataloged).
This is one reason why restart is difficult without something like CA-11.
When you restart a job, you must modify all the relative GDG numbers in the
DD statements. Which is very labor intensive and error prone.



>
> Will each SVC 99 create a new generation?
>
> Is (+1) allocated to a new volume or a new data set or the volume of (+0)?
> Can the programmer control this?  I don't believe DYNALLOC supports
> VOL=REF.
>
> Does Co:Z support DD:?
>

​Only their sftp client when it is running on z/OS. So you can do a "get"
to a z/OS DD statement.
ref: https://dovetail.com/docs/sftp/client.html​



>
> -- gil
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Advertising is a valuable economic factor because it is the cheapest way of
selling goods, particularly if the goods are worthless. -- Sinclair Lewis


Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread Phil Sidler
On Tue, 2 May 2017 05:33:18 -0500, Roger Lowe  wrote:

>As of zOS 1.13 and later,  JES2 provides the ability to 'spin' any SPIN spool 
>datasets based on command, size or time (interval or absolute).
>
>SPIN=(UNALLOC,value) where value is one of:
>• ‘hh:mm’ – Spin data set at specified time
>• ‘+hh:mm’ – Spin data set at interval specified
>• nnn [K|M] – Spin every nnn records

There is a SHARE presentation that implies that this works to spin off SYSOUT 
even if the DD is not closed/deallocated.

• Can be used to make the Transient Data Message logs
available for processing without the need to shutdown
and/or close/deallocate the transient data queue datasets

(SHARE in San Francisco 2013, #12433)

Does this work?  Really?  How would I see this via SDSF if it was working?

Cheers

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Steve Beaver
I assume that if it's a GDG it's catalogued (It must be catalogued on your 
system or you get to fill out the fullname)

How does GDG(+1) work outside JCL? (NO)

Will each SVC 99 create a new generation? YES

Is (+1) allocated to a new volume or a new data set or the volume of (+0)? 
Depends on SMS, etc

Can the programmer control this?  DYNALLOC supports everything you can do in a 
DD Statement  (It’s a lot of work but yes you can)

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Paul Gilmartin
Sent: Tuesday, May 2, 2017 2:33 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: SFTP From Linux to z/OS

On Tue, 2 May 2017 13:59:54 -0500, Kirk Wolf wrote:

>Hi John,
>
>To mount tapes with Co:Z SFTP, you have to enable the "mount" dynamic 
>allocation option:
>
>ls /+mount
>
(This may also require administrative configuration action.)

>(And you also need mount authority)
> 
I assume that if it's a GDG it's catalogued.

How does GDG(+1) work outside JCL?

Will each SVC 99 create a new generation?

Is (+1) allocated to a new volume or a new data set or the volume of (+0)?
Can the programmer control this?  I don't believe DYNALLOC supports VOL=REF.

Does Co:Z support DD:?

-- gil

--
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


Re: SFTP From Linux to z/OS

2017-05-02 Thread Paul Gilmartin
On Tue, 2 May 2017 13:59:54 -0500, Kirk Wolf wrote:

>Hi John,
>
>To mount tapes with Co:Z SFTP, you have to enable the "mount" dynamic
>allocation option:
>
>ls /+mount
>
(This may also require administrative configuration action.)

>(And you also need mount authority)
> 
I assume that if it's a GDG it's catalogued.

How does GDG(+1) work outside JCL?

Will each SVC 99 create a new generation?

Is (+1) allocated to a new volume or a new data set or the volume of (+0)?
Can the programmer control this?  I don't believe DYNALLOC supports VOL=REF.

Does Co:Z support DD:?

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Kirk Wolf
Hi John,

To mount tapes with Co:Z SFTP, you have to enable the "mount" dynamic
allocation option:

ls /+mount

(And you also need mount authority)

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

On Tue, May 2, 2017 at 1:56 PM, John McKown 
wrote:

> On Tue, May 2, 2017 at 1:07 PM, Ron Thomas  wrote:
>
> > Hi . One of my colleagues told me from Linux script ,we can do SFTP using
> > the below file allocation . Just wanted to know whether this possible ?
> As
> > per my understanding this has no significance ? Also, whether from
> virtual
> > machine we can put to a tape GDG file ?
> >
> > ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
> >
>
> ​The above makes me think that you have installed Dovetailed Technologies's
> SSH/SFTP enhancements.​
>
>
>
> > put /pas/input/rtb/one.txt //'PCICST.FXIN.MAXRTCRO.OT(+1)'
> >
>
> ​I was able to send to a +1 generation on disk, but not tape.​ When I tried
> tape, I got:
>
> ZosSettings[I]: Transfer options:
> clientcp=ISO8859-1,lrecl=1500,mode=text,recfm=fb,servercp=
> IBM-1047,space=trk.5.5,trim,unit=vts2
> ZosDataset[I]: Opening dataset TSH009.LISTCAT(+1) for write with options:
> lrecl(1500) recfm(f,b) tracks space(5,5) unit(vts2) new catalog
> IKJ56221I DATA SET TSH009.LISTCAT NOT ALLOCATED, VOLUME NOT AVAILABLE+
> IKJ56221I VOLUME  NECESSARY TO SATISFY YOUR REQUEST NOT ON SYSTEM, AND
> CANNOT BE MOUNTED
> DatasetHandler[E]: BPXWDYN allocation failed S99ERROR=0x0218 S99INFO=0x
> DatasetHandler[E]: BPXWDYN command was: "alloc fi(SYS5) reuse msg(2)
> da('TSH009.LISTCAT(+1)') lrecl(1500) recfm(f,b) tracks space(5,5)
> unit(vts2) new catalog"
> DatasetHandler[E]: Dataset TSH009.LISTCAT(+1) open error: EDC5000I No error
> occurred. (errno2=0xC4070044)
> DatasetHandler[E]:   __amrc last_op=604, error=0x5620062, msg=
>
> ​I think that this is because BPXWDYN, which is apparently what is used to
> do the dynamic allocation rather than SVC 99 directly, requires that the
> caller use the MOUNT option​. There may be some sftp server option that I
> have missed, however.
>
>
>
> >
> > Thanks
> > Ron T
> >
>
>
> --
> Advertising is a valuable economic factor because it is the cheapest way of
> selling goods, particularly if the goods are worthless. -- Sinclair Lewis
>
>
> Maranatha! <><
> John McKown
>
> --
> 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


Re: SFTP From Linux to z/OS

2017-05-02 Thread Kirk Wolf
Hi Ron,

This works from a remote SFTP client if the server is running CO:Z SFTP in
conjunction with IBM OpenSSH.
The IBM supplied SFTP programs with z/OS OpenSSH do not support data sets..

For more information, see our website.

Kirk Wolf
Dovetailed Technologies
http://dovetail.com

On Tue, May 2, 2017 at 1:07 PM, Ron Thomas  wrote:

> Hi . One of my colleagues told me from Linux script ,we can do SFTP using
> the below file allocation . Just wanted to know whether this possible ? As
> per my understanding this has no significance ? Also, whether from virtual
> machine we can put to a tape GDG file ?
>
> ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
> put /pas/input/rtb/one.txt //'PCICST.FXIN.MAXRTCRO.OT(+1)'
>
> Thanks
> Ron T
>
> --
> 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


Re: SFTP From Linux to z/OS

2017-05-02 Thread John McKown
On Tue, May 2, 2017 at 1:07 PM, Ron Thomas  wrote:

> Hi . One of my colleagues told me from Linux script ,we can do SFTP using
> the below file allocation . Just wanted to know whether this possible ? As
> per my understanding this has no significance ? Also, whether from virtual
> machine we can put to a tape GDG file ?
>
> ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
>

​The above makes me think that you have installed Dovetailed Technologies's
SSH/SFTP enhancements.​



> put /pas/input/rtb/one.txt //'PCICST.FXIN.MAXRTCRO.OT(+1)'
>

​I was able to send to a +1 generation on disk, but not tape.​ When I tried
tape, I got:

ZosSettings[I]: Transfer options:
clientcp=ISO8859-1,lrecl=1500,mode=text,recfm=fb,servercp=IBM-1047,space=trk.5.5,trim,unit=vts2
ZosDataset[I]: Opening dataset TSH009.LISTCAT(+1) for write with options:
lrecl(1500) recfm(f,b) tracks space(5,5) unit(vts2) new catalog
IKJ56221I DATA SET TSH009.LISTCAT NOT ALLOCATED, VOLUME NOT AVAILABLE+
IKJ56221I VOLUME  NECESSARY TO SATISFY YOUR REQUEST NOT ON SYSTEM, AND
CANNOT BE MOUNTED
DatasetHandler[E]: BPXWDYN allocation failed S99ERROR=0x0218 S99INFO=0x
DatasetHandler[E]: BPXWDYN command was: "alloc fi(SYS5) reuse msg(2)
da('TSH009.LISTCAT(+1)') lrecl(1500) recfm(f,b) tracks space(5,5)
unit(vts2) new catalog"
DatasetHandler[E]: Dataset TSH009.LISTCAT(+1) open error: EDC5000I No error
occurred. (errno2=0xC4070044)
DatasetHandler[E]:   __amrc last_op=604, error=0x5620062, msg=

​I think that this is because BPXWDYN, which is apparently what is used to
do the dynamic allocation rather than SVC 99 directly, requires that the
caller use the MOUNT option​. There may be some sftp server option that I
have missed, however.



>
> Thanks
> Ron T
>


-- 
Advertising is a valuable economic factor because it is the cheapest way of
selling goods, particularly if the goods are worthless. -- Sinclair Lewis


Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: [EXTERNAL] Re: SFTP From Linux to z/OS

2017-05-02 Thread Craig Pace
It appears that the mainframe is running Dovetails Co:Z SFTP product (open 
source) that allows sftp into native MVS without having to create back in 
scripts to copy from USS to MVS after going into IBM native SSH.

Coz FTP runs on top of IBM native openSSH to allow this.  The commands look 
good and should work, if the above is the case.

https://dovetail.com/products/sftp.html



Thanks,


Craig Pace
Director Business Solutions, Information Technology
Fruit of the Loom, Inc.®

Direct: (270) 935-4397
Main:   (270) 781-6400 ext 4397
Cell:   (270) 991-7452
Fax:(270) 438-4430
E-mail:  craig.p...@fotlinc.com

Mailing Address:
One Fruit of the Loom Drive
PO Box 90015
Bowling Green, KY 42102-9015

Physical Address:
675 Hennessy Way
Bowling Green, KY 42101-7122

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Roach, Dennis
Sent: Tuesday, May 2, 2017 13:33
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: [EXTERNAL] Re: SFTP From Linux to z/OS

This makes no sense.
ls lists the directory at the remote end.
The ls command you provided looks like it should be a site command, providing 
lrecl, recfm, and space information.
The // in the put command directs the output to an MVS file instead of USS.


Dennis Roach, CISSP, PMP
AIG

IAM Platform Administration | Identity & Access Management

2929 Allen Parkway, America Building, 3rd Floor | Houston, TX 77019
Phone:  713-831-8799

dennis.ro...@aig.com | 
https://na01.safelinks.protection.outlook.com/?url=www.aig.com=02%7C01%7CCraig.Pace%40FOTLINC.COM%7Cd0b1a80e098847b4ec0908d49189ab32%7C0d32279fb86a46bcaf3c48ad3cf3caf9%7C0%7C0%7C636293467850898806=UvRJUaf2p51bAfHHWqzfksLgivN92RVAzforQ7L99cM%3D=0

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Ron Thomas
Sent: Tuesday, May 02, 2017 1:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SFTP From Linux to z/OS

Hi . One of my colleagues told me from Linux script ,we can do SFTP using the 
below file allocation . Just wanted to know whether this possible ? As per my 
understanding this has no significance ? Also, whether from virtual machine we 
can put to a tape GDG file ?

ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
put /pas/input/rtb/one.txt //'PCICST.FXIN.MAXRTCRO.OT(+1)'

Thanks
Ron T

--
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


This communication contains information which is confidential and may also be 
privileged. It is for the exclusive use of the intended recipient(s). If you 
are not the intended recipient(s), please note that any distribution, copying 
or use of this communication or the information in it is strictly prohibited. 
If you have received this communication in error, please notify the sender 
immediately and then destroy any copies of it.



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Mark Jacobs - Listserv
That's a command when you're using the Co:Z Toolkit's sftp server. No 
zOS shop should be without it.


Mark Jacobs


Roach, Dennis 
May 2, 2017 at 2:32 PM
This makes no sense.
ls lists the directory at the remote end.
The ls command you provided looks like it should be a site command, 
providing lrecl, recfm, and space information.
The // in the put command directs the output to an MVS file instead of 
USS.



Dennis Roach, CISSP, PMP
AIG

IAM Platform Administration | Identity & Access Management

2929 Allen Parkway, America Building, 3rd Floor | Houston, TX 77019
Phone: 713-831-8799

dennis.ro...@aig.com | www.aig.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] 
On Behalf Of Ron Thomas

Sent: Tuesday, May 02, 2017 1:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SFTP From Linux to z/OS

Hi . One of my colleagues told me from Linux script ,we can do SFTP 
using the below file allocation . Just wanted to know whether this 
possible ? As per my understanding this has no significance ? Also, 
whether from virtual machine we can put to a tape GDG file ?


ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
put /pas/input/rtb/one.txt //'PCICST.FXIN.MAXRTCRO.OT(+1)'

Thanks
Ron T

--
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


Please be alert for any emails that may ask you for login information 
or directs you to login via a link. If you believe this message is a 
phish or aren't sure whether this message is trustworthy, please send 
the original message as an attachment to 'phish...@timeinc.com'.


Ron Thomas 
May 2, 2017 at 2:07 PM
Hi . One of my colleagues told me from Linux script ,we can do SFTP 
using the below file allocation . Just wanted to know whether this 
possible ? As per my understanding this has no significance ? Also, 
whether from virtual machine we can put to a tape GDG file ?


ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
put /pas/input/rtb/one.txt //'PCICST.FXIN.MAXRTCRO.OT(+1)'

Thanks
Ron T

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Please be alert for any emails that may ask you for login information 
or directs you to login via a link. If you believe this message is a 
phish or aren't sure whether this message is trustworthy, please send 
the original message as an attachment to 'phish...@timeinc.com'.




--

Mark Jacobs
Time Customer Service
Global Technology Services

The standard you walk past is the standard you accept.
Lt. Gen. David Morrison


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: how to suppress the message IEF196I

2017-05-02 Thread Anthony Hirst
What setting controls WLM managed initiator reuse?

On Tue, May 2, 2017 at 12:16 PM, Salva Carrasco 
wrote:

> If you have millions of it from WLM initiator, may be you aren't reusing
> the WLM initiator address space. Check your settings.
>
> --
> 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


Re: Storage Creep

2017-05-02 Thread Doug Henry
On Tue, 2 May 2017 09:41:05 -0400, scott Ford  wrote:

>All:
>
>I have a STC written in Cobol V4.1 calling Assembler routines to perform
>various RACF functions. I have a customer who is reporting seeing a storage
>creep in subpool = 0 key 8.  We use Subpool = 1 key 8 when we call IRRSEQ00
>(r_admin) call. We then issue a 'FREEMAIN', see below:
>

Hi  Scott,
Check out this IBM canceled apar.

APAR Identifier .. OA51754  Last Changed  17/03/02
  ABEND878-10 USING IRRXUTIL; RMSG BLOCKS LEFT

Doug Henry
USBank

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP From Linux to z/OS

2017-05-02 Thread Roach, Dennis
This makes no sense. 
ls lists the directory at the remote end. 
The ls command you provided looks like it should be a site command, providing 
lrecl, recfm, and space information.
The // in the put command directs the output to an MVS file instead of USS.


Dennis Roach, CISSP, PMP
AIG

IAM Platform Administration | Identity & Access Management

2929 Allen Parkway, America Building, 3rd Floor | Houston, TX 77019
Phone:  713-831-8799

dennis.ro...@aig.com | www.aig.com 

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Ron Thomas
Sent: Tuesday, May 02, 2017 1:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SFTP From Linux to z/OS

Hi . One of my colleagues told me from Linux script ,we can do SFTP using the 
below file allocation . Just wanted to know whether this possible ? As per my 
understanding this has no significance ? Also, whether from virtual machine we 
can put to a tape GDG file ? 

ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
put /pas/input/rtb/one.txt //'PCICST.FXIN.MAXRTCRO.OT(+1)'

Thanks
Ron T

--
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


Re: AT-TLS replace ICF processor ?

2017-05-02 Thread R.S.

W dniu 2017-04-25 o 18:42, Nathan Astle pisze:

Hi

Cross posted

Not trying to.resolve anything.

Recently had a discussion with a TCPIP/SNA person and he feels that most of
the task offloaded to ICF processor can be handled by AT-TLS.

I was not.able to make any sense out of it.

Aren't ICF processor independent of AT-TLS ?


ICF stands for Integrated Coupling Facility and has nothing to do with 
networking.
I think you mean ICSF which is cryptography software, which can exploit 
crypto hardware, including CPACF and CryptoExpress cards.

Indeed, ICSF (and GSKSRVR) and offload some functions of SSL, TLS, etc.


--
Radoslaw Skorupka
Lodz, Poland




==


   --
Treść tej wiadomości może zawierać informacje prawnie chronione Banku 
przeznaczone wyłącznie do użytku służbowego adresata. Odbiorcą może być jedynie 
jej adresat z wyłączeniem dostępu osób trzecich. Jeżeli nie jesteś adresatem 
niniejszej wiadomości lub pracownikiem upoważnionym do jej przekazania 
adresatowi, informujemy, że jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne działanie o podobnym charakterze jest prawnie zabronione i może być 
karalne. Jeżeli otrzymałeś tę wiadomość omyłkowo, prosimy niezwłocznie 
zawiadomić nadawcę wysyłając odpowiedź oraz trwale usunąć tę wiadomość 
włączając w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is 
intended solely for business use of the addressee. This e-mail may only be 
received by the addressee and may not be disclosed to any third parties. If you 
are not the intended addressee of this e-mail or the employee authorized to 
forward it to the addressee, be advised that any dissemination, copying, 
distribution or any other similar activity is legally prohibited and may be 
punishable. If you received this e-mail by mistake please advise the sender 
immediately by using the reply facility in your e-mail software and delete 
permanently this e-mail including any copies of it either printed or saved to 
hard drive.

mBank S.A. z siedzibą w Warszawie, ul. Senatorska 18, 00-950 Warszawa, 
www.mBank.pl, e-mail: kont...@mbank.plsąd Rejonowy dla m. st. Warszawy XII 
Wydział Gospodarczy Krajowego Rejestru Sądowego, nr rejestru przedsiębiorców 
KRS 025237, NIP: 526-021-50-88. Według stanu na dzień 01.01.2016 r. kapitał 
zakładowy mBanku S.A. (w całości wpłacony) wynosi 168.955.696 złotych.
   


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: how to suppress the message IEF196I

2017-05-02 Thread Salva Carrasco
If you have millions of it from WLM initiator, may be you aren't reusing the 
WLM initiator address space. Check your settings.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


SFTP From Linux to z/OS

2017-05-02 Thread Ron Thomas
Hi . One of my colleagues told me from Linux script ,we can do SFTP using the 
below file allocation . Just wanted to know whether this possible ? As per my 
understanding this has no significance ? Also, whether from virtual machine we 
can put to a tape GDG file ? 

ls /+mode=text,lrecl=3000,recfm=vb,space=cyl.100.100
put /pas/input/rtb/one.txt //'PCICST.FXIN.MAXRTCRO.OT(+1)'

Thanks
Ron T

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: CA-SYSVIEW on z/OS 2.2

2017-05-02 Thread McCabe, Ron
Bumping storage up to 4G resolved the issue we were having with CA-SYSVIEW 14.2 
on z/OS 2.2.

Thanks for the responses that helped resolve this issue.

Thanks,
Ron McCabe
Mutual of Enumclaw

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Mark Zelden
Sent: Tuesday, May 02, 2017 8:53 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: CA-SYSVIEW on z/OS 2.2

On Tue, 2 May 2017 10:46:44 -0400, Tom Conley  wrote:

>On 5/2/2017 9:33 AM, Mark Zelden wrote:
>> On Mon, 1 May 2017 21:29:00 +, McCabe, Ron 
>>  wrote:
>>
>>> It is a sandbox LPAR running as a guest under z/VM 6.3 and it has 1G
>>> of storage assigned to it.  Not starting any databases (we run ADABAS) or 
>>> CICS'es at IPL time.
>>> I will add a couple Gig of storage and try that.
>>>
>>> Thanks,
>>> Ron McCabe
>>> Mutual of Enumclaw
>>
>> I'm pretty sure that's it then.  Looking at one of my sandbox LPARs
>> systems I saw a 4G working set for Sysview.
>>
>
>Yikes.  I used to run SYSVIEW in 128M.GIT OFF MAH LAWN!
>

Welcome to 64-bit.  :-)   It's actually a lot lower at the moment (3300 
frames).   Have
you looked at GRS lately?

SDSF:
JOBNAME   Real
GRS33T

My RXSTOR64 REXX:

 PRJ1 E   Mark's MVS Utilities - RXSTOR64
 Command ===>
 Top of Data *
 6 4 - B I T S T O R A G E

  TASK MEMORY   MEMLIM   NUMALLOC  GUARDED   HWM
  NAME LIMITSOURCE   OBJ MEM MEM MEM
  ---  ---  -  --  --  --
*MASTER*  NOLIMIT   IEFUSI  2  5M  1M  6M
TRACE108G  AUTHPGM 26 29M  1M153M
DUMPSRV   NOLIMIT  AUTHPGM 26   2044M  1M  21239M
XCFAS NOLIMIT   IEFUSI  6 10M  1M  9M
GRS  256P  AUTHPGM 11236G  1M 241663M



Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS ITIL v3 
Foundation Certified mailto:m...@mzelden.com Mark's MVS Utilities: 
http://www.mzelden.com/mvsutil.html
Systems Programming expert at http://search390.techtarget.com/ateExperts/
--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN
Confidentiality Notice: This e- mail and all attachments may contain 
CONFIDENTIAL information and are meant solely for the intended recipient. It 
may contain controlled, privileged, or proprietary information that is 
protected under applicable law and shall not be disclosed to any unauthorized 
third party. If you are not the intended recipient, you are hereby notified 
that any unauthorized review, action, disclosure, distribution, or reproduction 
of any information contained in this e- mail and any attachments is strictly 
PROHIBITED. If you received this e- mail in error, please reply to the sender 
immediately stating that this transmission was misdirected, and delete or 
destroy all electronic and paper copies of this e-mail and attachments without 
disclosing the contents. This e- mail does not grant or assign rights of 
ownership in the proprietary subject matter herein, nor shall it be construed 
as a joint venture, partnership, teaming agreement, or any other formal 
business relationship.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: S0D5 accessing dataspace

2017-05-02 Thread Jim Mulder
   The most likely causes would be
1. The TRANSWAP did not actually happen
2. After the TRANSWAP, something did a SYSEVENT OKSWAP

  I would start with an SVC dump of the 0D5 abend, and use 
VERBX SRMDATA to see whether SRM thinks the address space is
non-swappable. 

Jim Mulder z/OS Diagnosis, Design, Development, Test  IBM Corp. 
Poughkeepsie NY

> We're experiencing an abend S0D5 that occurs at only one site.  We 
> have an authorized program that issues a DSPSERV CREATE SCOPE=ALL to
> establish a dataspace.  It initializes several of the blocks in the 
> dataspace but does not touch the rest of the blocks.  It then issues
> SYSEVENT TRANSWAP and WAITs for the ECB to be posted (unless it was 
> already non-swappable).  Then it publishes the availability of the 
> dataspace in CSA and WAITs for a MVS STOP command.
> 
> Later we run a problem state program that invokes a proprietary PC 
> to acquire the dataspace ALET (ALESERV) and then accesses the 
> dataspace blocks.  It runs fine until it tries to access a block 
> that was not referenced by the dataspace creating program.  It then 
> abends S0D5.
> 
> Are there conditions under which a non-swappable address space can 
> become logically swapped out?



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SHARE Proceedings self-extacting ZIP File reguesting Admin rights??

2017-05-02 Thread Paul Gilmartin
On Tue, 2 May 2017 10:23:10 -0400, Farley, Peter x23353 wrote:

>FWIW, I have found that quite frequently 7z will successfully open a 
>self-extracting zip where WinZip will not.
> 
Which may not address the needs of those:
o Whose security rules prohibit downloading executables.
o Who don't have Windows or can't get 7-Zip (see above).

I' m imagining a compressed .dmg archive.  But (GIYF) reportedly
7-Zip and Virtual Clone Drive can deal with those.

-- gil

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: CA-SYSVIEW on z/OS 2.2

2017-05-02 Thread Mark Zelden
On Tue, 2 May 2017 10:46:44 -0400, Tom Conley  wrote:

>On 5/2/2017 9:33 AM, Mark Zelden wrote:
>> On Mon, 1 May 2017 21:29:00 +, McCabe, Ron 
>>  wrote:
>>
>>> It is a sandbox LPAR running as a guest under z/VM 6.3 and it has 1G of 
>>> storage
>>> assigned to it.  Not starting any databases (we run ADABAS) or CICS'es at 
>>> IPL time.
>>> I will add a couple Gig of storage and try that.
>>>
>>> Thanks,
>>> Ron McCabe
>>> Mutual of Enumclaw
>>
>> I'm pretty sure that's it then.  Looking at one of my sandbox LPARs systems 
>> I saw
>> a 4G working set for Sysview.
>>
>
>Yikes.  I used to run SYSVIEW in 128M.GIT OFF MAH LAWN!
>

Welcome to 64-bit.  :-)   It's actually a lot lower at the moment (3300 
frames).   Have 
you looked at GRS lately? 

SDSF:
JOBNAME   Real 
GRS33T 

My RXSTOR64 REXX:

 PRJ1 E   Mark's MVS Utilities - RXSTOR64 
 Command ===> 
 Top of Data *
 6 4 - B I T S T O R A G E
  
  TASK MEMORY   MEMLIM   NUMALLOC  GUARDED   HWM  
  NAME LIMITSOURCE   OBJ MEM MEM MEM  
  ---  ---  -  --  --  -- 
*MASTER*  NOLIMIT   IEFUSI  2  5M  1M  6M 
TRACE108G  AUTHPGM 26 29M  1M153M 
DUMPSRV   NOLIMIT  AUTHPGM 26   2044M  1M  21239M 
XCFAS NOLIMIT   IEFUSI  6 10M  1M  9M 
GRS  256P  AUTHPGM 11236G  1M 241663M 



Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
ITIL v3 Foundation Certified
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html
Systems Programming expert at http://search390.techtarget.com/ateExperts/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread Lizette Koehler
When you SPIN a job it goes to JES Spool.  After that you need a process to 
pick it up.
 
As others have stated:

Homegrown REXX using ISFEXEC (SDSF REXX) to write to dataset

External Writer to pick up the spooled output

$AVERS

VIEW Direct

SAR

Others.

Lizette

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Storage Creep

2017-05-02 Thread Steve Thompson
Hazy memory, but there is a control block built in LSQA that does 
not go away until the INIT/STC terminates when doing RACF calls. 
It is only when that address space is cleaned up that the system 
gets rid of certain storage and RACF uses that type of storage 
(well it did at z/OS 1.13 and prior as I recall).


To keep that from happening, one gets the storage for RACF/SAF 
and then frees it once done -- you will have to be in SUPState to 
do it.


Dunno if that is the storage creep you are talking about but I 
remember, from a past life as a developer, that we had a problem 
with it and had to change the way we did things.


Regards,
Steve Thompson

On 05/02/2017 09:41 AM, scott Ford wrote:

All:

I have a STC written in Cobol V4.1 calling Assembler routines to perform
various RACF functions. I have a customer who is reporting seeing a storage
creep in subpool = 0 key 8.  We use Subpool = 1 key 8 when we call IRRSEQ00
(r_admin) call. We then issue a 'FREEMAIN', see below:


*-*
*REGS PASSED TO FREEMAIN: R3=SUBPOOL R2=SIZE R4=ADDRESS
*-*
 FREEMAIN  RU,A=(R4),SP=(R3),LV=(R2) FREE OLD BLOCK

I know the Freemain is working, we did a test with an ABEND with a dump and
saw r15 = 0 and the above registers and they were correct. The twist here
is right before we call IRRSEQ00, we issue a

  MODESET KEY=ZERO,MODE=SUP
  issue our call
  MODESET KEY=NZERO,MODE=PROB
  build output record and pass back to caller.

  I ran out STC and issue a RACF command and the issued a
 'DUMP COMM=()'
  Pulled it into IPCS...reviewing the dump I saw very little subpool = 0
activity..

  I am stumped here. We have a called scheduled with IBM.

*IDMWORKS *

Scott Ford

z/OS Dev.




“By elevating a friend or Collegue you elevate yourself, by demeaning a
friend or collegue you demean yourself”



www.idmworks.com

scott.f...@idmworks.com

Blog: www.idmworks.com/blog





*The information contained in this email message and any attachment may be
privileged, confidential, proprietary or otherwise protected from
disclosure. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, distribution, copying or
use of this message and any attachment is strictly prohibited. If you have
received this message in error, please notify us immediately by replying to
the message and permanently delete it from your computer and destroy any
printout thereof.*

--
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


Re: job output into dataset

2017-05-02 Thread Lizette Koehler
You can start a STARTED TASK with SPIN= parm, Or you can place the SPIN on the 
SYSOUT statements in the JCL.

I prefer at the top, then everything spins.

Note:  JES2 does not decrement the field in the JCT for the line count. It is 
possible for an STC to abend with S722 abend due to lines exceeded messages.

But S stcname,SPIN=(what you want goes here) should work

Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of venkat kulkarni
> Sent: Tuesday, May 02, 2017 7:38 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: job output into dataset
> 
> Thanks for sharing.. actually we have is , cics etc running from last 6 month
> or 1 yrs without recycle and I saw 1 million record in that address spaces and
> I would like to cut these record from these address space and keep appending
> in dataset , so that I dont have to recycle  ims, cics etc to reduce these
> record and manage them in proper manner.
> 
> On 02-May-2017 5:17 PM, "Edward Gould"  wrote:
> 
> > > On May 2, 2017, at 8:02 AM, John McKown
> > > 
> > wrote:
> > >
> > > On Tue, May 2, 2017 at 2:35 AM, venkat kulkarni <
> > venkatkulkarn...@gmail.com>
> > > wrote:
> > >
> > >> Hello,
> > >>
> > >> We have some address spaces running from long time and produce
> > >> messages regularly. Now, my requirement is to cut those messages on
> > >> regular basis and keep appending into seperate dataset.
> > >>
> > >> This way, we will save spool size and no need to recycle the
> > >> address
> > space
> > >> to remove old message.
> > >>
> > >> Can anybody help me doing this task.
> > >>
> > >> Regards
> > >> Venkat
> > >>
> > >>
> > > ​As the others have said, the only facility in JES is to use the
> > > SPIN parameter. JES does not have a way to write directly into a
> > > sequential
> > data
> > > set. Your response to this is correct in that this leaves the data
> > > in the SPOOL, which is not what you want. So what you need is
> > > "something" which can take the data which has been put into the
> > > SPOOL via the SPIN and copy it into a data set. There are products which
> can do this, such as CA-JMR.
> > > However most of these products don't put the data into a "plain"
> > sequential
> > > data set. One that we used to use is ViewDirect from ASG (was
> > > Infopac
> > from
> > > Mobius). What we use today is "Report to Web". This consists of
> > > software
> > on
> > > a PC (Windows) which acts as a "remote printer" using LPR. It slices
> > > and dices the data coming in to it into reports which it store on
> > > the SAN. It comes with a web server to read the report. It is rather
> > > good, IMO, but
> > may
> > > not be what you want.
> > >
> > > You might want to "mess around" with my JES2DISK program. It is
> > > written
> > in
> > > REXX and uses the SDSF REXX interface to read in data from the
> > > SPOOL. It can store the jobs' outputs into either sequential data
> > > sets or UNIX
> > files
> > > (in a specified directory). You can look at / download the code here:
> > > https://gist.github.com/JohnArchieMckown/b27747d0c4750a258997
> > > You might also look on http://cbttape.org/cbtdowns.htm at file 688,
> > 575(?)
> > >
> > > If you're into "do it yourself", you might want to look at a number
> > > of things.
> > > If you have zOSMF running, then look at its REST API:
> > > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.
> > 0/com.ibm.zos.v2r2.izua700/IZUHPINFO_API_RESTJOBS.htm
> > >
> > > Or look at the JES SPOOL data set browse:
> > > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.
> > 0/com.ibm.zos.v2r2.hasc300/spbrowse.htm
> > >
> > > And, a blast from the past (that I did like 20 years ago), is to use
> > > an external writer which will open/close/dynamically
> > > allocate a data set.
> > > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.
> > 0/com.ibm.zos.v2r2.hasa300/xwrite.htm
> > >
> >
> > Another option is to have a specific sysout class (not set in any
> > printer and that you have msgclass=x where x is the designated shout
> > class) and have an external writer with a disp=mod for a dataset you
> > want to put it to. Then say once a day (or what ever you choose) have
> > a job runs that deletes it and reallocates it.
> > Its clumsy but it should work.
> >
> > Ed

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Storage Creep

2017-05-02 Thread Charles Mills
FREEMAIN will succeed even if the size is too small -- keep that in mind.

Also, I'm too busy to look it up, but there is something "special" about 
authorized (?, Supervisor state? Key 0?) programs and subpool zero. Is that a 
factor here?

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of scott Ford
Sent: Tuesday, May 2, 2017 6:41 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Storage Creep

All:

I have a STC written in Cobol V4.1 calling Assembler routines to perform 
various RACF functions. I have a customer who is reporting seeing a storage 
creep in subpool = 0 key 8.  We use Subpool = 1 key 8 when we call IRRSEQ00
(r_admin) call. We then issue a 'FREEMAIN', see below:

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: CA-SYSVIEW on z/OS 2.2

2017-05-02 Thread Tom Conley

On 5/2/2017 9:33 AM, Mark Zelden wrote:

On Mon, 1 May 2017 21:29:00 +, McCabe, Ron  
wrote:


It is a sandbox LPAR running as a guest under z/VM 6.3 and it has 1G of storage
assigned to it.  Not starting any databases (we run ADABAS) or CICS'es at IPL 
time.
I will add a couple Gig of storage and try that.

Thanks,
Ron McCabe
Mutual of Enumclaw


I'm pretty sure that's it then.  Looking at one of my sandbox LPARs systems I 
saw
a 4G working set for Sysview.



Yikes.  I used to run SYSVIEW in 128M.GIT OFF MAH LAWN!

Regards,
Tom Conley

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Storage Creep

2017-05-02 Thread Binyamin Dissen
Run the VSMDATA against the dump and look for repeated areas with specific
sizes. Then look at the data.

On Tue, 2 May 2017 09:41:05 -0400 scott Ford  wrote:

:>All:
:>
:>I have a STC written in Cobol V4.1 calling Assembler routines to perform
:>various RACF functions. I have a customer who is reporting seeing a storage
:>creep in subpool = 0 key 8.  We use Subpool = 1 key 8 when we call IRRSEQ00
:>(r_admin) call. We then issue a 'FREEMAIN', see below:
:>
:>
:>*-*
:>*REGS PASSED TO FREEMAIN: R3=SUBPOOL R2=SIZE R4=ADDRESS
:>*-*
:> FREEMAIN  RU,A=(R4),SP=(R3),LV=(R2) FREE OLD BLOCK
:>
:>I know the Freemain is working, we did a test with an ABEND with a dump and
:>saw r15 = 0 and the above registers and they were correct. The twist here
:>is right before we call IRRSEQ00, we issue a
:>
:>  MODESET KEY=ZERO,MODE=SUP
:>  issue our call
:>  MODESET KEY=NZERO,MODE=PROB
:>  build output record and pass back to caller.
:>
:>  I ran out STC and issue a RACF command and the issued a
:> 'DUMP COMM=()'
:>  Pulled it into IPCS...reviewing the dump I saw very little subpool = 0
:>activity..
:>
:>  I am stumped here. We have a called scheduled with IBM.
:>
:>*IDMWORKS *
:>
:>Scott Ford
:>
:>z/OS Dev.
:>
:>
:>
:>
:>“By elevating a friend or Collegue you elevate yourself, by demeaning a
:>friend or collegue you demean yourself”
:>
:>
:>
:>www.idmworks.com
:>
:>scott.f...@idmworks.com
:>
:>Blog: www.idmworks.com/blog
:>
:>
:>
:>
:>
:>*The information contained in this email message and any attachment may be
:>privileged, confidential, proprietary or otherwise protected from
:>disclosure. If the reader of this message is not the intended recipient,
:>you are hereby notified that any dissemination, distribution, copying or
:>use of this message and any attachment is strictly prohibited. If you have
:>received this message in error, please notify us immediately by replying to
:>the message and permanently delete it from your computer and destroy any
:>printout thereof.*
:>
:>--
:>For IBM-MAIN subscribe / signoff / archive access instructions,
:>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

--
Binyamin Dissen 
http://www.dissensoftware.com

Director, Dissen Software, Bar & Grill - Israel


Should you use the mailblocks package and expect a response from me,
you should preauthorize the dissensoftware.com domain.

I very rarely bother responding to challenge/response systems,
especially those from irresponsible companies.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: S0D5 accessing dataspace

2017-05-02 Thread Rob Scott
I would suggest that you move the SYSEVENT TRANSWAP to *before* you create the 
SCOPE=ALL dataspace. The manual states that the owner of the dataspace must be 
non-swappable, so I would interpret that as being non-swappable when the CREATE 
service is executed.

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Gary Weinhold
Sent: Monday, May 1, 2017 8:00 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: S0D5 accessing dataspace

We're experiencing an abend S0D5 that occurs at only one site.  We have an 
authorized program that issues a DSPSERV CREATE SCOPE=ALL to establish a 
dataspace.  It initializes several of the blocks in the dataspace but does not 
touch the rest of the blocks.  It then issues SYSEVENT TRANSWAP and WAITs for 
the ECB to be posted (unless it was already non-swappable).  Then it publishes 
the availability of the dataspace in CSA and WAITs for a MVS STOP command.

Later we run a problem state program that invokes a proprietary PC to acquire 
the dataspace ALET (ALESERV) and then accesses the dataspace blocks.  It runs 
fine until it tries to access a block that was not referenced by the dataspace 
creating program.  It then abends S0D5.

Are there conditions under which a non-swappable address space can become 
logically swapped out?




Gary Weinhold
Senior Application Architect

DATAKINETICS | Data Performance & Optimization

Phone:  +1.613.523.5500 x216
Email:  weinh...@dkl.com

[http://www.dkl.com/wp-content/uploads/2015/07/dkl_logo.png]

Visit us online at www.DKL.com

[http://www.dkl.com/wp-content/uploads/2015/08/banner.png]

E-mail Notification: The information contained in this email and any 
attachments is confidential and may be subject to copyright or other 
intellectual property protection. If you are not the intended recipient, you 
are not authorized to use or disclose this information, and we request that you 
notify us by reply mail or telephone and delete the original message from your 
mail system.



--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ 
Main Office Toll Free Number: +1 877.328.2932
Contact Customer Support: 
https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport
Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - 
http://www.rocketsoftware.com/manage-your-email-preferences
Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy


This communication and any attachments may contain confidential information of 
Rocket Software, Inc. All unauthorized use, disclosure or distribution is 
prohibited. If you are not the intended recipient, please notify Rocket 
Software immediately and destroy all copies of this communication. Thank you.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread venkat kulkarni
Thanks for sharing.. actually we have is , cics etc running from last 6
month or 1 yrs without recycle and I saw 1 million record in that address
spaces and I would like to cut these record from these address space and
keep appending in dataset , so that I dont have to recycle  ims, cics etc
to reduce these record and manage them in proper manner.

On 02-May-2017 5:17 PM, "Edward Gould"  wrote:

> > On May 2, 2017, at 8:02 AM, John McKown 
> wrote:
> >
> > On Tue, May 2, 2017 at 2:35 AM, venkat kulkarni <
> venkatkulkarn...@gmail.com>
> > wrote:
> >
> >> Hello,
> >>
> >> We have some address spaces running from long time and produce messages
> >> regularly. Now, my requirement is to cut those messages on regular basis
> >> and keep appending into seperate dataset.
> >>
> >> This way, we will save spool size and no need to recycle the address
> space
> >> to remove old message.
> >>
> >> Can anybody help me doing this task.
> >>
> >> Regards
> >> Venkat
> >>
> >>
> > ​As the others have said, the only facility in JES is to use the SPIN
> > parameter. JES does not have a way to write directly into a sequential
> data
> > set. Your response to this is correct in that this leaves the data in the
> > SPOOL, which is not what you want. So what you need is "something" which
> > can take the data which has been put into the SPOOL via the SPIN and copy
> > it into a data set. There are products which can do this, such as CA-JMR.
> > However most of these products don't put the data into a "plain"
> sequential
> > data set. One that we used to use is ViewDirect from ASG (was Infopac
> from
> > Mobius). What we use today is "Report to Web". This consists of software
> on
> > a PC (Windows) which acts as a "remote printer" using LPR. It slices and
> > dices the data coming in to it into reports which it store on the SAN. It
> > comes with a web server to read the report. It is rather good, IMO, but
> may
> > not be what you want.
> >
> > You might want to "mess around" with my JES2DISK program. It is written
> in
> > REXX and uses the SDSF REXX interface to read in data from the SPOOL. It
> > can store the jobs' outputs into either sequential data sets or UNIX
> files
> > (in a specified directory). You can look at / download the code here:
> > https://gist.github.com/JohnArchieMckown/b27747d0c4750a258997
> > You might also look on http://cbttape.org/cbtdowns.htm at file 688,
> 575(?)
> >
> > If you're into "do it yourself", you might want to look at a number of
> > things.
> > If you have zOSMF running, then look at its REST API:
> > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.
> 0/com.ibm.zos.v2r2.izua700/IZUHPINFO_API_RESTJOBS.htm
> >
> > Or look at the JES SPOOL data set browse:
> > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.
> 0/com.ibm.zos.v2r2.hasc300/spbrowse.htm
> >
> > And, a blast from the past (that I did like 20 years ago), is to use an
> > external writer which will open/close/dynamically allocate a data
> > set.
> > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.
> 0/com.ibm.zos.v2r2.hasa300/xwrite.htm
> >
>
> Another option is to have a specific sysout class (not set in any printer
> and that you have msgclass=x where x is the designated shout class) and
> have an external writer with a disp=mod for a dataset you want to put it
> to. Then say once a day (or what ever you choose) have a job runs that
> deletes it and reallocates it.
> Its clumsy but it should work.
>
> Ed
>
> --
> 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


Re: SHARE Proceedings self-extacting ZIP File reguesting Admin rights??

2017-05-02 Thread Farley, Peter x23353
FWIW, I have found that quite frequently 7z will successfully open a 
self-extracting zip where WinZip will not.

Peter

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Peter Hunkeler
Sent: Tuesday, May 02, 2017 4:52 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: AW: Re: SHARE Proceedings self-extacting ZIP File reguesting Admin 
rights??

>> self-extracting .zip since it's actually a Windows executable.  But >> it 
>> might be polymorphic so it's also a conventional .zip. 
 >
>Forgive me for jumping in.  Self-extracting ZIP files are generally 
>unzippable using standard unzip; it recognizes the prepended unzip 
>program and skips over it.

I tried that, but my (somethat elder version of) WinZip said it is not a ZIP 
file.

Today, I downloaded the ISO file, which in fact is a ZIP file containing the 
ISO image. (Luckily this is not also a self-extracting archive). WinZip 
unzipped the ZIP, gave me an ISO file, which WinZip again unzipped into the 
desired folder structure. Voila ;-)
--

This message and any attachments are intended only for the use of the addressee 
and may contain information that is privileged and confidential. If the reader 
of the message is not the intended recipient or an authorized representative of 
the intended recipient, you are hereby notified that any dissemination of this 
communication is strictly prohibited. If you have received this communication 
in error, please notify us immediately by e-mail and delete the message and any 
attachments from your system.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread Edward Gould
> On May 2, 2017, at 8:02 AM, John McKown  wrote:
> 
> On Tue, May 2, 2017 at 2:35 AM, venkat kulkarni 
> wrote:
> 
>> Hello,
>> 
>> We have some address spaces running from long time and produce messages
>> regularly. Now, my requirement is to cut those messages on regular basis
>> and keep appending into seperate dataset.
>> 
>> This way, we will save spool size and no need to recycle the address space
>> to remove old message.
>> 
>> Can anybody help me doing this task.
>> 
>> Regards
>> Venkat
>> 
>> 
> ​As the others have said, the only facility in JES is to use the SPIN
> parameter. JES does not have a way to write directly into a sequential data
> set. Your response to this is correct in that this leaves the data in the
> SPOOL, which is not what you want. So what you need is "something" which
> can take the data which has been put into the SPOOL via the SPIN and copy
> it into a data set. There are products which can do this, such as CA-JMR.
> However most of these products don't put the data into a "plain" sequential
> data set. One that we used to use is ViewDirect from ASG (was Infopac from
> Mobius). What we use today is "Report to Web". This consists of software on
> a PC (Windows) which acts as a "remote printer" using LPR. It slices and
> dices the data coming in to it into reports which it store on the SAN. It
> comes with a web server to read the report. It is rather good, IMO, but may
> not be what you want.
> 
> You might want to "mess around" with my JES2DISK program. It is written in
> REXX and uses the SDSF REXX interface to read in data from the SPOOL. It
> can store the jobs' outputs into either sequential data sets or UNIX files
> (in a specified directory). You can look at / download the code here:
> https://gist.github.com/JohnArchieMckown/b27747d0c4750a258997
> You might also look on http://cbttape.org/cbtdowns.htm at file 688, 575(?)
> 
> If you're into "do it yourself", you might want to look at a number of
> things.
> If you have zOSMF running, then look at its REST API:
> https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.izua700/IZUHPINFO_API_RESTJOBS.htm
> 
> Or look at the JES SPOOL data set browse:
> https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.hasc300/spbrowse.htm
> 
> And, a blast from the past (that I did like 20 years ago), is to use an
> external writer which will open/close/dynamically allocate a data
> set.
> https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.hasa300/xwrite.htm
> 

Another option is to have a specific sysout class (not set in any printer and 
that you have msgclass=x where x is the designated shout class) and have an 
external writer with a disp=mod for a dataset you want to put it to. Then say 
once a day (or what ever you choose) have a job runs that deletes it and 
reallocates it.
Its clumsy but it should work.

Ed

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Storage Creep

2017-05-02 Thread Tom Marchant
On Tue, 2 May 2017 09:41:05 -0400, scott Ford wrote:

>I have a STC written in Cobol V4.1 calling Assembler routines to perform
>various RACF functions.

...

>  MODESET KEY=ZERO,MODE=SUP
>  issue our call
>  MODESET KEY=NZERO,MODE=PROB
>  build output record and pass back to caller.

APF authorized Cobol and LE.



-- 
Tom Marchant

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Storage Creep

2017-05-02 Thread Mark Jacobs - Listserv

Would a Getmain/Freemain/Storage Trace on the STC help find the problem?

Mark Jacobs

scott Ford 
May 2, 2017 at 9:41 AM
All:

I have a STC written in Cobol V4.1 calling Assembler routines to perform
various RACF functions. I have a customer who is reporting seeing a 
storage

creep in subpool = 0 key 8. We use Subpool = 1 key 8 when we call IRRSEQ00
(r_admin) call. We then issue a 'FREEMAIN', see below:


*-*
* REGS PASSED TO FREEMAIN: R3=SUBPOOL R2=SIZE R4=ADDRESS
*-*
FREEMAIN RU,A=(R4),SP=(R3),LV=(R2) FREE OLD BLOCK

I know the Freemain is working, we did a test with an ABEND with a 
dump and

saw r15 = 0 and the above registers and they were correct. The twist here
is right before we call IRRSEQ00, we issue a

MODESET KEY=ZERO,MODE=SUP
issue our call
MODESET KEY=NZERO,MODE=PROB
build output record and pass back to caller.

I ran out STC and issue a RACF command and the issued a
'DUMP COMM=()'
Pulled it into IPCS...reviewing the dump I saw very little subpool = 0
activity..

I am stumped here. We have a called scheduled with IBM.

*IDMWORKS *

Scott Ford

z/OS Dev.




“By elevating a friend or Collegue you elevate yourself, by demeaning a
friend or collegue you demean yourself”



www.idmworks.com

scott.f...@idmworks.com

Blog: www.idmworks.com/blog





*The information contained in this email message and any attachment may be
privileged, confidential, proprietary or otherwise protected from
disclosure. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, distribution, copying or
use of this message and any attachment is strictly prohibited. If you have
received this message in error, please notify us immediately by 
replying to

the message and permanently delete it from your computer and destroy any
printout thereof.*

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Please be alert for any emails that may ask you for login information 
or directs you to login via a link. If you believe this message is a 
phish or aren't sure whether this message is trustworthy, please send 
the original message as an attachment to 'phish...@timeinc.com'.




--

Mark Jacobs
Time Customer Service
Global Technology Services

The standard you walk past is the standard you accept.
Lt. Gen. David Morrison


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Storage Creep

2017-05-02 Thread Elardus Engelbrecht
scott Ford wrote:

>I have a STC written in Cobol V4.1 calling Assembler routines to perform 
>various RACF functions.

How is your COBOL program(s) compiled? Could you post the AMODE, RMODE and 
other settings?


>I have a customer who is reporting seeing a storage creep in subpool = 0 key 
>8.  We use Subpool = 1 key 8 when we call IRRSEQ00 (r_admin) call. We then 
>issue a 'FREEMAIN', see below:

> FREEMAIN  RU,A=(R4),SP=(R3),LV=(R2) FREE OLD BLOCK

Please post your GETMAIN too.

Also please post the macro you're using to call IRRSEQ00.

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Storage Creep

2017-05-02 Thread scott Ford
All:

I have a STC written in Cobol V4.1 calling Assembler routines to perform
various RACF functions. I have a customer who is reporting seeing a storage
creep in subpool = 0 key 8.  We use Subpool = 1 key 8 when we call IRRSEQ00
(r_admin) call. We then issue a 'FREEMAIN', see below:


*-*
*REGS PASSED TO FREEMAIN: R3=SUBPOOL R2=SIZE R4=ADDRESS
*-*
 FREEMAIN  RU,A=(R4),SP=(R3),LV=(R2) FREE OLD BLOCK

I know the Freemain is working, we did a test with an ABEND with a dump and
saw r15 = 0 and the above registers and they were correct. The twist here
is right before we call IRRSEQ00, we issue a

  MODESET KEY=ZERO,MODE=SUP
  issue our call
  MODESET KEY=NZERO,MODE=PROB
  build output record and pass back to caller.

  I ran out STC and issue a RACF command and the issued a
 'DUMP COMM=()'
  Pulled it into IPCS...reviewing the dump I saw very little subpool = 0
activity..

  I am stumped here. We have a called scheduled with IBM.

*IDMWORKS *

Scott Ford

z/OS Dev.




“By elevating a friend or Collegue you elevate yourself, by demeaning a
friend or collegue you demean yourself”



www.idmworks.com

scott.f...@idmworks.com

Blog: www.idmworks.com/blog





*The information contained in this email message and any attachment may be
privileged, confidential, proprietary or otherwise protected from
disclosure. If the reader of this message is not the intended recipient,
you are hereby notified that any dissemination, distribution, copying or
use of this message and any attachment is strictly prohibited. If you have
received this message in error, please notify us immediately by replying to
the message and permanently delete it from your computer and destroy any
printout thereof.*

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: CA-SYSVIEW on z/OS 2.2

2017-05-02 Thread Mark Zelden
On Mon, 1 May 2017 21:29:00 +, McCabe, Ron  
wrote:

>It is a sandbox LPAR running as a guest under z/VM 6.3 and it has 1G of storage
> assigned to it.  Not starting any databases (we run ADABAS) or CICS'es at IPL 
> time. 
> I will add a couple Gig of storage and try that. 
>
>Thanks, 
>Ron McCabe 
>Mutual of Enumclaw 
 
I'm pretty sure that's it then.  Looking at one of my sandbox LPARs systems I 
saw
a 4G working set for Sysview.  

Regards,

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
ITIL v3 Foundation Certified
mailto:m...@mzelden.com
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html
Systems Programming expert at http://search390.techtarget.com/ateExperts/
--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread John McKown
On Tue, May 2, 2017 at 2:35 AM, venkat kulkarni 
wrote:

> Hello,
>
> We have some address spaces running from long time and produce messages
> regularly. Now, my requirement is to cut those messages on regular basis
> and keep appending into seperate dataset.
>
> This way, we will save spool size and no need to recycle the address space
> to remove old message.
>
> Can anybody help me doing this task.
>
> Regards
> Venkat
>
>
​As the others have said, the only facility in JES is to use the SPIN
parameter. JES does not have a way to write directly into a sequential data
set. Your response to this is correct in that this leaves the data in the
SPOOL, which is not what you want. So what you need is "something" which
can take the data which has been put into the SPOOL via the SPIN and copy
it into a data set. There are products which can do this, such as CA-JMR.
However most of these products don't put the data into a "plain" sequential
data set. One that we used to use is ViewDirect from ASG (was Infopac from
Mobius). What we use today is "Report to Web". This consists of software on
a PC (Windows) which acts as a "remote printer" using LPR. It slices and
dices the data coming in to it into reports which it store on the SAN. It
comes with a web server to read the report. It is rather good, IMO, but may
not be what you want.

You might want to "mess around" with my JES2DISK program. It is written in
REXX and uses the SDSF REXX interface to read in data from the SPOOL. It
can store the jobs' outputs into either sequential data sets or UNIX files
(in a specified directory). You can look at / download the code here:
https://gist.github.com/JohnArchieMckown/b27747d0c4750a258997
You might also look on http://cbttape.org/cbtdowns.htm at file 688, 575(?)

If you're into "do it yourself", you might want to look at a number of
things.
If you have zOSMF running, then look at its REST API:
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.izua700/IZUHPINFO_API_RESTJOBS.htm

Or look at the JES SPOOL data set browse:
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.hasc300/spbrowse.htm

And, a blast from the past (that I did like 20 years ago), is to use an
external writer which will open/close/dynamically allocate a data
set.
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.2.0/com.ibm.zos.v2r2.hasa300/xwrite.htm

-- 
Advertising is a valuable economic factor because it is the cheapest way of
selling goods, particularly if the goods are worthless. -- Sinclair Lewis


Maranatha! <><
John McKown

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Adventures in JCL: PROCs, symbols and instream data

2017-05-02 Thread Elardus Engelbrecht
Jantje wrote:

>Andrew Rowley wrote:

>>Does anyone know of a neater way to do this (using JCL only)? Is there any 
>>way to avoid the need for the triple apostrophes?

>//   SET Q=

>// SET MESSAGE=

Hmmm, very interesting dirty, but beautiful little trick!

Thanks Jantje! Much appreciated!

Groete / Greetings
Elardus Engelbrecht

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Adventures in JCL: PROCs, symbols and instream data

2017-05-02 Thread Jantje.
On Wed, 26 Apr 2017 15:14:27 +1000, Andrew Rowley 
 wrote:


>
>Does anyone know of a neater way to do this (using JCL only)? Is there
>any way to avoid the need for the triple apostrophes?
>
//JOB1 JOB CLASS=A,
// MSGCLASS=H,
// NOTIFY=
//   SET Q=
//*
//TEST PROC MESSAGE='Hello World'
// SET MESSAGE=


Cheers,

Jantje.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread Roger Lowe
As of zOS 1.13 and later,  JES2 provides the ability to 'spin' any SPIN spool 
datasets based on command, size or time (interval or absolute).

SPIN=(UNALLOC,value) where value is one of:
• ‘hh:mm’ – Spin data set at specified time
• ‘+hh:mm’ – Spin data set at interval specified
• nnn [K|M] – Spin every nnn records
• NOCMD – Cannot spin data set by command 
• CMDONLY – Spin only when a command is issued

Have a look in the JCL Reference for further details.

Roger

On Tue, 2 May 2017 12:13:41 +0300, venkat kulkarni  
wrote:

>Hello Andy,
>
>Thanks . but after spin, where these messages will go and reside to later
>review. I want to remove messages from job in timely manner and put it in
>some dataset to be used further.
>
>Please suggest.
>
>On 02-May-2017 10:42 AM, "Styles, Andy (ITS zPlatform Services)" <
>00d68f765d25-dmarc-requ...@listserv.ua.edu> wrote:
>
>Classification: Public
>If it's just the JESLOG you're interested in, take a look at the JESLOG
>parameter of the JOB card:
>
>Syntax:
>
>JESLOG= {SPIN}
>  {NOSPIN}
>  {SUPPRESS}
>
>Subparameter Definition:
>
>SPIN
>JESLOG is spin-eligible. There is an optional second operand.
>
>JESLOG=(SPIN,hh:mm)
>JESLOG will be spun at time hh:mm each 24 hour period. "hh" is
>hours and has a range of 00 through 23. "mm" is minutes and has
>a range of 00 through 59.
>
>JESLOG will be spun when the next message is written to the
>data set after the specified time.
>
>JESLOG=(SPIN,+hh:mm)
>JESLOG will be spun every hh:mm time interval. "hh" is hours
>and has a range of 00 through 23. "mm" is minutes and has a
>range of 00 through 59. The minimum interval which can be
>specified is 10 minutes. Note that "hh" must be specified even
>if zero. For example, JESLOG=(SPIN,0:20)
>
>JESLOG will be spun when the next message is written to the
>data set after the specified time.
>
>JESLOG=(SPIN,nnn)
>JESLOG=(SPIN,nnnK)
>JESLOG=(SPIN,nnnM)
>JESLOG will be spun when either data set has "n" lines. A
>minimum of 500 lines must be specified. "K" is thousands and
>"M" is millions.
>
>
>Andy Styles
>z/Series Systems Programmer
>
>-Original Message-
>From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
>Behalf Of venkat kulkarni
>Sent: 02 May 2017 08:35
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: job output into dataset
>
>-- This email has reached the Bank via an external source --
>
>
>Hello,
>
>We have some address spaces running from long time and produce messages
>regularly. Now, my requirement is to cut those messages on regular basis
>and keep appending into seperate dataset.
>
>This way, we will save spool size and no need to recycle the address space
>to remove old message.
>
>Can anybody help me doing this task.
>
>Regards
>Venkat
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions, send email
>to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
>
>Lloyds Banking Group plc. Registered Office: The Mound, Edinburgh EH1 1YZ.
>Registered in Scotland no. SC95000. Telephone: 0131 225 4555. Lloyds Bank
>plc. Registered Office: 25 Gresham Street, London EC2V 7HN. Registered in
>England and Wales no. 2065. Telephone 0207626 1500. Bank of Scotland plc.
>Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in Scotland no.
>SC327000. Telephone: 03457 801 801. Cheltenham & Gloucester plc. Registered
>Office: Barnett Way, Gloucester GL4 3RL. Registered in England and Wales
>2299428. Telephone: 0345 603 1637
>
>Lloyds Bank plc, Bank of Scotland plc are authorised by the Prudential
>Regulation Authority and regulated by the Financial Conduct Authority and
>Prudential Regulation Authority.
>
>Cheltenham & Gloucester plc is authorised and regulated by the Financial
>Conduct Authority.
>
>Halifax is a division of Bank of Scotland plc. Cheltenham & Gloucester
>Savings is a division of Lloyds Bank plc.
>
>HBOS plc. Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in
>Scotland no. SC218813.
>
>This e-mail (including any attachments) is private and confidential and may
>contain privileged material. If you have received this e-mail in error,
>please notify the sender and delete it (including any attachments)
>immediately. You must not copy, distribute, disclose or use any of the
>information in it or any attachments. Telephone calls may be monitored or
>recorded.
>
>
>--
>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 

Re: SOMAXCONN in TCPIP

2017-05-02 Thread Mike Wawiorko
In my experience all that will happen is that problems you never knew you had 
might disappear.

If you have a z/OS IP monitor or the patience regularly to issue NETSTAT ALL 
for your TCP listeners you may look at the connection backlog statistics to see 
if you are suffering from connection requests that are dropped when the backlog 
queue is full.

Mike Wawiorko


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Nelson, Judith
Sent: 27 April 2017 20:21
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SOMAXCONN in TCPIP

We have a request from a vendor to increase the SOMAXCONN in the TCPIP profile. 
It is currently set to 10.
I would like to know if there would be potential problems if we do the increase.
FYI, we recently upgraded from z/os 1.13 to z/os 2.2.

Any information on this would be appreciated.
Judith Nelson  | Senior Systems Programmer
Sammons(r) Financial Group Member Companies One Sammons Plaza  | Sioux Falls, 
SD 57193
Phone: (605) 373-2321
jnel...@sfgmembers.com


This e-mail and any attachments are confidential and intended solely for the 
addressee and may also be privileged or exempt from disclosure under applicable 
law. If you are not the addressee, or have received this e-mail in error, 
please notify the sender immediately, delete it from your system and do not 
copy, disclose or otherwise act upon any part of this e-mail or its attachments.

Internet communications are not guaranteed to be secure or virus-free. The 
Barclays Group does not accept responsibility for any loss arising from 
unauthorised access to, or interference with, any Internet communications by 
any third party, or from the transmission of any viruses. Replies to this 
e-mail may be monitored by the Barclays Group for operational or business 
reasons.

Any opinion or other information in this e-mail or its attachments that does 
not relate to the business of the Barclays Group is personal to the sender and 
is not given or endorsed by the Barclays Group.

Barclays Bank PLC. Registered in England and Wales (registered no. 1026167). 
Registered Office: 1 Churchill Place, London, E14 5HP, United Kingdom. 

Barclays Bank PLC is authorised by the Prudential Regulation Authority and 
regulated by the Financial Conduct Authority and the Prudential Regulation 
Authority (Financial Services Register No. 122702).

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread venkat kulkarni
Hello Andy,

Thanks . but after spin, where these messages will go and reside to later
review. I want to remove messages from job in timely manner and put it in
some dataset to be used further.

Please suggest.

On 02-May-2017 10:42 AM, "Styles, Andy (ITS zPlatform Services)" <
00d68f765d25-dmarc-requ...@listserv.ua.edu> wrote:

Classification: Public
If it's just the JESLOG you're interested in, take a look at the JESLOG
parameter of the JOB card:

Syntax:

JESLOG= {SPIN}
  {NOSPIN}
  {SUPPRESS}

Subparameter Definition:

SPIN
JESLOG is spin-eligible. There is an optional second operand.

JESLOG=(SPIN,hh:mm)
JESLOG will be spun at time hh:mm each 24 hour period. "hh" is
hours and has a range of 00 through 23. "mm" is minutes and has
a range of 00 through 59.

JESLOG will be spun when the next message is written to the
data set after the specified time.

JESLOG=(SPIN,+hh:mm)
JESLOG will be spun every hh:mm time interval. "hh" is hours
and has a range of 00 through 23. "mm" is minutes and has a
range of 00 through 59. The minimum interval which can be
specified is 10 minutes. Note that "hh" must be specified even
if zero. For example, JESLOG=(SPIN,0:20)

JESLOG will be spun when the next message is written to the
data set after the specified time.

JESLOG=(SPIN,nnn)
JESLOG=(SPIN,nnnK)
JESLOG=(SPIN,nnnM)
JESLOG will be spun when either data set has "n" lines. A
minimum of 500 lines must be specified. "K" is thousands and
"M" is millions.


Andy Styles
z/Series Systems Programmer

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
Behalf Of venkat kulkarni
Sent: 02 May 2017 08:35
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: job output into dataset

-- This email has reached the Bank via an external source --


Hello,

We have some address spaces running from long time and produce messages
regularly. Now, my requirement is to cut those messages on regular basis
and keep appending into seperate dataset.

This way, we will save spool size and no need to recycle the address space
to remove old message.

Can anybody help me doing this task.

Regards
Venkat

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email
to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Lloyds Banking Group plc. Registered Office: The Mound, Edinburgh EH1 1YZ.
Registered in Scotland no. SC95000. Telephone: 0131 225 4555. Lloyds Bank
plc. Registered Office: 25 Gresham Street, London EC2V 7HN. Registered in
England and Wales no. 2065. Telephone 0207626 1500. Bank of Scotland plc.
Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in Scotland no.
SC327000. Telephone: 03457 801 801. Cheltenham & Gloucester plc. Registered
Office: Barnett Way, Gloucester GL4 3RL. Registered in England and Wales
2299428. Telephone: 0345 603 1637

Lloyds Bank plc, Bank of Scotland plc are authorised by the Prudential
Regulation Authority and regulated by the Financial Conduct Authority and
Prudential Regulation Authority.

Cheltenham & Gloucester plc is authorised and regulated by the Financial
Conduct Authority.

Halifax is a division of Bank of Scotland plc. Cheltenham & Gloucester
Savings is a division of Lloyds Bank plc.

HBOS plc. Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in
Scotland no. SC218813.

This e-mail (including any attachments) is private and confidential and may
contain privileged material. If you have received this e-mail in error,
please notify the sender and delete it (including any attachments)
immediately. You must not copy, distribute, disclose or use any of the
information in it or any attachments. Telephone calls may be monitored or
recorded.


--
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


AW: Re: SHARE Proceedings self-extacting ZIP File reguesting Admin rights??

2017-05-02 Thread Peter Hunkeler
>> self-extracting .zip since it's actually a Windows executable.  But >> it 
>> might be polymorphic so it's also a conventional .zip.
 >
>Forgive me for jumping in.  Self-extracting ZIP files are generally
>unzippable using standard unzip; it recognizes the prepended unzip
>program and skips over it.




I tried that, but my (somethat elder version of) WinZip said it is not a ZIP 
file.


Today, I downloaded the ISO file, which in fact is a ZIP file containing the 
ISO image. (Luckily this is not also a self-extracting archive). WinZip 
unzipped the ZIP, gave me an ISO file, which WinZip again unzipped into the 
desired folder structure. Voila ;-)


--
Peter Hunkeler



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: job output into dataset

2017-05-02 Thread Styles, Andy (ITS zPlatform Services)
Classification: Public
If it's just the JESLOG you're interested in, take a look at the JESLOG 
parameter of the JOB card:

Syntax:

JESLOG= {SPIN}
  {NOSPIN}
  {SUPPRESS}

Subparameter Definition:

SPIN
JESLOG is spin-eligible. There is an optional second operand.

JESLOG=(SPIN,hh:mm)
JESLOG will be spun at time hh:mm each 24 hour period. "hh" is
hours and has a range of 00 through 23. "mm" is minutes and has
a range of 00 through 59.

JESLOG will be spun when the next message is written to the
data set after the specified time.

JESLOG=(SPIN,+hh:mm)
JESLOG will be spun every hh:mm time interval. "hh" is hours
and has a range of 00 through 23. "mm" is minutes and has a
range of 00 through 59. The minimum interval which can be
specified is 10 minutes. Note that "hh" must be specified even
if zero. For example, JESLOG=(SPIN,0:20)

JESLOG will be spun when the next message is written to the
data set after the specified time.

JESLOG=(SPIN,nnn)
JESLOG=(SPIN,nnnK)
JESLOG=(SPIN,nnnM)
JESLOG will be spun when either data set has "n" lines. A
minimum of 500 lines must be specified. "K" is thousands and
"M" is millions.


Andy Styles
z/Series Systems Programmer

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of venkat kulkarni
Sent: 02 May 2017 08:35
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: job output into dataset

-- This email has reached the Bank via an external source --
 

Hello,

We have some address spaces running from long time and produce messages 
regularly. Now, my requirement is to cut those messages on regular basis and 
keep appending into seperate dataset.

This way, we will save spool size and no need to recycle the address space to 
remove old message.

Can anybody help me doing this task.

Regards
Venkat

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Lloyds Banking Group plc. Registered Office: The Mound, Edinburgh EH1 1YZ. 
Registered in Scotland no. SC95000. Telephone: 0131 225 4555. Lloyds Bank plc. 
Registered Office: 25 Gresham Street, London EC2V 7HN. Registered in England 
and Wales no. 2065. Telephone 0207626 1500. Bank of Scotland plc. Registered 
Office: The Mound, Edinburgh EH1 1YZ. Registered in Scotland no. SC327000. 
Telephone: 03457 801 801. Cheltenham & Gloucester plc. Registered Office: 
Barnett Way, Gloucester GL4 3RL. Registered in England and Wales 2299428. 
Telephone: 0345 603 1637

Lloyds Bank plc, Bank of Scotland plc are authorised by the Prudential 
Regulation Authority and regulated by the Financial Conduct Authority and 
Prudential Regulation Authority.

Cheltenham & Gloucester plc is authorised and regulated by the Financial 
Conduct Authority.

Halifax is a division of Bank of Scotland plc. Cheltenham & Gloucester Savings 
is a division of Lloyds Bank plc.

HBOS plc. Registered Office: The Mound, Edinburgh EH1 1YZ. Registered in 
Scotland no. SC218813.

This e-mail (including any attachments) is private and confidential and may 
contain privileged material. If you have received this e-mail in error, please 
notify the sender and delete it (including any attachments) immediately. You 
must not copy, distribute, disclose or use any of the information in it or any 
attachments. Telephone calls may be monitored or recorded.


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: SFTP issue with GDG Dataset

2017-05-02 Thread venkat kulkarni
After adding disp parameter to indd and outdd dd stmt and I was able to
copy this gdg into PS file and sorry for this silly mistake.
Thanks for all support.

On 01-May-2017 6:41 PM, "J R"  wrote:

> Yep, my first response was returned because it began with a slash.
> Listserv thought it might be a command.
>
> Sent from my iPhone
>
> > On May 1, 2017, at 11:36, Carmen Vitullo  wrote:
> >
> > Thanks, that must have been snipped from some responses -
> > Carmen
>
> --
> 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


job output into dataset

2017-05-02 Thread venkat kulkarni
Hello,

We have some address spaces running from long time and produce messages
regularly. Now, my requirement is to cut those messages on regular basis
and keep appending into seperate dataset.

This way, we will save spool size and no need to recycle the address space
to remove old message.

Can anybody help me doing this task.

Regards
Venkat

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN