Parent table is: COHORT
Child table is: IND
Go to SSASIM input parameters overview
SSASIM: INDS . id
Identifies set of cohort individuals specified in analysis, so id can be repeated on multiple rows. There can be as many as eighteen rows with same id value, pointing to different rows in IND table that represent up to nine women and up to nine men.
Valid values: 1 to 999999999 (nine digits), Integer
Source code: ind.h and cohort.cpp
SSASIM: INDS . notes
Describes specification of table row in free-form note.
Valid values: any ASCII text (Note: do not copy and paste from a word processor because of the possibility of embedded non-ASCII characters.)
Source code: notes are not read by the model
SSASIM: INDS . ind_id
Identifies one of cohort individuals specified in analysis, so must be unique among set of ind_id values associated with a particular id value. There can be as many as eighteen rows with same id value, with ind_id values pointing to different rows in IND table that represent up to nine women and up to nine men.
Valid values: 1 to 999999999 (nine digits), Integer
Source code: ind.h and cohort.cpp