FLAM Issue Tracker - FL5
View Issue Details
0000806FL52.2 Subprogram FLUC (CONV)public2016-05-02 11:402016-05-02 19:12
Falk Reichbott 
Falk Reichbott 
normalminoralways
resolvedfixed 
System zz/OSV2R10
5.1.11 
5.1.125.1.12 
0000806: Directory walk for member does not work if a static DD name allocation done for PDS(E), ZIP or FLAM-Archive
FIO.ZIP(file='DD:INPUT' member='*') does not work
Currently static DD name allocations are not supported by the directory walk feature. Because the file name must be full qualified. But if the archive flag on or a member with wildcards name is specified, the directory walk must be done for this library.
No tags attached.
Issue History
2016-05-02 11:40Falk ReichbottNew Issue
2016-05-02 11:40Falk ReichbottStatusnew => assigned
2016-05-02 11:40Falk ReichbottAssigned To => Falk Reichbott
2016-05-02 19:09Falk ReichbottSummaryDirectory walk for member does not work if a static DD name allocation done fpr PDS(E), ZIP or FLAM-Archive => Directory walk for member does not work if a static DD name allocation done for PDS(E), ZIP or FLAM-Archive
2016-05-02 19:12Falk ReichbottNote Added: 0000977
2016-05-02 19:12Falk ReichbottStatusassigned => resolved
2016-05-02 19:12Falk ReichbottFixed in Version => 5.1.12
2016-05-02 19:12Falk ReichbottResolutionopen => fixed

Notes
(0000977)
Falk Reichbott   
2016-05-02 19:12   
The issue is fixed, see the docu below:

Additional you can define member names in a DD name definition if
a PDS(E) allocated. The member name could be full qualified or contain
wildcards for the directory walk. Member names for archives can be
defined absolute or based on the URL notation.

------------------------------------------------------------------------
 Example: file='DD:INPUT(*B*)'
          file='DD:INPUT(EGBERT)'
          file='DD:INPUT(EGBERT)/?*HOGO*'
          name='DD:INPUT(*GB*)' member='*HOGO*'
          
------------------------------------------------------------------------