home *** CD-ROM | disk | FTP | other *** search
/ Sams Cobol 24 Hours / Sams_Cobol_24_Hours.iso / Cobol32 / PowerGEM / Powergem.z / F3BXCEGN.DLL / string.txt < prev   
Text File  |  1996-09-25  |  12KB  |  152 lines

  1. 16    %s violates the syntax. \n%s so that it follows the syntax correctly.
  2. 17    Variable %s has already been declared. \nRename the variable.
  3. 18    Variable %s has the same name as a system variable. \nRename the variable.
  4. 19    A number other than a positive integer is written as a subscript for declaring an array variable. \nWrite a positive integer.
  5. 20    Function %s has already been defined. \nRename the function.
  6. 21    The break statement cannot be written outside a do, while, for, or switch statement. \nDelete the break statement, or correct its position.
  7. 22    The continue statement cannot be written outside a do, while, or for statement. \nDelete the continue statement, or correct its position.
  8. 23    The switch statement contains more than one default value. \nCorrect the switch statement so that it contains only one default value.
  9. 24    An identifier contains invalid character %s. \nCorrect the identifier.
  10. 25    The character-string constant is written incorrectly. \nCorrect the constant.
  11. 26    The numeric literal is written, incorrectly. \nCorrect the literal.
  12. 27    The value of a numeric literal exceeds the limit. \nChange the number of digits of the literal to 18 or fewer.
  13. 28    Memory is insufficient. \nTerminate any unnecessary applications.
  14. 29    The disk capacity is insufficient. \nDelete any unnecessary files.
  15. 30    The specified file, %s, cannot be opened. \nCheck the file.
  16. 31    An error occurred while the specified file, %s, was being accessed. \nBe sure the data in the file has not been corrupted or destroyed.
  17. 32    A compiler error occurred. \nDo you want to edit the script?
  18. 33    Because debugging is taking place, the return statement cannot be run. \nDo not force the debugger to run the return statement.
  19. 34    Because debugging is taking place, the break statement cannot be run. \nDo not force the debugger to run the break statement.
  20. 35    Because debugging is taking place, the continue statement cannot be run. \nDo not force the debugger to run the continue statement.
  21. 36    The debugger attempted to run an incomplete statement. \nBe sure the statement is complete.
  22. 37    The complicated script disabled compilation. \nSimplify the script.
  23. 38    The number of dimensions for declaring an array variable exceeds the limit. \nReduce the number of dimensions to 20 or fewer.
  24. 39    The initial value of the variable was entered incorrectly. \nCorrect the entry of the initial value.
  25. 40    The number of subscript values for declaring an array variable exceeds the limit. \nReduce the number of subscript values for the array variable to 10,000 or fewer.
  26. 48    A parameter is faulty.
  27. 80    The installed debugger does not provide a server function. \nReinstall the debugger.\n\nCompilation stopped.
  28. 81    Because the debugger accessed the source file, memory is insufficient. \nTerminate any unnecessary applications.\n\nCompilation stopped.
  29. 256    Script compiler error
  30. 257    Script run error
  31. 258    Script statement run error
  32. 272    %s\n\n%s
  33. 273    %s  %u-th line
  34. 274    %s\n%s  %u-th line\n\n%s\n\nOperation stops.
  35. 275    %s\n%s  %u-th line\n\n%s\n\nDo you want to activate the debugger?
  36. 276    %s\n%s  %u-th line\n\n%s\n\nDo you want to retry the operation?
  37. 277    %s\n%s  %u-th line\n\n%s\n\nControl returns to the debugger.
  38. 278    %s  %u-th line\n\n%s\n\nDo you want to continue compilation?
  39. 279    %s  \n\n%s\n\nCompilation stops.
  40. 280    %s\n%s  %u-th line\n\n%s\n\nDo you want to continue script running?
  41. 281    %s  %u-th line\n\n%s\n\nBecause there are too many compiler errors, the compilation stops.
  42. 288    ::
  43. 289    .
  44. 290    +
  45. 291    -
  46. 292    *
  47. 293    /
  48. 294    %
  49. 295    +
  50. 296    -
  51. 297    ==
  52. 298    !=
  53. 299    <
  54. 300    >
  55. 301    <=
  56. 302    >=
  57. 303    ||
  58. 304    &&
  59. 305    !
  60. 306    =
  61. 307    +=
  62. 308    -=
  63. 309    ++
  64. 310    --
  65. 320    Array type
  66. 321    Object ID type
  67. 528    The specified object cannot be activated.
  68. 530    A parameter of function %s exceeds the limit. \nReduce the length of the parameter to 118 bytes or less.
  69. 531    Function %s cannot find object %s. \nCheck for the object.
  70. 532    Function %s failed to activate object %s. \nBe sure data in the object was not destroyed.
  71. 544    Function %s cannot activate object %s due to insufficient memory. \nTerminate other applications.
  72. 545    Function %s cannot activate the script due to insufficient memory. \nTerminate other applications.
  73. 546    Function %s cannot activate object %s due to insufficient memory. \nTerminate other applications.
  74. 560    Function %s cannot find the script. \nCheck for the script.
  75. 561    Function %s failed to activate the script. \nBe sure data in the script was not destroyed.
  76. 562    Function %s does not associate object %s. \nAssociate object %s.
  77. 563    Object %s information exceeded the limit in function %s. \nReduce the length of the information to 64 bytes or less.
  78. 564    Function %s cannot find the application for object %s. \nCheck for the application.
  79. 565    Function %s failed to activate the application for object %s. \nBe sure the application was not destroyed.
  80. 568    Function %s cannot find the window for the specified title %s. \nCheck the title.
  81. 1280    exe com bat pif
  82. 4113    Variable %s was not found. \nDeclare the variable, or rename the variable correctly.
  83. 4114    A value was assigned to variable %s, which is protected. \nCheck the variable name.
  84. 4115    Variable %s for the specified object cannot be referenced. \nBe sure the variable name and value for the specified object are correct, or the object exists.
  85. 4116    A value cannot be assigned to variable %s for the specified object. \nBe sure that the variable name for the specified object is correct, and that the object exists.
  86. 4117    The subscripts for array variable %s exceed the declared upper bound. \nBe sure the values specified as subscripts are within the declared bounds.
  87. 4118    Subscripts for array variable %s are incorrect. \nChange the values specified as subscripts to the numeric type.
  88. 4119    Variable %s has a value of other than the array type but is subscripted. \nCheck the value of the variable.
  89. 4120    An invalid value was assigned to variable %s for the specified object. \nCheck the value.
  90. 4122    The specified value is an invalid array bound. \nCheck the type of the specified value.
  91. 4123    A value with which an expression was being evaluated for an array bound exceeds the permitted upper bound. \nCorrect the value so that it does not exceed the bound.
  92. 4124    The specified array bound is incorrect. \nCheck the specified bound.
  93. 4125    A value of other than the array type is specified as an array bound. \nCheck the value.
  94. 4126    Variable %s was not found. \nDeclare the variable, or rename the variable correctly.
  95. 4128    Function %s does not exist. \nDefine the function, or rename the function correctly.
  96. 4129    Function %s cannot be run for the specified object. \nBe sure that the specified object supports the function and that the object exists.
  97. 4130    Parameters of function %s are incorrect. \nCheck the types and number of parameters with which the function was called.
  98. 4131    A parameter of function %s has a value that cannot be converted. \nCheck whether the parameters with which the function was called are correctly written numeric or character string types.
  99. 4132    An attempt to activate function %s as an application failed. \nCheck whether it can operate on the system.
  100. 4133    Function %s does not exist. \nDefine the function, or rename the function correctly.
  101. 4134    The number of parameters specified in function %s exceeds the maximum number. \nReduce the number of parameters, or correct the definition of the initialization file.
  102. 4135    The length of the parameters of function %s, which is to be activated as an application, exceeds the limit. \nReduce the length of the parameters to 118 bytes or less.
  103. 4136    A parameter of function %s, which is to be activated as an application, has a value that cannot be converted as a character string. \nSpecify a value that can be converted as a character string.
  104. 4137    A value with which a conditional expression is being evaluated is outside the permitted range. \nCorrect the value so that it is within the permitted range.
  105. 4138    The specified value is not permitted in a conditional expression. \nCheck the type of specified value.
  106. 4139    The specified value is outside the specifiable range of parameters of function %s. \nCorrect the parameters with which the function was called.
  107. 4144    A number was divided by zero. \nSpecify a value other than zero as a divisor.
  108. 4145    A value with which operation [%s] is being performed is outside the permitted range. \nCorrect the value so that it is within the range.
  109. 4146    An object specifier was appended to a value other than an object ID. \nSpecify the object ID type before the object specifier.
  110. 4147    The specified value cannot be converted in operation [%s]. \nCheck whether the specified value is a correctly written numeric or character string type.
  111. 4148    The specified value is not permitted in operation [%s]. \nCheck the type of specified value.
  112. 4149    The specified value is outside the range in which system variable %s is permitted. \nCorrect the value so that it is within the range.
  113. 4150    The specified value is not permitted as system variable %s. \nCheck the type of specified value.
  114. 4160    0
  115. 4161    0
  116. 4162    0
  117. 4163    Label parameter %s is not defined in the declaration of function %s. \nDefine the label parameter, or determine the label parameter with which the function was called.
  118. 4164    Label parameter %s cannot be specified as a parameter the function %s. \nCheck the function specifications.
  119. 4176    Application %s has not returned a response. \nCheck for the application.
  120. 4177    Application %s is being run. \nCheck the application status.
  121. 4178    Application %s is being run. \nCheck the application status.
  122. 4179    A timeout occurred during the running of function %s.\nCorrect the initialization file, or check for the application.
  123. 4180    Application %s cannot be activated due to insufficient memory. \nTerminate other applications.
  124. 4181    The debugger cannot be activated due to insufficient memory. \nTerminate other applications.
  125. 4192    Memory became insufficient. \nTerminate any unnecessary applications.
  126. 4193    An Internal inconsistency was detected. \nTerminate processing.
  127. 4194    No debugger found. \nReinstall the script.
  128. 4195    Debugger activation failed. \nCheck whether the correct debugger is installed, or reinstall the script.
  129. 4196    The specified DLL file, %s, was not found. \nCheck the initialization file, or reinstall the script.
  130. 4197    Dynamic linking of the specified DLL file, %s, failed. \nCheck the initialization file, or reinstall the script.
  131. 4198    Initialization of the specified DLL file, %s, failed. \nCheck the initialization file, or reinstall the script.
  132. 4199    Initialization file %s is faulty. \nCheck the initialization file, or reinstall the script.
  133. 4200    The browse count of an array variable exceeded the maximum value. \nReduce the amount of the array browse description.
  134. 4208    The type of member specified in function %s is incorrect. \nCheck the specified member type.
  135. 4209    The length of the member specified in function %s is incorrect. \nCheck the specified member length.
  136. 4210    The member name specified in function %s is incorrect. \nCheck the specified member name.
  137. 4211    Member %s of the structure was not found. \nCheck the member name.
  138. 4212    Member name %s, specified in function %s, is duplicated. \nCheck the specified member name.
  139. 4213    The specified value is invalid as member %s of the structure. \nCheck the type of specified value.
  140. 4214    The specified value is outside the specifiable range of member %s of the structure. \nCorrect the specified value.
  141. 4215    The browse count of the structure variable exceeds the maximum value. \nReduce the amount of the structure browse count.
  142. 35179    The script statement specified in function %s is not correct. \nCheck whether the script statement follows the script syntax.
  143. 35180    Function %s cannot run the specified script statement. \nBe sure the script statement is correct.
  144. 36865    Function %s cannot find the specified class %s. \nCheck the class.
  145. 36866    Function %s cannot generate object.
  146. 36867    Function %s cannot connect to object.
  147. 36868    Property %s not found. \nCheck the property name.
  148. 36869    Method %s not found. \nCheck the method name.
  149. 36870    Accessing to property failed.
  150. 36871    Calling method for script failed.
  151. 36872    Calling data type method for script failed.
  152.