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 |
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.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2847.1 | he's probably stuck | TOOK::CALLANDER | MCC = My Constant Companion | Fri Jun 19 1992 14:36 | 6 |
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.2 | TOOK::FONSECA | I heard it through the Grapevine... | Wed Jun 24 1992 17:36 | 8 | |
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 |