Example 5

Operation: List the contents of an area of virtual storage.

Known:
  • The area to be displayed is between labels COUNTERA and DTABLE.
  • The data is to be listed in character format for a length of 130 bytes.
  • The name of the data set where the data is to be put: MYDATA.DCDUMP.
list countera:dtable
c l(130) m(1) print ('mydata.dcdump')