Q. Data Alignment in Arrays?
Arrays are aligned to templates by ALIGN directive. ALIGN directive is used to align elements of various arrays with one another denoting that they must be distributed in the similar manner. The syntax of ALIGN derivative is:
!HPF$ ALIGN array1 WITH array2
where array1 is name of array to be aligned plus array2 is array to be aligned to.