


If a variable (a field) is not referenced in program instructions, it will not be brought into program memory. There is no need for program code to fetch fields that aren't used, so the fetch instructions are not generated.
Set the DEBUG(*INPUT) H-spec keyword if you want to force all fields to be brought even if you don't use them.
Post back if that doesn't help.
Tom



