{}
{ COMMON DECK FMHPJP }
{
{   The purpose of this request is to associate job management information
{ with a local file name.  If requested the system label will also be
{ stored.
{}
{     FMP$PUT_JL_POINTER (LOCAL_FILE_NAME, WRITE_LABEL, JL_PTR, STATUS)
{}
{ LOCAL_FILE_NAME: (input) This parameter specifies the local file name
{   the job management information is to be associated with.
{
{ WRITE_LABEL: (input) This parameter specifies whether the System Label
{   is to be written.  The initial generation of System Label information
{   has to occur before the representative file is initially opened.  The
{   initial OPEN on the file will cause the generated System Label
{   information to be written to the System Label.  Under this described
{   circumstance this parameter should be set to FALSE. For any further
{   updates or additions to the System Label this parameter should be
{   set to TRUE, for if it is set to FALSE the System Label will not
{   be updated.
{
{ JL_PTR: (input) This parameter is a sequence pointer to job management
{   information.
{
{ STATUS: (output) This parameter returns the request status.
{
