home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / hyprco.zip / HYPRDEMO.DEF < prev    next >
Text File  |  1994-10-01  |  3KB  |  76 lines

  1. $D$HYPERCODE
  2.  
  3.  How many times have you been in this situation? 
  4.  
  5.  There is a foot-thick program listing sitting ominously 
  6.  on your desk, post-it notes sticking out everywhere.  
  7.  Within the next 24 hours (and you'll probably use most 
  8.  of them) you have to: 1) Figure out why it isn't 
  9.  working correctly. 2) Come up with a solution. 3) 
  10.  Verify the solution with a user in order to ensure that 
  11.  it will meet their needs. 4) Implement and test the 
  12.  fix. 
  13.  
  14.  All of the time-consuming tasks listed above and more 
  15.  can be accomplished more quickly and effectively by 
  16.  quickly getting to the heart of the code. 
  17.  
  18.  CASEy COBOL HyperCode is a unique utility program 
  19.  that transforms any COBOL program into a 
  20.  HyperText-linked OS/2 information file. 
  21.  
  22.  This provides systems development organizations with 
  23.  a number of benefits, it: 
  24.  
  25.  o Dramatically reduces the amount of time required in 
  26.    the discovery phase of system maintenance. 
  27.  o Brings new programmers up to speed quickly by 
  28.    allowing them to view examples of standardized code.  
  29.    The popup definitions can be used to clarify obscure 
  30.    programming commands and/or conventions. 
  31.  o Provides programmers with the ability to more 
  32.    quickly (and thoroughly) desk check programs before 
  33.    intensive testing. 
  34.  o Utilizes an organization's data dictionary to create a 
  35.    popup definition (in the HyperCode file) for each 
  36.    program variable or command. 
  37.  o Acquaints systems professionals with the advantages 
  38.    of using the PC as an analysis tool.  This can open 
  39.    the door to utilizing many of the exceedingly powerful 
  40.    applications including PC compilers, CASE tools and 
  41.    client-server database applications.  HyperCode is a 
  42.    small, but potentially very useful step in this 
  43.    direction. 
  44. $D$IN-FILE-RECORD
  45. This record represents customer records downloaded from a BBS.
  46. $D$OUT-FILE-RECORD
  47. This record represents the customer records written to a indexed file for later use.
  48. $D$NAME
  49. The full name of the customer.
  50. $D$FIRST-NAME    
  51. The first name of the customer.
  52. $D$MI
  53. The middle initial of the customer.
  54. $D$LAST-NAME   
  55. The last name of the customer.
  56. $D$ADDRESS
  57. The full address of the customer.
  58. $D$STREET-ADDRESS
  59. The street address of the customer.
  60. $D$CITY
  61. The city of residence for the customer.
  62. $D$STATE
  63. The state of residence for the customer.
  64. $D$ZIP
  65. The ZIP code of the customer.
  66. $D$COMPUSERVE-ID
  67. The Compuserve ID for the customer.
  68. $D$PHONE
  69. The customer's full phone number.
  70. $D$AREA-CODE
  71. The customer's area code.
  72. $D$PREFIX
  73. The customer's phone prefix.
  74. $D$SUFFIX
  75. The customer's phone suffix.
  76.