Thanks Steve,
I guessed as much, but it is good to have confirmation.
Unfortunately the piece of code I am currently looking at does not really have a great deal to it. It has an Histogram(1) with a starting from field and a to field. A find on a superdesciptor and a read again using a superdescriptor. The parameter is an 01 level of a structure but the sublevel variables are not redefined.
Perhaps on that point,
I read the bit about using redefines within a parameter list, to save on the number of addresses passed. Does this still apply to a structure? e.g.
01 Var1.
02 Var2 (A5)
02 Var3 (N5.3)
02 Var4
03 Var5 (A4), etc.
or
01 Var1 (Ann)
01 Redefine Var1
02 Var2 (A5)
02 Var3 (N5.3)
02 Var4
03 Var5 (A4), etc.
Also, I do not know if this is where to ask the question, but does Freeze Frame - a product from Macro 4 - analyse Natural programs, or will it produce a generic for a CICS transaction?
Thanks