Extracting Pay Data For Uploaded SSN's

If you maintain a file on your PC for a group of employees whose payment history needs to be monitored, you can upload those SSN's to your CIRS PERMSML file and then generate a Payment Extract (PY) file for that group. The steps below outline the process.  Note:  You cannot use the upload function unless you have upload authority.  Contact your CIRS Security Coordinator for more information.  

Step 1:  

Create a list of SSN's on your PC.

Step 2:  

Upload your PC file to your PERMSML file in CIRS.    

Step 3:  

Create a Payment Extract (PY).  For example, to extract payment data for the current and prior 36 business months, use the selections below.  Do not proceed to Step 4 until you confirm a successful extract.

Step 4:

Generate the needed report using the extracted pay data.  For example, the report below generates a running total of gross pay, by pay period, for each employee:

 

Ex PY

table file pY

sum py:grosspay

and compute RUN_TOT/P12.2 =

    IF PY:SSA EQ LAST PY:SSA

    THEN (RUN_TOT + PY:GROSSPAY)

    ELSE PY:GROSSPAY;

by py:ssa

BY PY:WNAME

by PY:payperiod

end

 

For complete information on uploading data and creating extract files, refer to your CIRS User Manual.  

See also: Uploading SSN's To PERMSML.