[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

140.0. "MCC$AES_MATCH read-only or read-write parameter !?!" by TENERE::LAVILLAT () Thu May 31 1990 15:29

I have a problem with MCC$AEC_MATCH function.

When the mask_entity is partially wildcarded (MCC$K_AES_INSTANCE_PARTIAL),
the match_entity is modified after the call ! (partially converted to lowercase)

I had before (for example) :

mask_entity : <MEMBER TOTO LINE A*>
match_entity: <MEMBER TOTO LINE AA>

and got after the call 
	
match_entity: <MEMBER TOTO LINE aa>

The result of MCC execution :

MCC> show member toto line a*
Using default ALL IDENTIFIERS
Member TOTO LINE aa
Identifiers
AT 17-NOV-1858 00:00:00


Examination of attributes shows:
                                   Name = AA

It's strange for a read-only parameter.


					Pierre
T.RTitleUserPersonal
Name
DateLines
140.1Simplename matching lowercased inputTOOK::L_GROSSMANThu May 31 1990 18:504
    
    The partial wildcarding for simplenames lower cases both
    simplenames. I will enter a QAR and this will be fixed for
    EFT update.