FLAM Issue Tracker - FL5
View Issue Details
0000847FL56. Access Control, Logging and Errorhandlingpublic2016-12-29 12:172016-12-29 13:27
Falk Reichbott 
Rolf-Dieter Euler 
normalmajoralways
resolvedfixed 
System zz/OSV2R20
5.1.14 
5.1.155.1.14 
0000847: FLAM.USAGE don't work as log stream
If 2 qualifier used for log streams the &FLOGQL3 is add as third part.

IXG231I IXGCONN REQUEST=CONNECT TO LOG STREAM FLAM.USAGE.&FLOGQL3 DID 186
NOT SUCCEED FOR JOB ANWC5FL1. RETURN CODE: 00000008 REASON CODE:
00000831 DIAG1: 00000004 DIAG2: 00000005 DIAG3: 03010000 DIAG4:
Found cut and paste error in line
   CLC WSYMGET(L'CSYM2),CSYM2 SAME NAME?
must be
   CLC WSYMGET(L'CSYM3),CSYM3 SAME NAME?
see below
>
> *
> * LOOK FOR SYSTEM VARIABLE CSYM3
> *
> LA R2,CSYM3
> ST R2,SYMBPPATTERN§ INPUT PATTERN
> LA R2,L'CSYM3
> ST R2,SYMBPPATTERNLENGTH L'INPUT
> LA R3,WSYMGET
> LA R2,WSGETLEN
> ST R3,SYMBPTARGET§ A() TARGET
> ST R2,SYMBPTARGETLENGTH§ A() L'TARGET
> LA R3,L'WSYMGET
> LA R2,WRETCO ADDRESS OF RETURN CODE
> ST R3,WSGETLEN
> ST R2,SYMBPRETURNCODE§ SAVE IN SYMBP AREA
> *
> LA R1,WSYMBP
> L R15,WASERV
> BASR R14,R15
> *
> LTR R15,R15
> BNZ IFASYM
> CLC WSYMGET(L'CSYM2),CSYM2 SAME NAME?
> BE IFASYM => NO SYMBOL RECEIVED
> * BUILD LOG STREAM
> MVI 0(R7),C'.'
> LA R7,1(,R7)
> L R2,WSGETLEN
> BCTR R2,0
> EX R2,EXMVC MOVE VARIABLE TO LOG STREAM
> LA R7,1(R2,R7)
No tags attached.
Issue History
2016-12-29 12:17Falk ReichbottNew Issue
2016-12-29 12:17Falk ReichbottStatusnew => assigned
2016-12-29 12:17Falk ReichbottAssigned To => Rolf-Dieter Euler
2016-12-29 13:27Falk ReichbottNote Added: 0001054
2016-12-29 13:27Falk ReichbottStatusassigned => resolved
2016-12-29 13:27Falk ReichbottFixed in Version => 5.1.14
2016-12-29 13:27Falk ReichbottResolutionopen => fixed

Notes
(0001054)
Falk Reichbott   
2016-12-29 13:27   
The cut and paste error is fixed. 2 qualifiers will work with the new build of 5.1.14 (>15864)