U.S. flag

An official website of the United States government

Skip Header


2023 SIPP: Inconsistent Case for Social Security on Behalf of a Child

In the 2023 SIPP, there is a case in which Social Security is reported as being received on behalf of a child at all months on the adult’s record (ESSCMNYN), but the corresponding values are not filled in on the child’s record (ESSKDCOVFLG, ESSCADLTPTR). Users can use the below pseudocode logic to correct the case.

IF SSUID = “71728543834822” AND PNUM = 103 AND MONTHCODE IN (10:12) THEN DO;

ESSKDCOVFLG = 1;

ASSKDCOVFLG = 3;

ESSCADLTPTR = 101;

ASSCADLTPTR = 3;

END;

Page Last Revised - July 3, 2024
Is this page helpful?
Thumbs Up Image Yes Thumbs Down Image No
NO THANKS
255 characters maximum 255 characters maximum reached
Thank you for your feedback.
Comments or suggestions?

Top

Back to Header