Writes the date part of a datetime value as the year and the quarter and separates them with a colon (:).
specifies the width of the output field.
----+----1
put date dtyyqc.;
12:4
put date dtyyqc4.;
put date dtyyqc5.;
put date dtyyqc6.;
2012:4