SAS code entry for importing .kmf files

I am trying to figure out how to import .kmf files (keyboard macro files) using code in SAS. I am engaged in research and have not found anything on this topic. I need to be able to manage updates of multiple .kmf files on multiple computers on multiple servers. Thus, regular imports are not efficient enough for my needs. Is this possible in the SAS program? If so, where can I find information to help me solve this problem?

+3
source share
1 answer

In accordance with SAS documents located at http://support.sas.com/kb/19/335.html

SAS Enhanced Editor allows you to create keyboard macros and abbreviations.

  • , "" > " ".

  • , "" > " " .

SAS .

  • , , , . . . : "" > > SHIFT CTRL , . EXPORT .kmf . SAS . "" > > . .kmf . " " .

SAS, . , , . ... (http://support.sas.com/resources/papers/proceedings09/073-2009.pdf), , , EG.


, , , . !

Enhanced Editor. "" , " ", "".

, .

• , CTRL , .

• , , , Shift . . .

+2

All Articles