John
You are misinterpreting this.
Please re-read Rob's email. You are looking at the message out of context.
&6 is a replacement variable... and you are thinking it is reason code 6,
which is not the case. You must look at the message in the joblog. There
in place of &6, the message will have a number between 1 and 16 - this
will tell you the actual reason.
Kind Regards
Alan Jordan
RODIN by Coglin Mill | 507.282.4151 x 103 | 507.261.4495 Mobile |
Rochester, Minnesota USA | www.thinkrodin.com
From: John Mathew <johnmathew400@xxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>,
Date: 08/23/2012 10:51 AM
Subject: Re: Error CPF4102
Sent by: midrange-l-bounces@xxxxxxxxxxxx
DSPMSGD CPF4102
Enter
30
File &2 in library &3 with member &4 not found.
The file was not opened. The reason code is &6. The reason code and their
meanings are as follows.
06 The file does not have any members
Recovery
Add a member (ADDLFM or ADDPFM Command) or change the file name, the
library name, or the member name with an
Override Database File (OVRDBF) Command.
So should go and tell the programer the above Recovery suggestion.
________________________________
From: "rob@xxxxxxxxx" <rob@xxxxxxxxx>
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Sent: Thursday, 23 August 2012 8:55 PM
Subject: Re: Error CPF4102
First, when the job is running look at the joblog. Some simple steps:
GO TECHHELP
1. Display messages for the system operator
position to message
Press F1
F9=Display message details
From job . . . . . . . . . . . : MYJOB
User . . . . . . . . . . . . : MYUSERID
Number . . . . . . . . . . . : 985827
Then, from a command line, do:
DSPJOBLOG JOB(985827/MYUSERID/MYJOB)
You should see the message CPF4102 in full context.
To see it out of context you can do
DSPMSGD CPF4102
File &2 in library &3 with member &4 not found
Basically, you're missing one of these three
- a member within a file
- the whole file itself
- the whole library
How to resolve this will depend on your application developer.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.