﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
36	pcref does not ken .cds segments	canthony	Eric Swenson	"As part of the Y2K and time-zone issues, the pcref tool was used to locate references to
decode_clock_value_$date_time. prcef relies on data gathered by crossref, which analyzes
compiled/assembled segments to locate references to entry points.

However, .cds segments are not known to crorssref, has the compiled cds segments are not part of the built
code; only their output is.

The entry decode_clock_value_$date_time parameter zone was changed from char (3) to char (4); due to 
pcref not searching the CDS segments, the change was not propagated to those segments.

Searching the Multics source reveals:

bound_pl1_.1.s.archive/pl1_version.cds

dcl decode_clock_value_$date_time
entry (fixed bin (71), fixed bin, fixed bin, fixed bin, fixed bin, fixed bin, fixed bin,
fixed bin (71), fixed bin, char (3), fixed bin (35));

This is the only date_time reference that I can locate in the .cds segments."	defect	new	major		Tools				
