*WERS 1998 SEQ FF tables.sps . *This file creates the tables and analysis based on the 1998 SEQ contained in the First Findings publication. *Last updated 31 July 2006. *Before running this syntax, please ensure the file paths are changed throughout the file as necessary. *These can be found by searching on the phrase 'Note file path' . *Please note that it is also necessary to change the file paths in the separate files 'WERS 1998 MQ derived variables for FF.sps' and 'WERS 1998 SEQ derived variables for FF.sps' for this syntax to run successfully . *User must first run 'WERS 1998 SEQ derived variables for FF.sps'. *Note file path . include 'C:\WERS\WERS 1998 SEQ derived variables for FF.sps'. *Apply weights. WEIGHT BY seqwtnr. ********************************************************************. *Tables syntax follows. ********************************************************************. ***************************************************************. *Flexible working arrangements. ***************************************************************. *Flexitime. *By standard breaks. tables /format blank missing('.') /ftotal base1 'Base' total1 'All workplaces' /autolabel=on /missing=include /base=qualified /table (nallest + nempsize + nallwkpl + nsingle + norgsize + nprivate + asic + nrecog1 + total1) by (b31 + base1) /statistics cpct(b31(f3) '': nempsize nallwkpl nsingle norgsize nprivate asic nrecog1) count(base1 'Weighted') u count(base1 'Unweighted') . *Job-sharing. *By standard breaks. tables /format blank missing('.') /ftotal base1 'Base' total1 'All workplaces' /autolabel=on /missing=include /base=qualified /table (nallest + nempsize + nallwkpl + nsingle + norgsize + nprivate + asic + nrecog1 + total1) by (b32 + base1) /statistics cpct(b32(f3) '': nempsize nallwkpl nsingle norgsize nprivate asic nrecog1) count(base1 'Weighted') u count(base1 'Unweighted') . *Homeworking. *By standard breaks. tables /format blank missing('.') /ftotal base1 'Base' total1 'All workplaces' /autolabel=on /missing=include /base=qualified /table (nallest + nempsize + nallwkpl + nsingle + norgsize + nprivate + asic + nrecog1 + total1) by (b34 + base1) /statistics cpct(b34(f3) '': nempsize nallwkpl nsingle norgsize nprivate asic nrecog1) count(base1 'Weighted') u count(base1 'Unweighted') . ***************************************************************. *Responsibility for managing work-life balance. ***************************************************************. *Employees views of whether managers understanding. *By standard breaks. tables /format blank missing('.') /ftotal base1 'Base' total1 'All workplaces' /autolabel=on /table (nallest + nempsize + nallwkpl + nsingle + norgsize + nprivate + asic + nrecog1 + total1) by (b5b + base1) /statistics cpct(b5b(f3) '': nempsize nallwkpl nsingle norgsize nprivate asic nrecog1) count(base1 'Weighted') u count(base1 'Unweighted') . ***************************************************************. *Job satisfaction. ***************************************************************. weight by seqwtnr. fre a10a a10b a10c. ***************************************************************. *Management-employee relations. ***************************************************************. ** Table 13 Managers' and employees' perceptions of management-employee relations, 1998 and 2004. *Employees' perception of employment relations . weight by seqwtnr. fre b9. ****************************************************************.