× 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.



after a number of attempts at trying to make it fail, I succeeded.
Damn, I hate this internationalization stuff!

It seems both the source file and the job have to be in CCSID(285)

So, do the following:
CHGJOB CCSID(285)

Then re-compile the source member FUTIL4.64 and then do the
CALL FUTIL4.64 yourlib
again

That was a huge help! But not enough, I'm afraid.

The next hurdle was a badly-encoded CL command around record 22805 in the
source. The ADDMSGD line contained the following text:
MSG(''Aspect file does not exist. Press F6')
which of course results in an error, stopping the process. I resolved that
with this SQL:
UPDATE qclsrc112
SET srcdta=replace(srcdta,
'MSG(''''Aspect file does not exist. Press F6'')',
' MSG(''Aspect file does not exist. Press F6'')')
WHERE srcdta LIKE
'%MSG(''''Aspect file does not exist. Press F6'')%'
-- 1 rows updated in QCLSRC112 in ...

But I'm now stopped at trying to compile SSLFU90M.
000053
000054 D* Program status data structure
000055 /copy sslcopysds
======> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
*RNF0273 40 a 000055 Compiler not able to open the /COPY or /INCLUDE
file;
directive ignored.

Can you help?

Dennis Lovelady
http://www.linkedin.com/in/dennislovelady
--
"Income tax returns are the most imaginative fiction being written today."
-- Herman Wouk




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.