1. format jobtitle jobfmt;
2. format jobtitle jobfmt.;
3. format jobtitle=jobfmt
4. format jobtitle='jobfmt';
Exp : To associate a user-defined format with a variable, place a period at the end of the format name when it is used in the FORMAT statement.