DGMTDD5 ;ALB/AMA - Executable Help Calls, CON'T ; 8/1/08 1:13pm
;;5.3;PIMS;**1016**;JUN 30, 2012;Build 20
;
201 ;Executable Help for Cash, Amount in Bank Accounts (408.21/2.01)
Q:(X="?")
I +$$MTVERS^DGMTDD4($G(DGMTI))=0 D Q
. ;Help text for pre-Feb 2005 Data Collection format
. W !?8,"Enter in this field cash and amounts in bank accounts. This includes"
. W !?8,"checking accounts, savings accounts, Individual Retirement Accounts,"
. W !?8,"certificate of deposit, etc."
. Q
E D
. ;Help text for Feb 2005 Data Collection format
. W !?8,"Enter in this field cash and amounts in bank accounts. This includes"
. W !?8,"checking accounts, savings accounts, Certificates of Deposit (CDs),"
. W !?8,"Individual Retirement Accounts (IRAs), stocks and bonds, etc."
Q
203 ;Executable Help for Land, Bldgs Less Mortgage (408.21/2.03)
Q:(X="?")
I +$$MTVERS^DGMTDD4($G(DGMTI))=0 D Q
. ;Help text for pre-Feb 2005 Data Collection format
. W !?8,"Enter in this field the current value, less mortgages or other"
. W !?8,"encumbrances, of any real property (land and buildings) owned."
. W !?8,"Do not report the value of the veteran's primary residence."
. W !?8,"If the veteran's primary residence is a multifamily dwelling, report"
. W !?8,"the value of the building less the value of the unit occupied by"
. W !?8,"the veteran. If the veteran lives on a farm, report the value"
. W !?8,"of the farm less the value of the house occupied by the veteran"
. W !?8,"and a reasonable surrounding area. NOTE: Since the veteran's primary"
. W !?8,"residence is not reported as an asset, the mortgage may NOT be reported"
. W !?8,"as a debt. In addition, the value of any other property owned by the"
. W !?8,"veteran or spouse will be calculated in the same manner."
. Q
E D
. ;Help text for Feb 2005 Data Collection format
. I $G(DGPRTY)="V" D Q ;Help text for the veteran
. . W !?8,"Enter in this field the current value of land and buildings, less"
. . W !?8,"mortgages and liens."
. . W !!?8,"Do not report the value of the veteran's primary residence. If the"
. . W !?8,"veteran's primary residence is a multifamily dwelling, report the value"
. . W !?8,"of the building less the value of the unit occupied by the veteran. If"
. . W !?8,"the veteran lives on a farm, report the value of the farm less the"
. . W !?8,"value of the house occupied by the veteran and a reasonable surrounding"
. . W !?8,"area. The size of the 'reasonable lot area' that can be excluded from"
. . W !?8,"net worth consideration is determined by the degree to which the"
. . W !?8,"property is connected to the dwelling and the typical size of lots in"
. . W !?8,"the immediate area. Contiguous land which is closely connected to the"
. . W !?8,"dwelling in terms of use and which does not greatly exceed the"
. . W !?8,"customary size of lots in the immediate area is excluded from net worth"
. . W !?8,"consideration."
. . W !!?8,"NOTE: Since the veteran's primary residence is not reported as an"
. . W !?8,"asset, the mortgage may NOT be reported as a debt. In addition, the"
. . W !?8,"value of any other property owned by the veteran, spouse, or dependent"
. . W !?8,"children will be calculated in the same manner."
. E D ;Help text for the dependents (spouse or child)
. . W !?8,"Enter in this field the current value of land and buildings, less"
. . W !?8,"mortgages and liens."
. . W !!?8,"Do not report the value of the person's primary residence. If the"
. . W !?8,"person's primary residence is a multifamily dwelling, report the value"
. . W !?8,"of the building less the value of the unit occupied by the person. If"
. . W !?8,"the person lives on a farm, report the value of the farm less the"
. . W !?8,"value of the house occupied by the person and a reasonable surrounding"
. . W !?8,"area. The size of the 'reasonable lot area' that can be excluded from"
. . W !?8,"net worth consideration is determined by the degree to which the"
. . W !?8,"property is connected to the dwelling and the typical size of lots in"
. . W !?8,"the immediate area. Contiguous land which is closely connected to the"
. . W !?8,"dwelling in terms of use and which does not greatly exceed the"
. . W !?8,"customary size of lots in the immediate area is excluded from net worth"
. . W !?8,"consideration."
. . W !!?8,"NOTE: Since the person's primary residence is not reported as an"
. . W !?8,"asset, the mortgage may NOT be reported as a debt. In addition, the"
. . W !?8,"value of any other property owned by the veteran, spouse, or dependent"
. . W !?8,"children will be calculated in the same manner."
Q
204 ;Executable Help for Other Property or Assets (408.21/2.04)
Q:(X="?")
I +$$MTVERS^DGMTDD4($G(DGMTI))=0 D Q
. ;Help text for pre-Feb 2005 Data Collection format
. W !?8,"Enter in this field the current market value of other property owned."
. W !?8,"However, do not report the value of household effects or vehicles"
. W !?8,"regularly used for family transportation. Other property may include"
. W !?8,"an art or stamp collection."
. Q
E D
. ;Help text for Feb 2005 Data Collection format
. W !?8,"Enter in this field the current market value of other property or"
. W !?8,"assets that are owned, minus the amount that is owed on these items."
. W !?8,"Include the value of farm, ranch, or business assets. However, do not"
. W !?8,"report the value of household effects or vehicles regularly used for"
. W !?8,"family transportation. Assets may include art, rare coins, or"
. W !?8,"collectibles."
Q
133 ;Executable Help for E-Mail Address (2/.133)
W !?8,"Enter the applicant's email address [3-50 characters]. The entry must"
W !?8,"contain at least 3 characters, then have an '@' in the format. After"
W !?8,"the '@', the entry must contain at least 1 character, then have a '.' in"
W !?8,"the format. After the '.', then the entry must contain at least 1"
W !?8,"character. For example:",!?16,"lastnamefirstname@yahoo.com"
W !?16,"lastname@irs.gov",!?16,"name@college.org"
Q
DGMTDD5 ;ALB/AMA - Executable Help Calls, CON'T ; 8/1/08 1:13pm
+1 ;;5.3;PIMS;**1016**;JUN 30, 2012;Build 20
+2 ;
201 ;Executable Help for Cash, Amount in Bank Accounts (408.21/2.01)
+1 IF (X="?")
QUIT
+2 IF +$$MTVERS^DGMTDD4($GET(DGMTI))=0
Begin DoDot:1
+3 ;Help text for pre-Feb 2005 Data Collection format
+4 WRITE !?8,"Enter in this field cash and amounts in bank accounts. This includes"
+5 WRITE !?8,"checking accounts, savings accounts, Individual Retirement Accounts,"
+6 WRITE !?8,"certificate of deposit, etc."
+7 QUIT
End DoDot:1
QUIT
+8 IF '$TEST
Begin DoDot:1
+9 ;Help text for Feb 2005 Data Collection format
+10 WRITE !?8,"Enter in this field cash and amounts in bank accounts. This includes"
+11 WRITE !?8,"checking accounts, savings accounts, Certificates of Deposit (CDs),"
+12 WRITE !?8,"Individual Retirement Accounts (IRAs), stocks and bonds, etc."
End DoDot:1
+13 QUIT
203 ;Executable Help for Land, Bldgs Less Mortgage (408.21/2.03)
+1 IF (X="?")
QUIT
+2 IF +$$MTVERS^DGMTDD4($GET(DGMTI))=0
Begin DoDot:1
+3 ;Help text for pre-Feb 2005 Data Collection format
+4 WRITE !?8,"Enter in this field the current value, less mortgages or other"
+5 WRITE !?8,"encumbrances, of any real property (land and buildings) owned."
+6 WRITE !?8,"Do not report the value of the veteran's primary residence."
+7 WRITE !?8,"If the veteran's primary residence is a multifamily dwelling, report"
+8 WRITE !?8,"the value of the building less the value of the unit occupied by"
+9 WRITE !?8,"the veteran. If the veteran lives on a farm, report the value"
+10 WRITE !?8,"of the farm less the value of the house occupied by the veteran"
+11 WRITE !?8,"and a reasonable surrounding area. NOTE: Since the veteran's primary"
+12 WRITE !?8,"residence is not reported as an asset, the mortgage may NOT be reported"
+13 WRITE !?8,"as a debt. In addition, the value of any other property owned by the"
+14 WRITE !?8,"veteran or spouse will be calculated in the same manner."
+15 QUIT
End DoDot:1
QUIT
+16 IF '$TEST
Begin DoDot:1
+17 ;Help text for Feb 2005 Data Collection format
+18 ;Help text for the veteran
IF $GET(DGPRTY)="V"
Begin DoDot:2
+19 WRITE !?8,"Enter in this field the current value of land and buildings, less"
+20 WRITE !?8,"mortgages and liens."
+21 WRITE !!?8,"Do not report the value of the veteran's primary residence. If the"
+22 WRITE !?8,"veteran's primary residence is a multifamily dwelling, report the value"
+23 WRITE !?8,"of the building less the value of the unit occupied by the veteran. If"
+24 WRITE !?8,"the veteran lives on a farm, report the value of the farm less the"
+25 WRITE !?8,"value of the house occupied by the veteran and a reasonable surrounding"
+26 WRITE !?8,"area. The size of the 'reasonable lot area' that can be excluded from"
+27 WRITE !?8,"net worth consideration is determined by the degree to which the"
+28 WRITE !?8,"property is connected to the dwelling and the typical size of lots in"
+29 WRITE !?8,"the immediate area. Contiguous land which is closely connected to the"
+30 WRITE !?8,"dwelling in terms of use and which does not greatly exceed the"
+31 WRITE !?8,"customary size of lots in the immediate area is excluded from net worth"
+32 WRITE !?8,"consideration."
+33 WRITE !!?8,"NOTE: Since the veteran's primary residence is not reported as an"
+34 WRITE !?8,"asset, the mortgage may NOT be reported as a debt. In addition, the"
+35 WRITE !?8,"value of any other property owned by the veteran, spouse, or dependent"
+36 WRITE !?8,"children will be calculated in the same manner."
End DoDot:2
QUIT
+37 ;Help text for the dependents (spouse or child)
IF '$TEST
Begin DoDot:2
+38 WRITE !?8,"Enter in this field the current value of land and buildings, less"
+39 WRITE !?8,"mortgages and liens."
+40 WRITE !!?8,"Do not report the value of the person's primary residence. If the"
+41 WRITE !?8,"person's primary residence is a multifamily dwelling, report the value"
+42 WRITE !?8,"of the building less the value of the unit occupied by the person. If"
+43 WRITE !?8,"the person lives on a farm, report the value of the farm less the"
+44 WRITE !?8,"value of the house occupied by the person and a reasonable surrounding"
+45 WRITE !?8,"area. The size of the 'reasonable lot area' that can be excluded from"
+46 WRITE !?8,"net worth consideration is determined by the degree to which the"
+47 WRITE !?8,"property is connected to the dwelling and the typical size of lots in"
+48 WRITE !?8,"the immediate area. Contiguous land which is closely connected to the"
+49 WRITE !?8,"dwelling in terms of use and which does not greatly exceed the"
+50 WRITE !?8,"customary size of lots in the immediate area is excluded from net worth"
+51 WRITE !?8,"consideration."
+52 WRITE !!?8,"NOTE: Since the person's primary residence is not reported as an"
+53 WRITE !?8,"asset, the mortgage may NOT be reported as a debt. In addition, the"
+54 WRITE !?8,"value of any other property owned by the veteran, spouse, or dependent"
+55 WRITE !?8,"children will be calculated in the same manner."
End DoDot:2
End DoDot:1
+56 QUIT
204 ;Executable Help for Other Property or Assets (408.21/2.04)
+1 IF (X="?")
QUIT
+2 IF +$$MTVERS^DGMTDD4($GET(DGMTI))=0
Begin DoDot:1
+3 ;Help text for pre-Feb 2005 Data Collection format
+4 WRITE !?8,"Enter in this field the current market value of other property owned."
+5 WRITE !?8,"However, do not report the value of household effects or vehicles"
+6 WRITE !?8,"regularly used for family transportation. Other property may include"
+7 WRITE !?8,"an art or stamp collection."
+8 QUIT
End DoDot:1
QUIT
+9 IF '$TEST
Begin DoDot:1
+10 ;Help text for Feb 2005 Data Collection format
+11 WRITE !?8,"Enter in this field the current market value of other property or"
+12 WRITE !?8,"assets that are owned, minus the amount that is owed on these items."
+13 WRITE !?8,"Include the value of farm, ranch, or business assets. However, do not"
+14 WRITE !?8,"report the value of household effects or vehicles regularly used for"
+15 WRITE !?8,"family transportation. Assets may include art, rare coins, or"
+16 WRITE !?8,"collectibles."
End DoDot:1
+17 QUIT
133 ;Executable Help for E-Mail Address (2/.133)
+1 WRITE !?8,"Enter the applicant's email address [3-50 characters]. The entry must"
+2 WRITE !?8,"contain at least 3 characters, then have an '@' in the format. After"
+3 WRITE !?8,"the '@', the entry must contain at least 1 character, then have a '.' in"
+4 WRITE !?8,"the format. After the '.', then the entry must contain at least 1"
+5 WRITE !?8,"character. For example:",!?16,"lastnamefirstname@yahoo.com"
+6 WRITE !?16,"lastname@irs.gov",!?16,"name@college.org"
+7 QUIT