  DCL one-liner? 
 The Question is:
 
We have a logical setup pointing at a directory.
 
We need a one line DCL command to create a
sub-directory using the logical.
 
The sub-directory needs to be a variable as it will be
different each month.
 
Can you help please???
 
 
 The Answer is:
 
  create/direct [.foobar_'f$cvt(,,"YEAR")''f$cvt(,,"MONTH")']
 
