Dear all,
here is the code:
Code:
tempfile using
* Example generated by -dataex-. To install: ssc install dataex
clear
input str102 firmName byte stress
"基于人脸识别技术的企业智能管理集成系统" 3
"世优(北京)科技有限公司"                      3
end
save `using', replace
* Example generated by -dataex-. To install: ssc install dataex
clear
input str63 firmName str123 projName byte firmAge
"三角兽(北京)科技有限公司" "三角兽人工智能语义交互系统"                   1
"三角兽(北京)科技有限公司" "三角兽人工智能语义交互系统"                   1
"三角兽(北京)科技有限公司" "三角兽人工智能语义交互系统"                   1
"三角兽(北京)科技有限公司" "三角兽人工智能语义交互系统"                   1
"三角兽(北京)科技有限公司" "三角兽人工智能语义交互系统"                   1
"世优(北京)科技有限公司"    "虚拟角色动画实时制作平台"                      2
"世优(北京)科技有限公司"    "虚拟角色动画实时制作平台"                      2
"世优(北京)科技有限公司"    "虚拟角色动画实时制作平台"                      2
"世优(北京)科技有限公司"    "虚拟角色动画实时制作平台"                      2
"世优(北京)科技有限公司"    "虚拟角色动画实时制作平台"                      2
"北京越视科技有限公司"          "基于人脸识别技术的企业智能管理集成系统" 2
"北京越视科技有限公司"          "基于人脸识别技术的企业智能管理集成系统" 2
"北京越视科技有限公司"          "基于人脸识别技术的企业智能管理集成系统" 2
"北京越视科技有限公司"          "基于人脸识别技术的企业智能管理集成系统" 2
"北京越视科技有限公司"          "基于人脸识别技术的企业智能管理集成系统" 2
end
merge m:1 firmName using `using'
how to get the matching results presented in combination?
here is data structure of master:
Array

here is data structure of using:
Array

here is data structure I want:
Array