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



you may try also that way:
RTVMBRD FILE(&YRFILE) MBR(&MBRNAME) RTNLIB(&LIBRARY)  /* this will give you
the library of your PF*/ 

ADDLFM FILE(SOMELIB/LFNAME) MBR(&MBRNAME) +
        DTAMBRS((&LIBRARY/&YRFILE (&MBRNAME))))

Sincerely
Domenico Finucci
Fiditalia , Milano, 02- 4301-2494


-----Messaggio originale-----
Da: Dennis Lovelady [mailto:dlovelady@dtcc.com]
Inviato: luned́ 13 gennaio 2003 14.19
A: Midrange Systems Technical Discussion
Oggetto: RE: CL command



Hi, Murali:

I cannot come there and do it for you, if that's what you mean.  :)  A
little busy today.  :)

Ummm....

Change current library to be that of the PF that you want to create the
logical:
    CHGCURLIB LIBRARY_CONTAINING_PF
Then, use ADDLFM to add a member to the LF.  Specify the library where you
want the LF to be created (which I have called SOMELIB) and the name of the
Logical (which I have called LFNAME.  Specify *CURRENT as the library name
for the PF, specify the PF name (which I have creatively called PF1NAME),
and specify the names of any members you want included in the view (which I
have called MBR1 and MBR2 in this case).
> CHGCURLIB LIBRARY_CONTAINING_PF
> ADDLFM FILE(SOMELIB/LFNAME) MBR(MBRNAME) +
>        DTAMBRS((*CURRENT/PF1NAME (MBR1 MBR2)))


What is it that you don't understand?

Dennis






"N, Muralidhar" <Muralidhar.N@blr.hpsglobal.com>@midrange.com on 01/13/2003
07:50:22 AM

Please respond to Midrange Systems Technical Discussion
       <midrange-l@midrange.com>

Sent by:    midrange-l-bounces@midrange.com


To:    "'Midrange Systems Technical Discussion'" <midrange-l@midrange.com>
cc:
Subject:    RE: CL command


Can you just give some more explanation to justify this?
regards,
Murali.

> -----Original Message-----
> From:     Dennis Lovelady [SMTP:dlovelady@dtcc.com]
> Sent:     Monday, January 13, 2003 6:04 PM
> To: Midrange Systems Technical Discussion
> Subject:  Re: CL command
>
>
> Yes, that approach is sound.
>
> CHGCURLIB LIBRARY_CONTAINING_PF
> ADDLFM FILE(SOMELIB/LFNAME) MBR(MBRNAME) +
>        DTAMBRS((*CURRENT/PF1NAME (MBR1 MBR2)))
>
>
>
>
>
>
>
> "N, Muralidhar" <Muralidhar.N@blr.hpsglobal.com>@midrange.com on
> 01/13/2003
> 07:08:05 AM
>
> Please respond to Midrange Systems Technical Discussion
>        <midrange-l@midrange.com>
>
> Sent by:    midrange-l-bounces@midrange.com
>
>
> To:    "'Midrange Systems Technical Discussion'"
<midrange-l@midrange.com>
> cc:
> Subject:    CL command
>
>
>
> some of the CL commands do not accept *LIBL and either require a
> library-name or *CURRENT to be specified. One example is ADDLFM command
> while specifying PF data-members. In this case, is it safe to specify
> *CURRENT, by expecting the data-file to be in current-library ?
>
> Since we are using members in our transaction-files, this has become  an
> important issue...
> Kindly suggest me!




_______________________________________________
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo.cgi/midrange-l
or email: MIDRANGE-L-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.