#
#  SAMPLE sams file sup.sam
#
component       sup
table           sup__table
technology      dce

serviceability  table sup_svc_table handle sup_svc_handle
start
    sub-component sup_s_general "general"       sup_i_svc_general
end

start
code            sup_s_test_notice
sub-component   sup_s_general
attributes      svc_c_sev_notice
text            "NOTICE message %d from %s!"
explanation     "This is the test message"
action          "None required."
end

start
code            sup_s_test_warning
sub-component   sup_s_general
attributes      svc_c_sev_warning
text            "WARNING message %d from %s!"
explanation     "This is the test message"
action          "None required."
end

start
code            sup_s_test_error
sub-component   sup_s_general
attributes      svc_c_sev_error
text            "ERROR message %d from %s!"
explanation     "This is the test message"
action          "None required."
end

start
code            sup_s_test_fatal
sub-component   sup_s_general
attributes      svc_c_sev_fatal
text            "FATAL message %d from %s!"
explanation     "This is the test message"
action          "None required."
end

start
code            sup_s_test_verbose
sub-component   sup_s_general
attributes      svc_c_sev_notice_verbose
text            "VERBOSE message %d from %s!"
explanation     "This is the test message"
action          "None required."
end

# Part III
start		!intable undocumented
code		sup_i_svc_general
text		"General Server admin"
end
