home *** CD-ROM | disk | FTP | other *** search
/ The Ultimedia Application / IBM_UCD_101.ISO / os2se20 / disk_12 / pmrexx / OS2_HELP_PMREXX.HLP (.txt) < prev   
Encoding:
OS/2 Help File  |  1992-09-09  |  8.8 KB  |  259 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Help for PMREXX ΓòÉΓòÉΓòÉ
  3.  
  4. Use PMREXX to run and debug REXX procedures.  PMREXX is a windowed application 
  5. in which you can display the output from a REXX procedure and from any programs 
  6. called by the REXX procedure.  You can use the scrollbar to view any previous 
  7. output that has not been cleared. 
  8.  
  9. PMREXX also provides a single line input field so that you can supply input to 
  10. the REXX procedure or to any commands called by the REXX procedure. For more 
  11. information about using REXX procedures, see REXX Information. 
  12.  
  13.  
  14. ΓòÉΓòÉΓòÉ 2. Help for File ΓòÉΓòÉΓòÉ
  15.  
  16. Use the choices on the File menu to open and save files and to exit PMREXX. 
  17.  
  18.  
  19. ΓòÉΓòÉΓòÉ 3. Help for Save ΓòÉΓòÉΓòÉ
  20.  
  21. Use Save to save the REXX procedure displayed in the PMREXX window to the same 
  22. file to which it was previously saved.  If you have not previously saved the 
  23. output window, this choice has the same effect as the Save as choice. 
  24.  
  25.  
  26. ΓòÉΓòÉΓòÉ 4. Help for Save As ΓòÉΓòÉΓòÉ
  27.  
  28. Use Save as to name and save a new file or to save an existing file under a 
  29. different name, in a different directory, or on a different disk. When you 
  30. choose Save as, a window is displayed. 
  31.  
  32.  
  33. ΓòÉΓòÉΓòÉ <hidden> Help for Save As ΓòÉΓòÉΓòÉ
  34.  
  35.  1. If you want to save the file in a specific directory, select the directory 
  36.     from the Directories list.  The directory you select is displayed in the 
  37.     File field. 
  38.  2. Type the name of the file you want to save. 
  39.  3. Select the Ok pushbutton. 
  40.  
  41. For a detailed explanation of each field, select from the list below: 
  42.  
  43. o File 
  44. o Directories 
  45. o Ok pushbutton 
  46. o Cancel pushbutton 
  47.  
  48.  
  49. ΓòÉΓòÉΓòÉ <hidden> Help for File ΓòÉΓòÉΓòÉ
  50.  
  51. Type the name of the file you want to save in the File field and select the OK 
  52. pushbutton. 
  53.  
  54.  
  55. ΓòÉΓòÉΓòÉ <hidden> Help for Directories ΓòÉΓòÉΓòÉ
  56.  
  57. This list displays the drives and directories on your system. 
  58.  
  59. Select the drive or directory in which you want to save the file. 
  60.  
  61.  
  62. ΓòÉΓòÉΓòÉ <hidden> Help for Ok ΓòÉΓòÉΓòÉ
  63.  
  64. Select the Ok pushbutton to save the file in the selected path and file name. 
  65.  
  66.  
  67. ΓòÉΓòÉΓòÉ 5. Help for Exit ΓòÉΓòÉΓòÉ
  68.  
  69. Use Exit to close PMREXX. 
  70.  
  71.  
  72. ΓòÉΓòÉΓòÉ 6. Help for Edit ΓòÉΓòÉΓòÉ
  73.  
  74. Use the choices on the Edit menu to copy, move, or delete the contents of the 
  75. output window. 
  76.  
  77.  
  78. ΓòÉΓòÉΓòÉ 7. Help for Copy ΓòÉΓòÉΓòÉ
  79.  
  80. Use Copy from focus window to duplicate selected text from the output window. 
  81. The text remains in the file, but a copy of the text is moved to the Clipboard. 
  82.  
  83. You can use the Paste to input choice to insert the text from the Clipboard 
  84. into the input window. 
  85.  
  86. To select or mark text: 
  87.  
  88.  1. Position the mouse pointer to the left of the first character to be 
  89.     selected. 
  90.  2. Hold down mouse button 1; then use the mouse to drag (move) the cursor to 
  91.     the right of the last character to be selected. 
  92.  3. Release mouse button 1. 
  93.  
  94. When the cursor comes to a window border while you are marking text, PMREXX 
  95. scrolls past the border. This makes it possible to select more text than can be 
  96. displayed in the window. 
  97.  
  98. To deselect text or remove the highlighting, click once within the text area of 
  99. the window. 
  100.  
  101.  
  102. ΓòÉΓòÉΓòÉ <hidden> Selected Text:definition ΓòÉΓòÉΓòÉ
  103.  
  104. To select text means to highlight the text that you want to delete or move. 
  105. You delete or move selected text by using the Clear, Copy from focus window, or 
  106. Paste to input choices on the Edit menu. 
  107.  
  108.  
  109. ΓòÉΓòÉΓòÉ <hidden> Clipboard:definition ΓòÉΓòÉΓòÉ
  110.  
  111. A clipboard is an area of storage that can temporarily hold data that is 
  112. available to other programs. 
  113.  
  114.  
  115. ΓòÉΓòÉΓòÉ 8. Help for Paste to input ΓòÉΓòÉΓòÉ
  116.  
  117. Use Paste to input to insert the text from the Clipboard into the input window. 
  118. Press Enter to pass the text you have pasted in the input window into the REXX 
  119. program. 
  120.  
  121. If text is selected, the text from the Clipboard will replace the selected 
  122. text. 
  123.  
  124. Note:   Use Copy from focus window to put text on the Clipboard. 
  125.  
  126.  
  127. ΓòÉΓòÉΓòÉ 9. Help for Clear ΓòÉΓòÉΓòÉ
  128.  
  129. Use Clear to delete selected text from the output window. 
  130.  
  131. To delete selected text: 
  132.  
  133.  1. Select the text to be deleted. 
  134.  2. Select Edit. 
  135.  3. Select Clear. 
  136.  
  137.  
  138. ΓòÉΓòÉΓòÉ 10. Help for Select All ΓòÉΓòÉΓòÉ
  139.  
  140. Use Select all to select all of the text in the file.  You can then perform 
  141. some action on this text.  (For example, you could copy all the text to the 
  142. clipboard.) 
  143.  
  144.  
  145. ΓòÉΓòÉΓòÉ 11. Help for Options ΓòÉΓòÉΓòÉ
  146.  
  147. Use the choices on the Options menu to restart procedures, set interactive 
  148. trace, and set fonts. 
  149.  
  150.  
  151. ΓòÉΓòÉΓòÉ 12. Help for Restart ΓòÉΓòÉΓòÉ
  152.  
  153. Use Restart to start a PMREXX procedure again. 
  154.  
  155.  
  156. ΓòÉΓòÉΓòÉ 13. Help for Interactive Trace On ΓòÉΓòÉΓòÉ
  157.  
  158. Use Interactive trace on to start an interactive trace. Interactive Trace is 
  159. used for debugging your program. 
  160.  
  161.  
  162. ΓòÉΓòÉΓòÉ 14. Help for Set Font ΓòÉΓòÉΓòÉ
  163.  
  164. Use Set font to display the text in the current file in a different font.  When 
  165. you choose Set font, a window is displayed. 
  166.  
  167.  
  168. ΓòÉΓòÉΓòÉ <hidden> Help for Set Font ΓòÉΓòÉΓòÉ
  169.  
  170.  1. Select a font name from the Font list. 
  171.  2. Select a font size from the Size list. 
  172.  3. Select a font style from the Typestyle check boxes.  Your font selections 
  173.     are displayed in the Font Sample field. 
  174.  4. Select Set to put the Set font choices into effect. 
  175.  
  176. For a detailed explanation of each field, select from the list below: 
  177.  
  178. o Font 
  179. o Size 
  180. o Typestyle 
  181. o Set pushbutton 
  182. o Apply pushbutton 
  183. o Cancel pushbutton 
  184.  
  185.  
  186. ΓòÉΓòÉΓòÉ <hidden> Help for Font ΓòÉΓòÉΓòÉ
  187.  
  188. This list shows the fonts available on your system.  When you select a font, it 
  189. is displayed in the Font Sample field. 
  190.  
  191.  
  192. ΓòÉΓòÉΓòÉ <hidden> Help for Size ΓòÉΓòÉΓòÉ
  193.  
  194. This list contains all the sizes in which the selected font can be displayed. 
  195. When you select a size, it is displayed in the Font Sample field. 
  196.  
  197.  
  198. ΓòÉΓòÉΓòÉ <hidden> Help for Typestyle ΓòÉΓòÉΓòÉ
  199.  
  200. This list shows the typestyles you can choose for the selected font.  When you 
  201. select a typestyle, it is displayed in the Font Sample field. 
  202.  
  203.  
  204. ΓòÉΓòÉΓòÉ <hidden> Help for Set ΓòÉΓòÉΓòÉ
  205.  
  206. Select the Set pushbutton to display the file text in the font styles you 
  207. select. 
  208.  
  209.  
  210. ΓòÉΓòÉΓòÉ <hidden> Help for Apply ΓòÉΓòÉΓòÉ
  211.  
  212. Select the Apply pushbutton to display the file text in the font styles you 
  213. select. 
  214.  
  215. When you use the Apply pushbutton, the Set font window remains on the screen. 
  216.  
  217.  
  218. ΓòÉΓòÉΓòÉ <hidden> Help for Cancel ΓòÉΓòÉΓòÉ
  219.  
  220. Select the Cancel pushbutton if you decide not to change the current settings. 
  221.  
  222.  
  223. ΓòÉΓòÉΓòÉ 15. Help for Action ΓòÉΓòÉΓòÉ
  224.  
  225. Use the choices on the Action menu to halt a REXX procedure, display the next 
  226. clause in a REXX program, redo a clause in a REXX procedure, and turn off the 
  227. debugging process in PMREXX. 
  228.  
  229.  
  230. ΓòÉΓòÉΓòÉ 16. Help for Halt Procedure ΓòÉΓòÉΓòÉ
  231.  
  232. Use Halt procedure to stop a PMREXX program. 
  233.  
  234.  
  235. ΓòÉΓòÉΓòÉ 17. Help for Trace Next Clause ΓòÉΓòÉΓòÉ
  236.  
  237. Use Trace next clause to step to the next clause in the PMREXX procedure. 
  238. Using this choice is the same as entering a blank line in the input field. 
  239.  
  240.  
  241. ΓòÉΓòÉΓòÉ 18. Help for Redo Last Clause ΓòÉΓòÉΓòÉ
  242.  
  243. Use Redo last clause to repeat the last PMREXX clause procedure. Using this 
  244. choice is the same as entering an equal sign (=) in the input field. 
  245.  
  246.  
  247. ΓòÉΓòÉΓòÉ 19. Help for Trace Off ΓòÉΓòÉΓòÉ
  248.  
  249. Use Trace off to turn off the debugging procedure in your program session. 
  250.  
  251.  
  252. ΓòÉΓòÉΓòÉ 20. Key Assignments for PMREXX ΓòÉΓòÉΓòÉ
  253.  
  254. There are no specific key assignments for PMREXX. To see the list of keys for 
  255. the operating system, select the following topic. 
  256.  
  257. Related information: 
  258.  
  259. Key Assignments