This page (revision-155) was last changed on 19-Oct-2022 21:04 by Karen Parrott

This page was created on 26-Nov-2021 10:22 by jmyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
155 19-Oct-2022 21:04 1 KB Karen Parrott to previous
154 26-Nov-2021 10:22 1 KB kparrott to previous | to last
153 26-Nov-2021 10:22 1 KB mmcfarland to previous | to last
152 26-Nov-2021 10:22 2 KB mmcfarland to previous | to last
151 26-Nov-2021 10:22 2 KB kparrott to previous | to last
150 26-Nov-2021 10:22 2 KB kparrott to previous | to last
149 26-Nov-2021 10:22 2 KB kparrott to previous | to last
148 26-Nov-2021 10:22 2 KB kparrott to previous | to last
147 26-Nov-2021 10:22 2 KB kparrott to previous | to last
146 26-Nov-2021 10:22 2 KB rforbes to previous | to last
145 26-Nov-2021 10:22 2 KB eyeung to previous | to last
144 26-Nov-2021 10:22 2 KB eyeung to previous | to last
143 26-Nov-2021 10:22 2 KB rforbes to previous | to last Taxation W2 Process ==> W2 Process
142 26-Nov-2021 10:22 2 KB rforbes to previous | to last W2 Process ==> Taxation W2 Process
141 26-Nov-2021 10:22 2 KB jmyers to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 689 added 15 lines
*When Trace Level = ‘Program Trace’, after each employee is processed, the estimated performance time for this employee is displayed.
*After determining which employee has the problem, [RPYEU] should be run for one employee with Trace Level = ‘Utility Trace’ to determine the problem in detail.
*When [RPYEU] is run with any Trace level, all trace messages are also written to a ‘_trace.csv’ file so that the file can be open with Excel for investigation, the dynamic SQL SELECT statement is written to ‘_select.txt’ file
*When the parameter ‘Create Data Dump’ toggle is checked, [RPYEU] will generate data dump files with .csv extension for any available Federal, State, Local, School information. These data dump files can be opened with an Excel spreadsheet for debugging and balancing purposes. For example, mex id 750234 is run with trace and data dump and following files are generated:
**rpyeu_w2_750234.txt - Government magnetic media file to be sent to the government
**rpyeu_w2_750234.xml - xml file to be read by RPW2 to print W2 forms
**rpyeu_w2_750234_select.txt - SQL SELECT statement, may be used in SQL+
**rpyeu_w2_750234_trace.csv - Trace file for debugging
**rpyeu_w2_750234_fed.csv - Data dump file with Federal information for debugging or balancing
**rpyeu_w2_750234_state.csv - Data dump file with State information for debugging or balancing
**rpyeu_w2_750234_local.csv - Data dump file with Local information for debugging or balancing
**rpyeu_w2_750234_school.csv - Data dump file with School information for debugging or balancing
*If [RPYEU] is not run in Trace mode, then only the first two files are generated:
**rpyeu_w2_150277.txt - Government magnetic media file to be sent to the government
**rpyeu_w2_150277.xml - xml file to be read by RPW2 to print W2 forms
At line 690 removed 25 lines
- when Trace Level = ‘Program Trace’, after each employee is processed, the estimated performance time for this employee is displayed
- after determining which employee has the problem, the user should run RPYEU for one employee with Trace Level = ‘Utility Trace’ to determine the problem in detail
- when RPYEU is run with any Trace level, all trace messages are also written to a ‘_trace.csv’ file so user can open with Excel for investigation, the dynamic SQL SELECT statement is written to ‘_select.txt’ file
- when the parameter ‘Create Data Dump’ toggle is checked, RPYEU will generate data dump files with .csv extension for Federal, State, Local, School information if the information is available. The user can open these data dump files with excel spreadsheet for debugging and balancing purposes.
For example, mex id 750234 is run with trace and data dump, following files are generated:
rpyeu_w2_750234.txt - government magnetic media file to be sent to the government
rpyeu_w2_750234.xml - xml file to be read by RPW2 to print W2 forms
rpyeu_w2_750234_select.txt - SQL SELECT statement, may be used in SQL+
rpyeu_w2_750234_trace.csv - trace file for debugging
rpyeu_w2_750234_fed.csv - data dump file with Federal information for debugging or balancing
rpyeu_w2_750234_state.csv - data dump file with State information for debugging or balancing
rpyeu_w2_750234_local.csv - data dump file with Local information for debugging or balancing
rpyeu_w2_750234_school.csv - data dump file with School information for debugging or balancing
- if RPYEU is not run in Trace mode, then only the first 2 files are generated:
rpyeu_w2_150277.txt - government magnetic media file to be sent to the government
rpyeu_w2_150277.xml - xml file to be read by RPW2 to print W2 forms