HP3000-L Archives

May 2006, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Cathlene Mc Rae <[log in to unmask]>
Reply To:
Cathlene Mc Rae <[log in to unmask]>
Date:
Wed, 10 May 2006 10:50:28 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (56 lines)
Is this the SCM Application, Direct Transfer Out interface ?

 

Your current error is a fserror 52 with same application.  I found an old 
problem report that recommends the following;
  

     FSERR 52, PROGRAM ERROR #18 :PROCESS QUIT, PARAM=8
     Intrinsic layer; a privilege violation occurred.
     File System message 17
     FFILEINFO intrinsic.
     SUBSYS_INTRIN_ID message 311
     ABORT: FPREPP.HP32399A.HP32265

     RUN *FPREPP;LIB=P;INFO="dctdual"
     PROGRAM TERMINATED IN AN ERROR STATE. (CIERR 976)
     REMAINDER OF JOB FLUSHED.

What is the problem and how can I correct it?

Solution

This problem has been documented in SR  [5000-566695/STARS/English]  and is 
fixed in TOOLS C.00.00.  

But you can correct the problem with the following workaround.  Your Direct 
Transfer In job (DRXFERIN) calls the ADPREPJ jcl where it is failing with 
this message.  To fix the problem, modify the ADPREPJ.PUB file immediately 
immediately after the commands:

     !FILE MESSAGE=*FPREPMSG and
     !CONTINUE

to include the following commands:

     !SETVAR FRMTSIZE FINFO('EDSFRMT1',19)+50
     !FILE EDSFRMT1;DISC=!FRMTSIZE
     !DELETEVAR FRMTSIZE
     !SETJCW CIERROR=OK

The above 4 statements must come before the statement:

     !RUN *FPREPP;LIB=P;INFO="@"

After the change save the ADPREPJ.PUB file and rerun the DRXFERIN job.

  Let me know if this help resolve the problem. 

Best Regards
Cathlene McRae
hp support

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2