hexagon logo

Dimension Names?

I am using Datapage version 3.33. I have these lines in the beginning of my program:
STATS/ON,DATAPAGE,$
DIRECTORY=C:\DATAPAGE\DANK,$
DIRECTORY=,$
READ=550,WRITE=50,MEMPAGES=50,DIMENSIONNAME,CONTROLCALC OFF,$
STATS/END

But when I go to look at my report, the Variables listed are PT and LINE numbers.Confused
I ame farely new to Datapage.

Thanks for the Help
Dan
Parents
  • Yes thanks mine has a space also but somehow I lost it when I copy and pasted.

    Well, I would double-click on the DIMENSIONNAME and hit F8 to cycle through. In my version of Pcdmis, there is a space between DIMENSION and NAME. If you typed that in, that may be the problem.

    READ=10,WRITE=20,MEMPAGES=4,FEATURE NAME,CONTROLCALC ON,$


    READ=10,WRITE=20,MEMPAGES=4,DIMENSION NAME,CONTROLCALC ON,$
Reply
  • Yes thanks mine has a space also but somehow I lost it when I copy and pasted.

    Well, I would double-click on the DIMENSIONNAME and hit F8 to cycle through. In my version of Pcdmis, there is a space between DIMENSION and NAME. If you typed that in, that may be the problem.

    READ=10,WRITE=20,MEMPAGES=4,FEATURE NAME,CONTROLCALC ON,$


    READ=10,WRITE=20,MEMPAGES=4,DIMENSION NAME,CONTROLCALC ON,$
Children
No Data