How do I count Internal Logical Files (ILF) and External Inputs (EI) for a dynamic form entry page?

Posted by DmytroL on Programmers See other posts from Programmers or by DmytroL
Published on 2012-04-25T12:32:08Z Indexed on 2012/06/27 21:25 UTC
Read the original article Hit count: 189

Filed under:

Assuming I have an applicant information entry screen, the number and types of fields on which can be defined by the system administrator, how do I go about counting the number of Internal Logical Files (ILFs) and Data Element Types (DETs) for the related data functions?

So far I have come up with something like this:

  • ILF #1 (control information): Field Metadata, 1 RET, ~3 DET (name, type, mandatory)
  • ILF #2 (business data): Applicant Data, most likely 1 RET, but how many DET? Of course I could count it as 2 DET (Field ref, Value), but I am not sure that would be correct

And when it comes to an External Input (EI), say, "Add New Applicant", things become even more complicated, because the number of DET corresponding to the user-editable fields is totally dependent on the control information in ILF #1, and I am out of ideas here...

Anyone fancy to help with that?

Thanks in advance!

© Programmers or respective owner

Related posts about untagged