I have a "project" folder that contains following subfolders:
The profile.do is there to show the path and includes the following commands:
*** DEFINE PATH GLOBALS ***
global orig "R:\Projekt mit Sam\ffp2491\orig"
global data "R:\Projekt mit Sam\ffp2491\data"
global prog "R:\Projekt mit Sam\ffpz2491\prog"
global log "R:\Projekt mit Sam\ffp2491\log"
I have already prepared the "md04_mergebhp.do" and runs smoothly on its own.
The problem is with the Master do-file, in which the following commands exist:
do $prog/md04_mergebhp.do
clear
set more off
when I run it, this error appears
. do $prog/md04_mergebhp.do
file R:\Projekt.do not found
r(601);
I am new to stata and don#t know what mistake am I doing there? or where should I read to learn working which such a project.
I appreciate if anyone can give me a hint.
- data
- log
- orig
- prog
The profile.do is there to show the path and includes the following commands:
*** DEFINE PATH GLOBALS ***
global orig "R:\Projekt mit Sam\ffp2491\orig"
global data "R:\Projekt mit Sam\ffp2491\data"
global prog "R:\Projekt mit Sam\ffpz2491\prog"
global log "R:\Projekt mit Sam\ffp2491\log"
I have already prepared the "md04_mergebhp.do" and runs smoothly on its own.
The problem is with the Master do-file, in which the following commands exist:
do $prog/md04_mergebhp.do
clear
set more off
when I run it, this error appears
. do $prog/md04_mergebhp.do
file R:\Projekt.do not found
r(601);
I am new to stata and don#t know what mistake am I doing there? or where should I read to learn working which such a project.
I appreciate if anyone can give me a hint.
Comment