
{  The purpose of this request is to create a job file table
{ entry initializing the entry and establishing the proper
{ device attributes.
{
{       FMP$CREATE_JOB_FILE_ENTRY (ATTRIBUTES, CALLER_RING, REQUEST_DESCRIPTOR,
{         GLOBAL_FILE_NAME, JFID, SFID, STATUS)
{
{ ATTRIBUTES: (input) This parameter specifies a set of hardware
{       and software attributes to be associated with the file.
{
{ CALLER_RING: (input) This parameter specifies the caller ring.
{
{ REQUEST_DESCRIPTOR: (input) This parameter specifies the request descriptor.
{
{ GLOBAL_FILE_NAME: (output) This parameter specifies the global
{       file name which has been assigned to the file.
{
{ JFID: (output) This parameter specifies the job_file_identifier
{       which has been assigned.
{
{ SFID: (output) This parameter specifies the system_file_identifier
{       which has been assigned the file by device management.
{
{ STATUS: (output) This parameter specifies the request status.
{
