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
  • 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,$
  • 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,$
  • Well it is now working but I don't know exactly why. I renamed the program and saved it "again" and re-ran the part. Now the DIM names are coming in the report. There seems like some sort of bug in it? I did save this program several times before and re-ran it but untill I renamed the file it didn't help. But the part number in the Datapage list didn't change? Don't know why?
  • Well it is now working but I don't know exactly why. I renamed the program and saved it "again" and re-ran the part. Now the DIM names are coming in the report. There seems like some sort of bug in it? I did save this program several times before and re-ran it but untill I renamed the file it didn't help. But the part number in the Datapage list didn't change? Don't know why?


    The part number in Datapage comes from the very TOP line IN your program, where it saye "PART NAME". This is what the name of the program was when created, but it does not change when you change the name of the program. It will stay the same until YOU re-name it there. It does NOT have to match the program name.