Hi,
I am changing an existing filler field in a LDA.
i.e., introducing a new field by reducing the existing filler field. Please see below example
eg:
2 #A (a5)
2 #B (a10)
2 #filler (a9)
2 #D (a20)
is being modified to
2 #A (a5)
2 #B (a10)
2 #C (a3)
2 #filler (a6)
2 #D (a20)
This LDA is being used as PDA in few programs, but the new variable #C is not used.
Do we need to STOW all the impacted modules or STOW only the modules which uses new variable #C.