Hello,
I am trying to automatically collect a file hourly with the following naming convention:
06100512 which is YYMMDDHH
I tried using the following line:
strfmt sGetPCMD "get %02d%02d%02d%02d.PCMD.gz^M" iYear iMonth iDay iHour
This is close but it gives me 4 digit Year instead of 2
Any ideas?