As Rob and others suggested.
I took GO TECHHELP and followed the steps.
Below is the error message I am getting.
File C050812 in Library XX10176485 with member *N not found.
Error message CPF4102 appeared during OPEN for file JJJJABCJ
Does this mean there are NO Members in a File and program is processing with a members?
Thanks in advance
________________________________
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.