I have a functional map, FM_CreateRecord(), that gets called with two arguments: (1) data object -- AMTLoop -- with range (1:s), and an integer index of the current AMTLoop via INDEX(AMTLoop). I'm trying to compare values in the current AMTLoop with the previous AMTLoop from within FM_CreateRecord but having difficulty with the scoping and syntax issues.
Suggestions on how to compare previous and current data object element values when you don't know how many data objects exist in the input file?
Thanks...
Suggestions on how to compare previous and current data object element values when you don't know how many data objects exist in the input file?
Thanks...