[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

2847.0. "Access module Message" by LFOIS1::ALIE () Fri Apr 24 1992 14:57

    Hello,
    
    I have a customer (Lille Hospital) who developp an Access Module UNIX.
    
    To day he has a pb with the results of his command; for example he can
    ask from DECMCC to do a "ls" on a remote Ultrix machine : "do ls"
    
    But wen he receives the result of "ls" everything is attached in
    Latin1string:
    -------> toto.txt titi.txt tutu.txt etc....
    
    so he would like to have:
    
    		toto.txt
    		titi.txt
    		tutu.txt
    		etc ...
    
    Perhaps we can have this result with "DEcmcc Message" , do you think it
    is true ??	
    
    Have you another idea?????
    
    
    Thanx .....to help me so often
    
    
    
T.RTitleUserPersonal
Name
DateLines
2847.1he's probably stuckTOOK::CALLANDERMCC = My Constant CompanionFri Jun 19 1992 17:366
unluckily the PMs don't handle imbedded control sequences in the
output data from xMs. I don't even know what would happen if you
tried to do it (it has never been done to the best of mh knowledge).
You are more than likely to give it a shot. The FCL uses the 
standard printf to print the data so you might be able to put in the "/n"
and see what it does on the print.
2847.2TOOK::FONSECAI heard it through the Grapevine...Wed Jun 24 1992 20:368
I'm not sure the context that this message is being printed out,
but if it is an attribute, its definition could be changed from
'Latin1string' to 'SET OF Latin1string'.  Each element of the set is
then displayed on a seperate line.  I'm pretty sure I've had embedded
CR/LF in my attributes cause a linefeed under VMS.  I though FCL just passed them
on.  Is the behaviour diferent under Ultrix?

-Dave