{
{   The purpose of this request is to create the SDT and SDTX for a
{ new task. All valid segments with an SDTX.INHERITANCE of mmc$si_share_segment
{ in the parent's SDTX are inherited by the new task. For segments in the parent's
{ SDTX with an inheritance of mmc$si_new_segment, a new segment is created in the
{ new task (these are primarily the task template segments). All segments in the
{ parent's SDTX with a segment reservation of mmc$srs_reserved_shared_stack
{ are inherited, regardless, of whether or not the segment is valid.
{
{   The ASID and ASTI of inherited segments are zeroed out. These values
{ may be copied into the child's segment table during a later phase of
{ task initiation, in the procedure MMP$CREATE_TASK.
{
{       MMP$CREATE_INHERITED_SDT (TASK_ID, STATUS)
{
{ TASK_ID: (input) This parameter identifies the task being created.
{
{ STATUS: (output) The request status is returned in this parameter.
{       The possible error codes are:
{             mme$invalid_task_id
{             mme$sdt_or_sdtx_exists
{
