×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
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.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.