// //Merge command // //This command is used to marge current file and appoined file by keys; // //(Caution) //By the merge command, appoint only a file to merge into current file //Syntax merge [filename]@[prjname] by [keys]/ method = [mode] ; //options method = mode //mode is merge method for A zone and B zone as following Figure. //and11 A and B //and10 A and not B //and01 not A and B //or11 A or B //or10 A //or01 B
//Example 1 hand id name/ 1 yosida 2 imaoka 3 nakai 4 zuzuki 6 mizuno 7 hayasi 8 imai ; put class_names; hand score id/ 81 1 62 2 52 6 75 4 91 5 36 3 ; //Execute merge score by id with tempolary file 'class_names'. merge class_names by id;
? or _ are lacked value by merge
//Plot scare by name; plot bar score by name;