Data storage capacity: 1,000,000 characters (all data are stored in character form).
(MAXDATABUF)
Max total number of data fields: 200,000
(MAXD)
Max length of a line in a ploticus script: 3000 chars before & after variable evaluation
(SCRIPTLINELEN)
Maximum total number of lines in current proc plus all currently #saved procs: 5000
(MAXPROCLINES)
Max length of variable contents: 250 chars
(VARMAXLEN)
Max length of data field: 250 chars
(DATAMAXLEN)
Max length of input data record: 2998 chars
(MAXRECORDLEN)
Max length of field names and variable names: 48 chars
(NAMEMAXLEN)
Max number of values for rangebar percentile computation: 100,000
(MAXDAT)
Max number of points for lineplot, scatterplot or curvefit result curve: 50,000.
(HALFMAXDAT)
Max number of points for rangesweep: 33,333.
(THIRDMAXDAT)
Max number of scale categories in X: 100; in Y: 100. Max # of characters per category: 78
(MAXNCATS, MAXCATLEN)
Max number of points from which to compute a
moving average or regression curve in proc curvefit: 5000.
Bspline curve: 100.
(see proc_curvefit.c)
Max number of pie graph slices: 80
Max number of points in polygon (including line plot w area under curve filled): 1000
(MAX_D_ROWS)
proc tabulate limits: 200 rows, 200 columns, 200 ranges, comparison significance is 38 characters.
(see proc_tabulate.c)