Sei sulla pagina 1di 13

%LET DATAIN="XXX";

proc format;
/* SYEAR format applies to: SYEAR */
VALUE SYEAR
2007 = "2007";
/* REGION6F format applies to: REGION6 */
VALUE REGION6F
1 = "Atlantic region"
2 = "Quebec"
3 = "Ontario"
4 = "Manitoba and Saskatchewan"
5 = "Alberta"
6 = "British Columbia";
/* SEX format applies to: SEX */
VALUE SEX
1 = "Male"
2 = "Female";
/* AGECAT format applies to: AGECAT */
VALUE AGECAT
1 = "15-24 years"
2 = "25-44 years"
3 = "45 years or older"
9 = "Not stated";
/* EDUC format applies to: EDUC */
VALUE EDUC
0 = "Grade 8 or lower"
1 = "Grade 9-13, non graduate"
2 = "Grade 11-13, graduate"
3 = "Some post-graduate"
4 = "Trades certificate or diploma, community college, CEGEP, etc"
5 = "University graduate (Bachelor's, Master's or PhD)"
9 = "Not stated";
/* TYPE format applies to: TYPE */
VALUE TYPE
1 = "Unemployed during the survey ref week"
2 = "Employed < 30 usual hours during ref week"
3 = "Not in labour force during ref week"
4 = "Working ft during ref week with interruption"
5 = "Mother with infant working reference week"
6 = "Valid skip"
7 = "Refused"
8 = "Don't know"
9 = "Not stated";
/* WORKNOW format applies to: WORKNOW */
VALUE WORKNOW
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* MOTHER format applies to: MOTHER */
VALUE MOTHER
0 = "EICS regular population"
1 = "Mother with infant";
/* IMMIGR format applies to: IMMIGR */
VALUE IMMIGR
1 = "Canadian by birth"
2 = "Immigrant"
9 = "Not stated";
/* LSTWRK format applies to: LSTWRK */
VALUE LSTWRK
0 = "Working during reference week"
1 = "0 to 4 months ago"
2 = "5 to 12 months ago"
3 = "13 to 24 months ago"
4 = "More than 24 months ago"
5 = "never worked"
6 = "Valid skip"
7 = "Refused"
8 = "Don't know"
9 = "Not stated";
/* FTPT format applies to: FTPT */
VALUE FTPT
1 = "Full-time"

2
6
7
8
9

= "Part-time "
= "Valid skip
"
= "Don't know
"
= "Refused
"
= "Not stated";
/* WRKTYP format applies to: WRKTYP */
VALUE WRKTYP
01 = "Permanent full-time worker"
02 = "Permanent part-time worker"
03 = "Permanent, work hours unknown"
04 = "Not permanent, seasonal worker"
05 = "Not permanent, other"
06 = "Self-employed"
96 = "Valid skip"
99 = "Not stated";
/* UNIONCA format applies to: UNIONCA */
VALUE UNIONCA
1 = "Yes, union member or covered by a collective agreement"
2 = "Not a union member and not covered by a collective agreement"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* TENURE_G format applies to: TENURE_G */
VALUE TENURE_G
01 = "Less than one month"
02 = "1-3 months"
03 = "4-6 months"
04 = "7-12 months"
05 = "13-24 months"
06 = "3-5 years"
07 = "6-10 years"
08 = "11-20 years"
09 = "21 years or more"
96 = "Valid skip"
99 = "Not stated";
/* NAICS6F format applies to: NAICS6 */
VALUE NAICS6F
01 = "Agriculture & forestry, fishing, mining, oil and gas"
02 = "Construction"
03 = "Manufacturing"
04 = "Retail trade & accommodation and food services"
05 = "Educ. services/health care/social assistance/public admin."
06 = "All others"
96 = "Valid skip"
99 = "Not stated";
/* NOC6F format applies to: NOC6 */
VALUE NOC6F
01 = "Management"
02 = "Business, finance and administration"
03 = "Health and natural applied sciences"
04 = "Social science/educ/govt/rel/art/culture/recreation/sport"
05 = "Trade/transp/equip oper/primary process/manuf/utilities"
06 = "Sales and service"
96 = "Valid skip"
99 = "Not stated";
/* TIPS format applies to: TIPS */
VALUE TIPS
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* HOUREARN format applies to: HOUREARN */
VALUE HOUREARN
9999.96 = "Valid skip"
9999.97 = "Don't know"
9999.98 = "Refused"
9999.99 = "Not stated"
other = [Z7.2];
/* EIDEDUC format applies to: EIDEDUC */
VALUE EIDEDUC
1 = "Yes"
2 = "No"

6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* RNDEDUC format applies to: RNDEDUC */
VALUE RNDEDUC
1 = "Weekly hours or earnings were too low"
2 = "Self-employed/working for a business owned by family member"
3 = "Other reasons"
6 = "Valid skip"
9 = "Not stated";
/* LEFTLOST format applies to: LEFTLOST */
VALUE LEFTLOST
1 = "Left job"
2 = "Lost job, laid off or job ended (incl involuntary retirement"
3 = "Was on unpaid absence from the job"
6 = "Valid Skip"
9 = "Not Stated";
/* RSWORK format applies to: RSWORK */
VALUE RSWORK
01 = "Own illness or disability"
02 = "Pregnancy (maternity)"
03 = "Other personal reasons or family responsibilities"
04 = "Going to school"
05 = "End of seasonal job"
06 = "End of temporary, term or contract (non-seasonal)"
07 = "Casual job"
08 = "Business conditions (includes company went out of business)"
09 = "Lost job for other reasons (including dismissal)"
10 = "Dissatisfied with job"
11 = "Retired"
12 = "Other reasons"
96 = "Valid skip"
99 = "Not stated";
/* NOTICE format applies to: NOTICE */
VALUE NOTICE
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* NOTICE_G format applies to: NOTICE_G */
VALUE NOTICE_G
1 = "Less than one week"
2 = "1-2 weeks"
3 = "3-4 weeks"
4 = "5 weeks +"
5 = "Knew it from the beginning"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* ROE format applies to: ROE */
VALUE ROE
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* LEAVEPAY format applies to: LEAVEPAY */
VALUE LEAVEPAY
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* RETURN format applies to: RETURN */
VALUE RETURN
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"

8 = "Refused"
9 = "Not stated";
/* ALLEAVE format applies to: ALLEAVE */
VALUE ALLEAVE
95 = "Do not plan to return to work"
96 = "Valid skip"
97 = "Don't know"
99 = "Not stated"
other = [Z2.];
/* LEAVECAT format applies to: LEAVECAT */
VALUE LEAVECAT
1 = "0 to 4 months"
2 = "5 to 8 months"
3 = "9 to 12 months"
4 = "More than one year"
5 = "Do not plan to return to work"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* CLAIM format applies to: CLAIM */
VALUE CLAIM
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"
9 = "Not stated";
/* BENEFIT format applies to: BENEFIT */
VALUE BENEFIT
1 = "Yes, during the reference week"
2 = "Yes, during the ref month (but not during the ref week)"
3 = "Yes, since last worked (but not during the reference month)"
4 = "No"
9 = "Not stated";
/* BENTYP format applies to: BENTYP */
VALUE BENTYP
1 = "Regular"
2 = "Maternity or parental"
3 = "Other"
6 = "Valid skip"
9 = "Not stated";
/* BENWEEKS format applies to: BENWEEKS */
VALUE BENWEEKS
996 = "Valid skip"
997 = "Don't know"
998 = "Refused"
999 = "Not stated"
other = [Z3.];
/* BENAMNT format applies to: BENAMNT */
VALUE BENAMNT
996 = "Valid skip"
997 = "Don't know"
998 = "Refused"
999 = "Not stated"
other = [Z3.];
/* RNBENRW format applies to: RNBENRW */
VALUE RNBENRW
01 = "Was employed or expecting to return to work"
02 = "Was not paying EI premiums/work was not insurable"
03 = "Did not work enough hours or weeks to qualify"
04 = "Was a student"
05 = "Received a severance package or retirement pension"
06 = "Quit voluntarily"
07 = "Did not want or need EI (and did not claim)"
08 = "Did not know enough about EI program"
09 = "Still expecting benefits (waiting period, benefit withheld)"
10 = "Claim ran out"
11 = "Has not worked recently (2 years) or never worked"
12 = "Other"
96 = "Valid skip"
99 = "Not stated";
/* WEEKSCAT format applies to: WEEKSCAT */
VALUE WEEKSCAT
00 = "None"
01 = "01 to 10 weeks"

02 = "11 to 25 weeks"
03 = "26 to 38 weeks"
04 = "39 to 51 weeks"
05 = "52 weeks"
96 = "Valid skip"
97 = "Don't know"
98 = "Refused"
99 = "Not stated";
/* FTPT_RY format applies to: FTPT_RY */
VALUE FTPT_RY
1 = "All weeks full-time"
2 = "Some weeks full-time and some weeks part-time"
3 = "All weeks part-time"
6 = "Valid skip"
9 = "Not stated";
/* HOURS format applies to: HOURS */
VALUE HOURS
0000 = "None"
9996 = "Valid skip"
9999 = "Not stated"
other = [Z4.];
/* INSEMP format applies to: INSEMP */
VALUE INSEMP
0 = "Has no insurable employment in past two years"
1 = "Has insurable employment in past two years"
6 = "Valid skip";
/* COVERAGE format applies to: COVERAGE */
VALUE COVERAGE
01 = "Received regular benefits during reference week"
02 = "Received special benefits during reference week
"
03 = "Benefits temporarily interrupted or will receive benefits"
04 = "Exhausted benefits (last 12 months)
"
05 = "Eligible, claimed benefits or did not claim benefits
"
07 = "Did not meet entrance requirements
"
08 = "Quit job without a cause acceptable to EI program"
09 = "Quit job to go to school and cannot qualify
"
10 = "No recent insurable employment
"
11 = "Has not worked in the last 12 months and could not qualify"
12 = "Has never worked "
96 = "Valid skip"
99 = "Not stated";
/* ELIGIBLE format applies to: ELIGIBLE */
VALUE ELIGIBLE
1 = "Potentially eligible - Eligible"
2 = "Potentially eligible - Not eligible"
3 = "Not potentially eligible"
6 = "Valid skip"
9 = "Not stated";
/* MATPAR format applies to: MATPAR */
VALUE MATPAR
1 = "Received maternity or parental benefits"
2 = "Insurable Employment but no maternity or parental benefits"
3 = "Worked within last 2 years but no insurable employment"
4 = "Not worked in two years"
6 = "Valid skip"
9 = "Not stated";
/* SPCLAIM format applies to: SPCLAIM */
VALUE SPCLAIM
1 = "Spouse/partner claimed or intends to claim"
2 = "Spouse did not claim or intend to claim"
6 = "Valid skip"
7 = "Don't know"
9 = "Not stated";
/* REASPNCL format applies to: REASPNCL */
VALUE REASPNCL
1 = "Mother wants to stay home"
2 = "Mother can take time off easier"
3 = "More financially advantageous"
4 = "Spouse not eligible for EI"
5 = "Other"
6 = "Valid skip"
9 = "Not stated";
/* ADDPAYM format applies to: ADDPAYM */
VALUE ADDPAYM
1 = "Received additional payments from the employer"

2 = "Received additional payments from other sources"


3 = "Did not receive additional payments"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* APWEEKS format applies to: APWEEKS */
VALUE APWEEKS
1 = "0-8 weeks"
2 = "9-17 weeks"
3 = "18 weeks +"
6 = "Valid skip"
7 = "Don't know"
9 = "Not stated";
/* PARENTS format applies to: PARENTS */
VALUE PARENTS
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* OWNEMP format applies to: OWNEMP */
VALUE OWNEMP
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* CHILDBEN format applies to: CHILDBEN */
VALUE CHILDBEN
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* SPEMP format applies to: SPEMP */
VALUE SPEMP
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* MAINFUND format applies to: MAINFUND */
VALUE MAINFUND
01 = "Wages/self-emp earnings(spouse/partner/family member)
"
02 = "Own wages or self-employment income"
03 = "Employment Insurance benefits"
04 = "Social assistance"
05 = "Pensions, disability insurance, Workers' Compensation"
06 = "Alimony, student loans, scholarships"
07 = "Financial assistance from friends or relatives"
08 = "Income from investments/interest/dividends/rentals/savings"
09 = "Other"
96 = "Valid skip"
97 = "Don't know"
98 = "Refused"
99 = "Not stated";
/* SAPAYM format applies to: SAPAYM */
VALUE SAPAYM
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* SAMTHS format applies to: SAMTHS */
VALUE SAMTHS
996 = "Valid skip"
997 = "Don't know"
998 = "Refused"
999 = "Not stated"
other = [Z3.];
/* ADEQUACY format applies to: ADEQUACY */
VALUE ADEQUACY
1 = "Met all your regular expenses and financial commitment"
2 = "Met most but not all"
3 = "Met some"

4 = "Met very little or none"


6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* FAMFRND format applies to: FAMFRND */
VALUE FAMFRND
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* GETJOB format applies to: GETJOB */
VALUE GETJOB
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* SAVINGS format applies to: SAVINGS */
VALUE SAVINGS
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* SELL format applies to: SELL */
VALUE SELL
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* CREDIT format applies to: CREDIT */
VALUE CREDIT
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* CUTEXP format applies to: CUTEXP */
VALUE CUTEXP
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* LOOKWORK format applies to: LOOKWORK */
VALUE LOOKWORK
1 = "Yes"
2 = "No"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* JOBSRCH format applies to: JOBSRCH */
VALUE JOBSRCH
01 = "Employment agency (public or private)"
02 = "Contacted employers directly"
03 = "Looked at job ads"
04 = "Internet access or kiosk"
05 = "Organization/networking community"
06 = "Checked with friends or relatives"
07 = "Other"
96 = "Valid skip"
97 = "Don't know"
99 = "Not stated";
/* LOOKHRS format applies to: LOOKHRS */
VALUE LOOKHRS
61 = "More than 60"
96 = "Valid skip"
97 = "Don't know"
98 = "Refused"
99 = "Not stated"
other = [Z2.];
/* LOOKCOST format applies to: LOOKCOST */
VALUE LOOKCOST
0000 = "Nothing significant"
9996 = "Valid skip"
9997 = "Don't know"
9998 = "Refused"

9999 = "Not stated"


other = [Z4.];
/* LOOKOUT format applies to: LOOKOUT */
VALUE LOOKOUT
1 = "Looked outside province"
2 = "Looked outside community (within province)"
3 = "Looked within community"
6 = "Valid skip"
9 = "Not stated";
/* LIKELYJB format applies to: LIKELYJB */
VALUE LIKELYJB
1 = "Not very good"
2 = "Good"
3 = "Very good"
4 = "Have a job (to start in the future)"
5 = "Would not take a job in the next 3 months"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* HELPFIND format applies to: HELPFIND */
VALUE HELPFIND
01 = "Skills training"
02 = "More education (academic)"
03 = "Work experience"
04 = "Help in job search"
05 = "Moving to another city/region"
06 = "Help in starting a business/entrepreneurship training"
07 = "More jobs/work available"
08 = "Other"
96 = "Valid skip"
99 = "Not stated";
/* EMPAGREE format applies to: EMPAGREE */
VALUE EMPAGREE
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* SAMEMP format applies to: SAMEMP */
VALUE SAMEMP
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* WRKAFTER format applies to: WRKAFTER */
VALUE WRKAFTER
1 = "Yes"
2 = "No"
6 = "Valid skip"
9 = "Not stated";
/* CHLDCARE format applies to: CHLDCARE */
VALUE CHLDCARE
1 = "Mother herself or shared with husband"
2 = "Friend or relative will take care of child"
3 = "Private babysitter"
4 = "Private nursery or daycare (private or public)"
5 = "Other"
6 = "Valid skip"
9 = "Not stated";
/* WORKCOND format applies to: WORKCOND */
VALUE WORKCOND
1 = "Same working conditions"
2 = "Different working conditions, fewer hours"
3 = "Different working conditions, other"
6 = "Valid Skip"
9 = "Not stated";
/* M_HHINC format applies to: M_HHINC */
VALUE M_HHINC
1 = "Less than $1600 (less than $20,000 per annum)"
2 = "$1,600 to less than $5,000 ($20,000 - $40,000 per annum)"
3 = "$3,300 to less than $5,000 ($40,000 - $60,000 per annum)"
4 = "More than $5,000 (more than $60,000 per annum)"
6 = "Valid skip"
9 = "Not stated";
/* M_INCDEC format applies to: M_INCDEC */

VALUE M_INCDEC
1 = "Decrease"
2 = "Increase"
3 = "Stayed the same"
6 = "Valid skip"
7 = "Don't know"
8 = "Refused"
9 = "Not stated";
/* M_CHGINC format applies to: M_CHGINC */
VALUE M_CHGINC
01 = "0-200"
02 = "201-400"
03 = "401-600"
04 = "601-800"
05 = "801-1000"
06 = "1001-2000"
07 = "2001 and over"
08 = "Stayed the same"
96 = "Valid skip"
97 = "Don't know"
98 = "Refused"
99 = "Not stated";
/* STUDENT format applies to: STUDENT */
VALUE STUDENT
1 = "Full-time student"
2 = "Part-time student"
3 = "Non-student"
6 = "Valid skip"
9 = "Not stated";
/* EFAMILY format applies to: EFAMILY */
VALUE EFAMILY
1 = "Unattached individual"
2 = "Husband-wife, dual earner couple"
3 = "Husband-wife, single earner couple"
4 = "Husband-wife, non-earner couple"
5 = "Single-parent"
6 = "Other families"
9 = "Not stated";
/* EFAMSZ_R format applies to: EFAMSZ_R */
VALUE EFAMSZ_R
1 = "One person"
2 = "Two persons"
3 = "Three persons"
4 = "Four persons"
5 = "Five persons or more"
9 = "Not stated";
/* EFAMEM_R format applies to: EFAMEM_R */
VALUE EFAMEM_R
0 = "None"
1 = "One person"
2 = "Two persons"
3 = "Three persons or more";
run;
data DATA1;
infile &DATAIN LRECL=131 MISSOVER PAD;
input
@00001
PUMFID
5.
@00006
SYEAR
4.
@00010
REGION6
1.
@00011
SEX
1.
@00012
AGECAT
1.
@00013
EDUC
1.
@00014
TYPE
1.
@00015
WORKNOW
1.
@00016
MOTHER
1.
@00017
IMMIGR
1.
@00018
LSTWRK
1.
@00019
FTPT
1.
@00020
WRKTYP
2.
@00022
UNIONCA
1.
@00023
TENURE_G
2.
@00025
NAICS6
2.
@00027
NOC6
2.

@00029
@00030
@00037
@00038
@00039
@00040
@00042
@00043
@00044
@00045
@00046
@00047
@00049
@00050
@00051
@00052
@00053
@00056
@00059
@00061
@00063
@00064
@00068
@00069
@00071
@00072
@00073
@00074
@00075
@00076
@00077
@00078
@00079
@00080
@00081
@00083
@00084
@00087
@00088
@00089
@00090
@00091
@00092
@00093
@00094
@00095
@00097
@00099
@00103
@00104
@00105
@00107
@00108
@00109
@00110
@00111
@00112
@00113
@00114
@00116
@00117
@00118
@00119
@00120
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL

TIPS
HOUREARN
EIDEDUC
RNDEDUC
LEFTLOST
RSWORK
NOTICE
NOTICE_G
ROE
LEAVEPAY
RETURN
ALLEAVE
LEAVECAT
CLAIM
BENEFIT
BENTYP
BENWEEKS
BENAMNT
RNBENRW
WEEKSCAT
FTPT_RY
HOURS
INSEMP
COVERAGE
ELIGIBLE
MATPAR
SPCLAIM
REASPNCL
ADDPAYM
APWEEKS
PARENTS
OWNEMP
CHILDBEN
SPEMP
MAINFUND
SAPAYM
SAMTHS
ADEQUACY
FAMFRND
GETJOB
SAVINGS
SELL
CREDIT
CUTEXP
LOOKWORK
JOBSRCH
LOOKHRS
LOOKCOST
LOOKOUT
LIKELYJB
HELPFIND
EMPAGREE
SAMEMP
WRKAFTER
CHLDCARE
WORKCOND
M_HHINC
M_INCDEC
M_CHGINC
STUDENT
EFAMILY
EFAMSZ_R
EFAMEM_R
WTPM
PUMFID
SYEAR
REGION6
SEX
AGECAT
EDUC
TYPE
WORKNOW
MOTHER

=
=
=
=
=
=
=
=
=

1.
7.2
1.
1.
1.
2.
1.
1.
1.
1.
1.
2.
1.
1.
1.
1.
3.
3.
2.
2.
1.
4.
1.
2.
1.
1.
1.
1.
1.
1.
1.
1.
1.
1.
2.
1.
3.
1.
1.
1.
1.
1.
1.
1.
1.
2.
2.
4.
1.
1.
2.
1.
1.
1.
1.
1.
1.
1.
2.
1.
1.
1.
1.
12.4;
"Sequential Identification Number";
"Survey reference year";
"Six regions";
"Sex of respondent";
"Age of respondent (groups)";
"Highest educational attainment";
"Survey type as determined for the EICS";
"Currently working at job or business";
"Respondent status (Mother or not)";

LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL
LABEL

IMMIGR
LSTWRK
FTPT
WRKTYP
UNIONCA
TENURE_G
NAICS6
NOC6
TIPS
HOUREARN
EIDEDUC
RNDEDUC
LEFTLOST
RSWORK
NOTICE
NOTICE_G
ROE
LEAVEPAY
RETURN
ALLEAVE
LEAVECAT
CLAIM
BENEFIT
BENTYP
BENWEEKS
BENAMNT
RNBENRW
WEEKSCAT
FTPT_RY
HOURS
INSEMP
COVERAGE
ELIGIBLE
MATPAR
SPCLAIM
REASPNCL
ADDPAYM
APWEEKS
PARENTS
OWNEMP
CHILDBEN
SPEMP
MAINFUND
SAPAYM
SAMTHS
ADEQUACY
FAMFRND
GETJOB
SAVINGS
SELL
CREDIT
CUTEXP
LOOKWORK
JOBSRCH
LOOKHRS
LOOKCOST
LOOKOUT
LIKELYJB
HELPFIND
EMPAGREE
SAMEMP
WRKAFTER
CHLDCARE
WORKCOND
M_HHINC
M_INCDEC
M_CHGINC
STUDENT
EFAMILY
EFAMSZ_R
EFAMEM_R
WTPM

FORMAT
SYEAR

SYEAR.

=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=
=

"Immigrant status";
"Last worked period (groups)";
"Full/part-time status of last/curr. job";
"Type of work arrangement";
"Union status";
"Job tenure (groups)";
"Industry groups (6) NAICS 1997";
"Occupation groups (6) NOC 2001";
"Resp. usually receives tips/commissions";
"Usual hourly earnings";
"EI premiums deducted at job";
"Reason for EI premiums not deducted";
"Job leaver, job loser or unpaid absence";
"Reason stopped working at job";
"Received advan. notice/knew in advance";
"Weeks of advance notice (groups)";
"Receive record of empl. when stop. work.";
"Received pay when losing job";
"Expected to return to employer";
"Time ended or planned (in months)";
"Duration of the leave (groups)";
"Claimed EI since last job\last 12 months";
"Received EI benefits";
"Type of ben. received in ref week/month";
"Weeks of benefits since last applied";
"Amount of EI benefits received";
"Reason not receive/claim benefits";
"Weeks worked during ref. year (groups)";
"Full/part-time status in reference year";
"# of insurable hours in reference year";
"Insurable employment in past two years";
"Taxonomy of EI coverage";
"EI eligibility status";
"Received maternity/parental benefits";
"Parental benefits claimed by spouse";
"Reason spouse not claiming parent. ben.";
"Received paym. from emp., insu. or other";
"Weeks of additional payments";
"Relied parents for most day. fin. needs";
"Received wages/salaries from employment";
"Rec. child tax benefit/child benefit";
"Spouse/partner received emp. earnings";
"Main source funds used to meet hhd exp.";
"HHLD received social assistance payments";
"Months in receipt of social assistance";
"Sufficient HHLD income to meet day exp.";
"Received financial assistance (friends)";
"Got a job/started busin./did odd jobs";
"Used up some savings/cash in investment";
"Had to sell property or belongings";
"Increased reliance on credit";
"Cut exp. to make up for shortfall in inc";
"Did anything find work dur. ref. week";
"Most import job search meth dur ref week";
"Hours spent looking";
"Cost of job search activities";
"Looking within community or province";
"Chances find accep. job in next 3 mths";
"Would help most to find a job";
"Agreement with emp. to return to work";
"Returned/plan to return to the same emp.";
"Has worked since the birth or adoption";
"Planned/current child care arrangement";
"Working conditions after birth/adoption";
"Hlhd inc in month before birth/adoption";
"In/decreased in income after birth/adop";
"Change in income (per month)";
"Student status";
"Type of economic family grouped";
"No of persons in economic family grouped";
"Number of employed persons grouped";
"Weight - Format 12.4 (9999999.9999)";

REGION6 REGION6F.
SEX SEX.
AGECAT AGECAT.
EDUC EDUC.
TYPE TYPE.
WORKNOW WORKNOW.
MOTHER MOTHER.
IMMIGR IMMIGR.
LSTWRK LSTWRK.
FTPT FTPT.
WRKTYP WRKTYP.
UNIONCA UNIONCA.
TENURE_G TENURE_G.
NAICS6 NAICS6F.
NOC6 NOC6F.
TIPS TIPS.
HOUREARN HOUREARN.
EIDEDUC EIDEDUC.
RNDEDUC RNDEDUC.
LEFTLOST LEFTLOST.
RSWORK RSWORK.
NOTICE NOTICE.
NOTICE_G NOTICE_G.
ROE ROE.
LEAVEPAY LEAVEPAY.
RETURN RETURN.
ALLEAVE ALLEAVE.
LEAVECAT LEAVECAT.
CLAIM CLAIM.
BENEFIT BENEFIT.
BENTYP BENTYP.
BENWEEKS BENWEEKS.
BENAMNT BENAMNT.
RNBENRW RNBENRW.
WEEKSCAT WEEKSCAT.
FTPT_RY FTPT_RY.
HOURS HOURS.
INSEMP INSEMP.
COVERAGE COVERAGE.
ELIGIBLE ELIGIBLE.
MATPAR MATPAR.
SPCLAIM SPCLAIM.
REASPNCL REASPNCL.
ADDPAYM ADDPAYM.
APWEEKS APWEEKS.
PARENTS PARENTS.
OWNEMP OWNEMP.
CHILDBEN CHILDBEN.
SPEMP SPEMP.
MAINFUND MAINFUND.
SAPAYM SAPAYM.
SAMTHS SAMTHS.
ADEQUACY ADEQUACY.
FAMFRND FAMFRND.
GETJOB GETJOB.
SAVINGS SAVINGS.
SELL SELL.
CREDIT CREDIT.
CUTEXP CUTEXP.
LOOKWORK LOOKWORK.
JOBSRCH JOBSRCH.
LOOKHRS LOOKHRS.
LOOKCOST LOOKCOST.
LOOKOUT LOOKOUT.
LIKELYJB LIKELYJB.
HELPFIND HELPFIND.
EMPAGREE EMPAGREE.
SAMEMP SAMEMP.
WRKAFTER WRKAFTER.
CHLDCARE CHLDCARE.
WORKCOND WORKCOND.
M_HHINC M_HHINC.
M_INCDEC M_INCDEC.
M_CHGINC M_CHGINC.
STUDENT STUDENT.

EFAMILY EFAMILY.
EFAMSZ_R EFAMSZ_R.
EFAMEM_R EFAMEM_R.;
run;

Potrebbero piacerti anche