On 22/08/2018 9:42 AM, Doug wrote:
Galina,
Yes, it would be worth providing sample code for batch assembler, CICS
assembler, CICS COBOL , CICS REXX , TSO REXX and ‘how to’ direction for Liberty
and eclipse. Sorry if I missed some, feel free to chime in.
I think you'll be living in hope if yo
Aha
On Wed, Aug 22, 2018 at 10:03 AM David Crayford wrote:
> On 22/08/2018 9:42 AM, Doug wrote:
> > Galina,
> > Yes, it would be worth providing sample code for batch assembler, CICS
> assembler, CICS COBOL , CICS REXX , TSO REXX and ‘how to’ direction for
> Liberty and eclipse. Sorry if I misse
Two FICON channels were connected to a switch.
Both signal an error "Invalid attachment failure" (this is visible on SE)
I checked port#, zoning, HCD/IODF and have no idea what to check futher.
z13 FICON Express16S, DCX8510-4 with 8Gbps SFP.
Any clue?
--
Radoslaw Skorupka
Lodz, Poland
=
System log. sys1.logrec
On Wed, Aug 22, 2018 at 5:17 AM R.S. wrote:
>
> Two FICON channels were connected to a switch.
> Both signal an error "Invalid attachment failure" (this is visible on SE)
> I checked port#, zoning, HCD/IODF and have no idea what to check futher.
> z13 FICON Express16S, DCX
W dniu 2018-08-22 o 12:22, Mike Schwab pisze:
System log. sys1.logrec
"IEE712I CONFIG PROCESSING COMPLETE"
That's all
--
Radoslaw Skorupka
Lodz, Poland
==
Jeśli nie jesteś adresatem tej wiadomości:
- powiadom nas o tym
Maybe a port not assigned? Check the switch's log?
On Wed, Aug 22, 2018 at 5:26 AM R.S. wrote:
>
> W dniu 2018-08-22 o 12:22, Mike Schwab pisze:
> > System log. sys1.logrec
> "IEE712I CONFIG PROCESSING COMPLETE"
> That's all
>
> --
> Radoslaw Skorupka
> Lodz, Poland
>
>
>
>
> =
On Wed, 22 Aug 2018 12:16:53 +0200, R.S. wrote:
>Two FICON channels were connected to a switch.
>Both signal an error "Invalid attachment failure" (this is visible on SE)
>I checked port#, zoning, HCD/IODF and have no idea what to check futher.
>z13 FICON Express16S, DCX8510-4 with 8Gbps SFP.
>
>
Also noted that you have FICON Express16s with 8Gbps SFP - have you checked
that the port you are using on the switch is at 8Gbps?
>On Wed, 22 Aug 2018 12:16:53 +0200, R.S.
>wrote:
>
>>Two FICON channels were connected to a switch.
>>Both signal an error "Invalid attachment failure" (this is vi
With you being on a z13 and if you are on z/OS 2.2 you could try the D
M=DEV(,(xx)),LINKINFO=LAST command to see what things look like. It might
show you information that might help.
Thanks..
Paul Feller
AGT Mainframe Technical Support
-Original Message-
From: IBM Mainframe Discus
W dniu 2018-08-22 o 13:45, Roger Lowe pisze:
On Wed, 22 Aug 2018 12:16:53 +0200, R.S. wrote:
Two FICON channels were connected to a switch.
Both signal an error "Invalid attachment failure" (this is visible on SE)
I checked port#, zoning, HCD/IODF and have no idea what to check futher.
z13 FIC
AWK? BASIC? RPG?
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List on behalf of
David Crayford
Sent: Wednesday, August 22, 2018 2:47 AM
To: IBM-MAIN@listserv.ua.edu
Subject: Re: Anyone here exprerienced in JS
*Personally* I agree, but different languages for different folks. Some people
are very comfortable in assembler, especially with the structured macros. I
think I can state with some confidence that if @EdJaffe need to parse some JSON
documents he would do it from assembler.
COBOL does not seem
I've used the IBM JSON parser, from C.
I don't see why it would be ill suited for assembler more than anything
else :-)
On Wed, Aug 22, 2018 at 10:51 AM Charles Mills wrote:
> *Personally* I agree, but different languages for different folks. Some
> people are very comfortable in assembler, espe
The next Hillgang meeting will take place on 13 Sep at the CA offices in
Herndon. Detailed agenda to follow but in brief we will have:
* Ever Onward with z/VM 7.1 – Bill Bitner, IBM
* z/VM Dynamic Memory Management – Walter Church, IBM
* What’s Z Story at Marriott – Kurt Ackers, Marr
Though there has been the occasional thing that has
lacked only the doc, or is documented only in the macro, so worth
asking.
> If you need this function, then please submit an RFE.
It's a would-be-nice. I can program around it. OTOH if it's been there
for 15 years, is it really likely to go awa
Have you tried to clean the fibre?
>W dniu 2018-08-22 o 13:45, Roger Lowe pisze:
>> On Wed, 22 Aug 2018 12:16:53 +0200, R.S.
>> wrote:
>>
>>> Two FICON channels were connected to a switch.
>>> Both signal an error "Invalid attachment failure" (this is visible on SE)
>>> I checked port#, zoning,
While the keys that are processed in the Crypto Express cards should be
safe.. I am less sure about anything else.
https://www.bleepingcomputer.com/news/security/new-attack-recovers-rsa-encryption-keys-from-em-waves-within-seconds/
Rob Schramm
--
Rob Schramm
---
On 23/08/2018 12:46 AM, Kirk Wolf wrote:
I've used the IBM JSON parser, from C.
I don't see why it would be ill suited for assembler more than anything
else :-)
I'm doing a lot of JSON work right now and one task was to create a JSON
to YAML convertor for swagger documents.
The elegant solutio
Recursion in assembler is hardly difficult. Knowing how to implement a
stack is fundamental. Smart programmers not only do, but haven't even
thought about it other than when architecture improvements require an
upgrade.
sas
p.s. Aha! Spellchecker wants to replace Crayford with Crawford. I
Why do t you Demi started to us how easy it is? 😀
> On 23 Aug 2018, at 12:46 am, Kirk Wolf wrote:
>
> I've used the IBM JSON parser, from C.
> I don't see why it would be ill suited for assembler more than anything
> else :-)
>
>> On Wed, Aug 22, 2018 at 10:51 AM Charles Mills wrote:
>>
>> *P
On 23/08/2018 7:44 AM, Steve Smith wrote:
Recursion in assembler is hardly difficult. Knowing how to implement
a stack is fundamental. Smart programmers not only do, but haven't
even thought about it other than when architecture improvements
require an upgrade.
Why do t you Demi started
Radoslaw,
What are we talking about here? Cisco or Brocade? Which model? What was
the 'exact' message logged in the switch itself?
Regards,
Alan Watthey
-Original Message-
From: R.S.
Sent: 22 August 2018 1:17 pm
Subject: FICON "Invalid attachment failure"
Two FICON channels were co
22 matches
Mail list logo