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



>From: "Jeffrey Silberberg" <jsilberberg@mindspring.com>
>Date: Tue, 25 Sep 2001 11:32:55 -0400
>
>        I have a CL build program to recreate a bunch of V3R2M0 modules
>written in C.  The CLP uses the command  QSYSV3R2M0/CRTCMOD MODULE
(........
>TGTRLS(*CURRENT) SYSINC(*YES).
>
>        When I compile the CLP on V4R4M0 system I get the following error
>message;
>* CPF0885 30  System command CRTCMOD in library QSYSV3R2M0 is for
>TGTRLS(V3R2M0).

The QSYSVxRxMx commands aren't meant to be actually used.  They're
meant for CL programs compiled with TGTRLS(non-*CURRENT) to be able
to use an old version of the command for the specified release;
for instance, to prevent you from creating a CL program that uses
command parameters that aren't available on the specified target release.

To get your programs to build correctly, just use CRTCMOD TGTRLS(V3R2M0).

Barbara Morris



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.