Skip to main content

Use of UNIX Animator to view the contents of a array

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

While debuging, if I want to have a look at the contents of a field, I press "q" then followed by "c". However, if I want to have a look at the contents of an array, I am having problems finding the keys that allow me to "scroll" up/down the array contents.

Resolution:

To view the contents of an array, place your cursor over the group item of the array, by going to the working storage of the array and then press "q" followed by "c".

Next press "F5" / "F6" to step down / up through an 'OCCURS' field of a group item.

"F8" will take you to the child of that group item, that is, the data element of that level.

"F9" will take you to next data element of the same level.

"F7" will take you back to the group item of the child.

Old KB# 4117