FLAM Issue Tracker - FL5
View Issue Details
0001024FL51.1 FLCLpublic2021-11-04 12:492021-11-04 13:17
Falk Reichbott 
Falk Reichbott 
highmajoralways
resolvedfixed 
GeneralGeneralGeneral
5.1.25 
5.1.265.1.26 
0001024: If the first file list does not have an match the remaining file specifications are not used and a error (not found) occure
Hallo zusammen,

 

mit diesem Job möchte ich verschiedene Dateitypen abrufen:

 

//FLCL#SSH EXEC PGM=FLCL,PARM='CONV=DD:FLPARM'

//SYSPRINT DD SYSOUT=*

//SYSOUT DD SYSOUT=*

//FLPARM DD *

MESSAGE(USAGE DEFAULT)

read.bin(

 file='OUT/*.encode'

 file='OUT/*.sig'

 file='OUT/*.xml.err'

   NET.SSH(HOST='xx.xxx.xx.xxx'

        USER='anonym'

        HOSTKEYCHECK=ACCEPT

        port=22

        PRIKEYFILE='/home/OPCE800/.ssh/id2_rsa'

        KNOWNHOSTS='/home/OPCE800/.ssh/known_hosts'

        )

)

write.bin(file='/scp/tmp/[name]')

/*

 

Wenn jedoch der erste Versuch file='OUT/*.encode' negativ ist (keine Datei vorhanden) endet der Job mit RC=8 und es wird nicht auf file='OUT/*.sig' und file='OUT/*.xml.err' geprüft.

flcl conv "read.bin(file=d*.bbb file=s*.txt) write.dummy"
Is a bug in FLUCRUN, and general to all commands supporting file lists
No tags attached.
Issue History
2021-11-04 12:49Falk ReichbottNew Issue
2021-11-04 12:49Falk ReichbottStatusnew => assigned
2021-11-04 12:49Falk ReichbottAssigned To => Falk Reichbott
2021-11-04 13:17Falk ReichbottNote Added: 0001348
2021-11-04 13:17Falk ReichbottStatusassigned => resolved
2021-11-04 13:17Falk ReichbottFixed in Version => 5.1.26
2021-11-04 13:17Falk ReichbottResolutionopen => fixed

Notes
(0001348)
Falk Reichbott   
2021-11-04 13:17   
fixed