Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installation of DASP programme

    I am having difficulty in adding DASP submenu to Stata's main menu. Meanwhile, I have installed all the three files including "hlp, ado and dlg" required for installation of DASP module. I have installed successfully the DASP programme codes including the one that will add DASP submenu to Stata's main menu. However, the DASP dialog box has not been created in the Stata "User" main menu. I could not also locate the "Profile.do" in the said DASP programme as instructed in DASP installation pdf document.

  • #2
    What codes you have added in profile.do file? You can put it here and help experts to detect the problem.

    Comment


    • #3
      Suppose you have installed DASP sucessfully through Step B-1 or Step B-2, then make sure you have profile.do file in the directory c:/ado/personal, and add the following code in the profile.do
      Code:
      /* To add the dasp menu */
      _daspmenu
      Then open again Stata and select from the mainmenu USER => DASP

      Comment


      • #4
        Profile.do file could not be found in my DASP programme. OR how do I locate the profile.do file in the DASP programme. I used the code: cap adddmenu profile.do_daspmenu-to add the DASP submenu to Stata's main menu

        Comment


        • #5
          DASP submenu has just been added to my Stata's main menu after I used the above code: _daspmenu-
          Thank you for your support

          Comment

          Working...
          X