This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Anthony James Wimmers <address@hidden> >Organization: UVa >Keywords: 199903252031.NAA02194 PTLIST Tony, >On our system, the command: > >PTLIST MYDATA/PTSRCS.23 SELECT='ID SAN;TIME 0' > >yields the error: > >PTLIST: Error in SELECT clause for parameter ID -- parameter specified is not > in > > >Which is a problem on two levels. First, it doesn't seem to (ever) recognize >the ID search parameter. Second, the error message won't print past 80 >characters, and my answer lies in the part cut off. I believe that this is telling you that ID is not a valid key in the particular file. Please do a: PTLIST MYDATA/PTSRCS.23 FORM=PARAM and make sure that ID is listed as a valid parameter for the file. >Thanks, >Tony Tom Yoksas