FactInstitutionalRetentionSnapshotLoad
 OLE_SRC Institutional Retention Snapshot from Staging (Component)
  Properties
Property Value
Name OLE_SRC Institutional Retention Snapshot from Staging
Description OLE DB Source
Up Stream Components none
Down Stream Components
ID 783
Component Class ID {BCEFE59B-6819-47F7-A125-63753B33ABB7}
Contact Info OLE DB Source;Microsoft Corporation; Microsoft SqlServer v10; (C) Microsoft Corporation; All Rights Reserved; http://www.microsoft.com/sql/support;7
Identification String component "OLE_SRC Institutional Retention Snapshot from Staging" (783)
Is Default Locale False
Pipeline Version 0
Uses Dispositions True
Validate External Metadata True
Version 7
  Connections
Name Connection Manager Description
OleDbConnection
  Custom Properties
Name Value
AccessMode
3
AlwaysUseDefaultCodePage
False
CommandTimeout
0
DefaultCodePage
1252
OpenRowset
OpenRowsetVariable
ParameterMapping
SqlCommand
SELECT
    Stdnt.STUDENT_ID as StudentIdAK
  , Stdnt.LST_NM as LastName
  , Stdnt.FRST_NM as FirstName
  , Stdnt.MDL_NM as MiddleName
  , ISNULL(Stdnt.SEX, 'N/A') as GenderCode
  , ISNULL(LookupGender.Gender, 'N/A') as Gender
  , ISNULL(Stdnt.ETHNICITY, 'N/A') as EthnicityCode
  , ISNULL(Ethnic.ETHNICITY_DESCRIPTION, 'N/A') as Ethnicity
  , CASE
        WHEN Stdnt.FMLY_HIST_FLG = 'Y' THEN 'Yes'
        ELSE 'No'
    End as FirstTimeInCollege  
  , ISNULL(Lang.LANGUAGE_DESCRIPTION, 'N/A') as PrimaryLanguage    
  , ISNULL(Stdnt.RES_CD, 'N/A') as ResidencyCode
  , ISNULL(Res.RESIDENCY_DESCRIPTION, 'N/A') as Residency
  , ISNULL(StdntAddr.ZIP_CD, 'N/A') as ZipCode
  , ISNULL(CAST(Stdnt.RES_CNTY_CD as varchar(3)), 'N/A') as CountyCode
  , ISNULL(County.COUNTY_DESCRIPTION, 'N/A') as County  
  , dbo.udf_StringToDate(ISNULL(Stdnt.DOB, '18000101')) as DateOfBirth  
  , ISNULL(dbo.udf_StudentAgeRange(Stdnt.DOB), 'N/A') as AgeRange
  , Race.White as RaceWhite
  , Race.BlackAfricanAmerican as RaceAfricanAmerican
  , Race.HawaiianPacIslander as RacePacificIslander
  , Race.Asian as RaceAsian
  , Race.AmIndianAKNative as RaceAmericanIndian
  , Race.NotReported as RaceUnreported
from ST_STDNT_A Stdnt
LEFT OUTER JOIN ST_ADDRESSES_A StdntAddr
  ON (
     Stdnt.STUDENT_ID = StdntAddr.STUDENT_ID
     AND
     StdntAddr.ADDR_TY = '01'
     )
JOIN LookupGender  
  ON (
     LookupGender.GenderCode = Stdnt.SEX
     )
LEFT OUTER JOIN uvw_CODE_Ethnicity Ethnic
  ON (
     Stdnt.ETHNICITY = Ethnic.CODE
     )
 
 LEFT OUTER JOIN uvw_CODE_Language Lang
   on (
       Stdnt.PRIM_LANG = Lang.CODE
      )
      
 LEFT OUTER JOIN uvw_CODE_Residency Res
    on (
        Stdnt.RES_CD =  Res.CODE
       ) 
 LEFT OUTER JOIN uvw_CODE_County County
    on (
        Stdnt.RES_CNTY_CD =  County.CODE
       ) 
            
JOIN uvw_StudentRace Race
   on (
      Stdnt.ISN_ST_STDNT_A = Race.ISN_ST_STDNT_A
      )
      
WHERE Stdnt.PRSPCT_FLG = 0
SqlCommandVariable
User::Get_T2T_data
  Input Columns
Name ID LineageID
  Output Columns
Name ID LineageID
EnrolledInTerm
1196
1196
ErrorCode
814
814
ErrorColumn
815
815
Graduated
1357
1357
InstitutionalRetentionCohortTerm
1342
1342
InstitutionalRetentionTrackingTerm
1345
1345
NotEnrolledInTerm
1360
1360
RetentionCohortTypeCode
1348
1348
RetentionTermCount
1354
1354
RetentionYearCount
1351
1351
StudentId
1157
1157
EnrolledInTerm
1195
1195
Graduated
1356
1356
InstitutionalRetentionCohortTerm
1341
1341
InstitutionalRetentionTrackingTerm
1344
1344
NotEnrolledInTerm
1359
1359
RetentionCohortTypeCode
1347
1347
RetentionTermCount
1353
1353
RetentionYearCount
1350
1350
StudentId
1156
1156
Powered by BI Documenter