
{
{ This procedure is used in job begin to recreate the cloned template FDEs. In the original cloning
{ process, copies of the FDEs were made. During LOGIN of subsequent jobs, it is necessary to recreate
{ the identical FDEs with the same hash and index.
{
{ Most fields in the newly assigned FDE are set to the same value as in the original FDE.
{ The MEDIA is reset to transient segment and EOI is set to zero.
{
{
{     GFP$REASSIGN_FDE (SFID, OLD_FDE_P)
{
{
{ SFID:  (INPUT) This parameter specifies the SFID of the entry to be created.
{          A system error occurs if the entry is already in use for another file.
{ OLD_FDE_P: (INPUT) This parameter is a pointer to a copy of the FDE in the
{         cloned template.

