FLAM Issue Tracker - FL5
View Issue Details
0000669FL51.1 FLCLpublic2015-03-30 15:422015-04-15 15:06
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1 
5.25.1.05 
0000669: Add new utility command to remove or find files
This new utility is mainly useful for ZOS users of FLAM. On ZOS it is some times difficult to find the library (PO-Dataset) which contains a certain member (find **(FLVIEW)) or to delete a huge amount of datasets (remove ~.TEST.**).

Based on the directory support of version 5.1.5 of FLAM it would be usefule to support a new utility command (flcl UTIL) to execute a system call (DISPLAY, REMOVE, RENAME) on a file list defined over wild cards.

Example:

//FLDEL EXEC PGM=FLCK.PARM='UTIL=DD:UTLPAR'
//UTLPAR DD *
remove='~.test.**'
find='**(CSFMOD01)'
//*
No tags attached.
Issue History
2015-03-30 15:42Falk ReichbottNew Issue
2015-03-30 15:42Falk ReichbottStatusnew => assigned
2015-03-30 15:42Falk ReichbottAssigned To => Falk Reichbott
2015-04-01 11:13Falk ReichbottNote Added: 0000797
2015-04-01 11:13Falk ReichbottStatusassigned => resolved
2015-04-01 11:13Falk ReichbottFixed in Version => 5.1
2015-04-01 11:13Falk ReichbottResolutionopen => fixed
2015-04-15 15:06Falk ReichbottFixed in Version5.1 => 5.1.05

Notes
(0000797)
Falk Reichbott   
2015-04-01 11:13   
A new UTIL command was added in version 5.1.5 of FLAM. It provides currently 2 function on a wildcard based file list.

LIST: flcl util run.list='**(CSFMOD01)'
REMOVE: flcl util run.remove=~.TEST.**

The list function displays the matching files and the remove function delets the files.