home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 19 Printer / 19-Printer.zip / pcprint.zip / PCPRINT.HLP (.txt) < prev    next >
OS/2 Help File  |  1992-08-19  |  28KB  |  917 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. General Help ΓòÉΓòÉΓòÉ
  3.  
  4. PCPRINT is program which helps you print documents on your workstation printer, 
  5. formatted with running headings and footings, margins and page numbers, etc. 
  6.  
  7. The document can be, for example, 
  8.  
  9. o a PC file on disk or diskette 
  10.  
  11. o a VM file on your A-disk 
  12.  
  13. o an OfficeVision/VM note or calendar 
  14.  
  15. o an MVS file being browsed with TSO ISPF 
  16.  
  17. o a copy of whatever is on the host screen at the moment. 
  18.  
  19. The printing of host documents and screens can be requested from the host side, 
  20. without leaving 3270 emulation. 
  21.  
  22. PCPRINT also helps you control your printer. You can select printer, queue, 
  23. print driver and font. PCPRINT can use the Presentation Manager interface for 
  24. printing and print on Postscript printers, HP Laserjet, and even plotters. 
  25. Alternatively, you can use the device driver interface for printing and have 
  26. PCPRINT send a control string with printer control codes and escape sequences 
  27. to the printer before each document. 
  28.  
  29. The output from PCPRINT can be sent to any printer, or saved in a PC file for 
  30. later printing. 
  31.  
  32. For further information, see 
  33.  
  34.  1. the other help panels (select Contents from Options above) 
  35.  
  36.  2. PCPRINT User's Guide. 
  37.  
  38.  
  39. ΓòÉΓòÉΓòÉ 1.1. The Profile menu ΓòÉΓòÉΓòÉ
  40.  
  41. The way PCPRINT prints documents is controlled through a number of options. 
  42. These options can be entered 
  43.  
  44.  1. as command line parameters when PCPRINT.EXE is started, 
  45.  
  46.  2. using PCPRINT pull-down menus and associated panels, and 
  47.  
  48.  3. in a profile. 
  49.  
  50. A profile is a regular ASCII file containing option keywords and values. The 
  51. default name for this file is PCPRINT.PRO, but you can use any name. When 
  52. started, PCPRINT will look for PCPRINT.PRO in the current directory, and use it 
  53. if it finds it, unless you specify a different initial profile. For example: 
  54.  
  55. pcprint profile=report5.pro
  56.  
  57. Once PCPRINT is running, you can use the Profile pull-down menu to 
  58.  
  59.  1. Load a new profile (Open) 
  60.  
  61.  2. Reset all PCPRINT options to their default values (New) 
  62.  
  63.  3. Update the current profile with any changed options (Save) 
  64.  
  65.  4. Create a new profile (or overwrite an existing one) (Save As...) 
  66.  
  67. The recommended way of creating a PCPRINT profile is using the Save As... 
  68. option under Profiles, but you can also create one using a text editor. Each 
  69. line has one of these formats: 
  70.  
  71. keyword
  72. keyword=value<,value><,value>...
  73. keyword="string"
  74.  
  75. Example of what a profile might contain: 
  76.  
  77. DS
  78. PL=66
  79. RH="For XYZ Company Internal Use Only"
  80.  
  81.  
  82. ΓòÉΓòÉΓòÉ 1.2. The Session menu ΓòÉΓòÉΓòÉ
  83.  
  84. Use this menu to select the host session to work with. This menu is dynamically 
  85. created a few seconds after PCPRINT has been started. 
  86.  
  87.  
  88. ΓòÉΓòÉΓòÉ 1.3. The AUTO option ΓòÉΓòÉΓòÉ
  89.  
  90. Choose this for automatic session selection. When you switch to a new host 
  91. session, PCPRINT will automatically switch to this session also. 
  92.  
  93.  
  94. ΓòÉΓòÉΓòÉ 1.4. The Printer menu ΓòÉΓòÉΓòÉ
  95.  
  96. The output from PCPRINT can be directed to different destinations: 
  97.  
  98.  1. PCPRINT can send the output directly to a LPTx or COMx port, using what is 
  99.     known as the device driver interface for printing. LPT1, LPT2, LPT3, COM1, 
  100.     COM2 or COM3 can be selected directly from the Printer menu. If, in a LAN 
  101.     environment, you want to print to LPT4 or higher, you can do so by putting 
  102.     DEST=LPT4 in a profile. 
  103.  
  104.     If the OS/2 print spooler is started, it will intercept the output and hold 
  105.     it in a print queue until the printer is ready to receive it. 
  106.  
  107.     If you select LPTx/COMx from the Printer menu, you will be presented the 
  108.     "Printer control string" dialog. This allows you to enter an optional 
  109.     string which is sent to the printer immediately before each document and is 
  110.     used to set font, forms length, drawer, etc. More about this later. 
  111.  
  112.  2. PCPRINT can use the Presentation Manager interface for printing. This is 
  113.     usually a bit slower than the first method, but has many advantages: 
  114.  
  115.    o You can use Postscript printers, HP Laserjet printers, and even plotters. 
  116.  
  117.    o You can select font and character size. 
  118.  
  119.    o The print driver will often allow you to print sideways (landscape 
  120.      printing), use low or high resolution, print several copies, and more. 
  121.  
  122.     You request this method by selecting one of the printer names listed in the 
  123.     Printer menu. You will then be presented the "Specify queue, driver and 
  124.     font" dialog described later. 
  125.  
  126.     This method requires that the OS/2 print spooler is started. 
  127.  
  128.  3. PCPRINT can send the output to a file on disk or diskette. The file will be 
  129.     created if it doesn't exist, or appended if it already exists. 
  130.  
  131.     You request this method by selecting "File..." in the Printer menu. You 
  132.     will then be presented a file name dialog. 
  133.  
  134. You can change the destination at any time using the Printer pull-down menu. 
  135.  
  136. The print destination can also be set with the DEST keyword as a parameter to 
  137. PCPRINT.EXE or in a profile. For direct output, specify DEST="LPTx" or 
  138. DEST="COMx". For PM output, specify DEST="PRINTER" and PRINTER="printer name". 
  139. In this case you must also specify queue, driver and font - more below. For 
  140. output to a file, specify DEST="file name". 
  141.  
  142.  
  143. ΓòÉΓòÉΓòÉ 1.5. The Options menu ΓòÉΓòÉΓòÉ
  144.  
  145. From this menu, you can bring up four different dialog boxes. These contain 
  146. options affecting different aspects of how PCPRINT works. 
  147.  
  148.  
  149. ΓòÉΓòÉΓòÉ 1.6. The Print menu ΓòÉΓòÉΓòÉ
  150.  
  151. Use this menu to request a printout of the current host session screen, to 
  152. request the printing of a file, and to activate or deactivate the capability to 
  153. to request printing from the host side. 
  154.  
  155.  
  156. ΓòÉΓòÉΓòÉ 1.7. Help for Activate/Deactivate Host Print ΓòÉΓòÉΓòÉ
  157.  
  158. Select these to activate or deactivate the Host Initiated Print function. When 
  159. activated, it will monitor the current host session and process host documents 
  160. when requested to do so from the host side. 
  161.  
  162. Select Deactivate Host Print to interrupt the processing of a host document 
  163. after it has started. 
  164.  
  165.  
  166. ΓòÉΓòÉΓòÉ 1.8. Help for Print Host Screen ΓòÉΓòÉΓòÉ
  167.  
  168. Select this to get a printout of the host screen for the current session. 
  169.  
  170.  
  171. ΓòÉΓòÉΓòÉ 1.9. Help for Print PC File ΓòÉΓòÉΓòÉ
  172.  
  173. Select this to print a PC file. You will be prompted for the file name. 
  174.  
  175.  
  176. ΓòÉΓòÉΓòÉ 1.10. The Help menu ΓòÉΓòÉΓòÉ
  177.  
  178. Use this menu to get help, and to display the current version of the PCPRINT 
  179. program. 
  180.  
  181.  
  182. ΓòÉΓòÉΓòÉ 2. Keys Help ΓòÉΓòÉΓòÉ
  183.  
  184. In addition to the standard system and window keys, PCPRINT supports the 
  185. following hot-keys: 
  186.  
  187. Ctrl-s    Print Host Screen. A copy of the host screen for the current session 
  188.           is printed. 
  189.  
  190. Ctrl-f    Print File. You will be prompted for the name of a PC file. Then this 
  191.           file will be printed. 
  192.  
  193. Ctrl-a    Activate Host Print. PCPRINT will start monitoring the current host 
  194.           session and process host documents when requested to do so from the 
  195.           host side. 
  196.  
  197. Ctrl-d    Deactivate Host Print. PCPRINT will disconnect from the host session 
  198.           and only process print requests entered from the PC side. 
  199.  
  200. F3        Terminate PCPRINT. 
  201.  
  202.  
  203. ΓòÉΓòÉΓòÉ 3. Help for the File Name dialog ΓòÉΓòÉΓòÉ
  204.  
  205. This dialog is used to enter the name of 
  206.  
  207. o a profile to be read or saved 
  208.  
  209. o a file to write to when the destination is a file 
  210.  
  211. o a file to be printed. 
  212.  
  213.  
  214. ΓòÉΓòÉΓòÉ 3.1. Help for File name or search pattern ΓòÉΓòÉΓòÉ
  215.  
  216. Enter the name of the file (a profile, an output file, or a file to be 
  217. printed). 
  218.  
  219. Only enter the file name part if the file is in the current directory. 
  220. Otherwise, enter the full name including drive, path and name. 
  221.  
  222. The file name may contain global file name characters (* and ?). Matching 
  223. files, if any, will be shown in a drop-down list when you click the down-arrow. 
  224.  
  225.  
  226. ΓòÉΓòÉΓòÉ 4. Help for the Select queue, driver and font dialog ΓòÉΓòÉΓòÉ
  227.  
  228. This dialog is invoked when you specify a printer name in the Destination menu, 
  229. and thus request the Presentation Manager interface for printing. 
  230.  
  231. The dialog is used to select print queue, print driver, driver data, and font 
  232. for the print job. 
  233.  
  234. The current queue, driver and font are displayed and can be modified. Note that 
  235. if you have more than one printer defined, the current values could apply to 
  236. another printer and may not be valid for the printer you work with now. The 
  237. listboxes will show the valid values. 
  238.  
  239. You may need to do some experimenting to find the best combination of font, 
  240. number of lines per page and page margin (in the page layout dialog) for a 
  241. particular type of print job. When done, use Profile Save or Save As... to save 
  242. the selections. 
  243.  
  244.  
  245. ΓòÉΓòÉΓòÉ 4.1. Help for Queue ΓòÉΓòÉΓòÉ
  246.  
  247. There may be more than one Print Manager queue defined for the selected 
  248. printer. Use the drop down list to select the desired queue. 
  249.  
  250. For example, a 4019 might have one queue for PPDS jobs, one for HP Laserjet 
  251. jobs, and one for Postscript jobs. All queues are normally held except the one 
  252. corresponding to the mode in which the 4109 is currently started. Regardless of 
  253. the current status, you can direct your PCPRINT output to the desired queue. 
  254.  
  255. This option is coded as QUEUE="string" in a PCPRINT profile. There is no 
  256. default. 
  257.  
  258.  
  259. ΓòÉΓòÉΓòÉ 4.2. Help for Driver ΓòÉΓòÉΓòÉ
  260.  
  261. There may be more than one print driver defined for the selected printer. Use 
  262. the drop down list to select the desired driver. 
  263.  
  264. For example, a 4019 might have one driver for PPDS jobs, one for HP Laserjet 
  265. jobs, and one for Postscript jobs. 
  266.  
  267. The selection will affect which fonts that are available. 
  268.  
  269. This option is coded as DRIVER="string" in a PCPRINT profile. If the driver 
  270. contains a period (for example, "PSCRIPT.IBM 4019 v52_1 (39 Fonts)" ), the name 
  271. before the period is coded as DRIVER="string" and the name after the period is 
  272. coded as DEVICE="string". There are no defaults. 
  273.  
  274.  
  275. ΓòÉΓòÉΓòÉ 4.3. Help for Driver data ΓòÉΓòÉΓòÉ
  276.  
  277. When you change to a new print driver, or click the "Driver data" push button, 
  278. the print driver will display a dialog allowing you to specify things like 
  279. resolution, paper format, portrait or landscape printing, and number of copies. 
  280.  
  281. Please note that this dialog is provided by the print driver, not by PCPRINT. 
  282. PCPRINT only invokes it. 
  283.  
  284. The driver data is coded as DRIVDATA1="string1" and DRIVDATA2="string2" in a 
  285. PCPRINT profile. String1 contains the total driver data length in hex (byte 
  286. 1-4), the driver version number in hex (byte 5-12) and possibly a device name 
  287. (byte 13-44). String2 is the remaining driver data in hex. The length of 
  288. String2 is (total driver data length - 40)*2. There are no defaults. 
  289.  
  290. The recommended way of placing this information in a PCPRINT profile is by 
  291. using Profile Save or Save As... 
  292.  
  293. The profile should be re-saved if you apply service to the OS/2 print driver, 
  294. since the version number and the format of the data may have changed. 
  295.  
  296.  
  297. ΓòÉΓòÉΓòÉ 4.4. Help for Font source ΓòÉΓòÉΓòÉ
  298.  
  299. Select Device font to use a font specifically made for the selected printer. 
  300. Such a font is normally faster and nicer looking than a generic font. 
  301.  
  302. Select Generic font to use a font which is available on all printers and 
  303. screens. On some printers, this is the only way to get an outline font. An 
  304. outline font can be scaled to any size and can be printed sideways. 
  305.  
  306. The selection affects which fonts that are displayed when the List fonts 
  307. pushbotton is clicked. 
  308.  
  309.  
  310. ΓòÉΓòÉΓòÉ 4.5. Help for Font spacing ΓòÉΓòÉΓòÉ
  311.  
  312. Select Proportional spacing unless the document contains tables or other 
  313. information that needs to be aligned. In that case, specify Fixed spacing. 
  314.  
  315. The selection affects which fonts that are displayed when the List fonts 
  316. pushbotton is clicked. 
  317.  
  318.  
  319. ΓòÉΓòÉΓòÉ 4.6. Help for List fonts ΓòÉΓòÉΓòÉ
  320.  
  321. When you click "List fonts", the "Fonts" listbox will be filled with fonts that 
  322. are 
  323.  
  324. o device or generic fonts, as desired 
  325.  
  326. o proportionally or fixed spaced fonts, as desired 
  327.  
  328. o small enough to provide the desired number of lines per page, as specified in 
  329.   the "Number of lines per page" field in the Page Layout dialog. 
  330.  
  331. If there is no such font, you will get an error message. In that case, change 
  332. font type, or decrease the number of lines per page. The reason could also be 
  333. that you have specified an invalid combination of printer, queue and driver. 
  334. Click the down-arrows in the Queue and Driver fields to list valid names. 
  335.  
  336. The currently selected font is shown above the listbox. It can be replaced by 
  337. clicking on a font in the listbox. 
  338.  
  339. The font specifcation has three parts: 
  340.  
  341.  1. The font face name 
  342.  
  343.  2. The character cell size (horizontal x vertical) for a raster font, or 
  344.     "(Outline)" for an outline font. 
  345.  
  346.  3. The font match value. The match value plus the face name identifies a 
  347.     particular font. The match value is negative for a device font, positive 
  348.     for a generic font. 
  349.  
  350. There may be more than one raster font with the same face name and cell size. 
  351. Then you will have to experiment to find the difference. 
  352.  
  353. An outline font can be scaled to any size and can be printed sideways. But a 
  354. raster font with a given size normally prints faster and looks better than an 
  355. outline font scaled to the same size. 
  356.  
  357. The selected font is coded as FONT="string" in a PCPRINT profile. 
  358.  
  359.  
  360. ΓòÉΓòÉΓòÉ 5. Help for the Page Layout dialog ΓòÉΓòÉΓòÉ
  361.  
  362. The Page Layout options affect the layout of the printed page. You can define 
  363. margins at the top, the bottom and the left side, as well as running headings 
  364. and footings. 
  365.  
  366.  
  367. ΓòÉΓòÉΓòÉ 5.1. Help for Number of lines per page ΓòÉΓòÉΓòÉ
  368.  
  369. This value is used by PCPRINT to figure out when it is time to put out footing 
  370. and bottom margin. It should be set to the same value as the forms length known 
  371. by the printer. (The forms length can be set using an Esc C nn escape 
  372. sequence.) 
  373.  
  374. The PCPRINT default is 66. 
  375.  
  376. This option is coded as PL=number in a PCPRINT profile. 
  377.  
  378.  
  379. ΓòÉΓòÉΓòÉ 5.2. Help for Top margin ΓòÉΓòÉΓòÉ
  380.  
  381. Enter the number of blank lines you want on top of each page. 
  382.  
  383. The PCPRINT default is 3. 
  384.  
  385. This option is coded as TM=number in a PCPRINT profile. 
  386.  
  387.  
  388. ΓòÉΓòÉΓòÉ 5.3. Help for Bottom margin ΓòÉΓòÉΓòÉ
  389.  
  390. Enter the number of blank lines you want printed at the bottom of each page. 
  391.  
  392. The PCPRINT default is 3. 
  393.  
  394. This option is coded as BM=number in a PCPRINT profile. 
  395.  
  396.  
  397. ΓòÉΓòÉΓòÉ 5.4. Help for Left side margin ΓòÉΓòÉΓòÉ
  398.  
  399. The output will be adjusted this many columns to the right. 
  400.  
  401. If this value is too large, it can cause lines to wrap. 
  402.  
  403. The PCPRINT default is 0. 
  404.  
  405. This option is coded as PM=number in a PCPRINT profile. 
  406.  
  407.  
  408. ΓòÉΓòÉΓòÉ 5.5. Help for Initial page number ΓòÉΓòÉΓòÉ
  409.  
  410. If the running heading or footing contains the page number (%n), the first page 
  411. will have this number. 
  412.  
  413. The PCPRINT default is 1. 
  414.  
  415. This option is coded as PN=number in a PCPRINT profile. 
  416.  
  417.  
  418. ΓòÉΓòÉΓòÉ 5.6. Help for Double spacing ΓòÉΓòÉΓòÉ
  419.  
  420. Click this box for double spacing. PCPRINT will then add a blank line after 
  421. each line in the source document. 
  422.  
  423. The PCPRINT default is single spacing. 
  424.  
  425. This option is coded as DS in a PCPRINT profile. 
  426.  
  427.  
  428. ΓòÉΓòÉΓòÉ 5.7. Help for Running heading ΓòÉΓòÉΓòÉ
  429.  
  430. This string will be printed after the top margin on each page. 
  431.  
  432. Current date, time, page number and file name can be included in the heading. 
  433. The following substituitions will be made: 
  434.  
  435. Code      Will be replaced by 
  436.  
  437. %y        year (last two digits) 
  438.  
  439. %m        month (two digits) 
  440.  
  441. %d        day-of-month 
  442.  
  443. %h        hour (24-hour format) 
  444.  
  445. %i        minute 
  446.  
  447. %s        second 
  448.  
  449. %n        page number 
  450.  
  451. %f        file name 
  452.  
  453. The file name (%f) format depends on the type of document you are printing: 
  454.  
  455. o For a PC file, it is the PC file name, including drive and path if given when 
  456.   requesting the printout. 
  457.  
  458. o For a VM file, the format is "filename filetype filemode". 
  459.  
  460. o For a note displayed with PEEK, it is "userid node A0". 
  461.  
  462. o For a note displayed with PROFS, it is "userid node A1". 
  463.  
  464. o For a Print Screen, %f is replaced by "Session xxxx" where xxxx is the long 
  465.   session name. 
  466.  
  467. For %f to work properly, you must use rel 7.1 or later of PCPRINT EXEC and 
  468. PCPRINT XEDIT. 
  469.  
  470. If the device driver interface for printing is used (i.e. if LPTx, COMx or File 
  471. was selected from the Printer menu), advanced users may include printer control 
  472. codes and escape sequences in the string. This can be used to make the heading 
  473. appear in a different style or font. 
  474.  
  475. The running heading is not used when printing PROFS documents. 
  476.  
  477. The PCPRINT default is no running heading. 
  478.  
  479. This option is coded as RH="string" in a PCPRINT profile. 
  480.  
  481.  
  482. ΓòÉΓòÉΓòÉ 5.8. Help for Running footing ΓòÉΓòÉΓòÉ
  483.  
  484. If a footing is specified, a blank line and then the footing will precede the 
  485. bottom margin. The same substitutions as in the running heading will be made. 
  486.  
  487. The PCPRINT default is no running footing. 
  488.  
  489. This option is coded as RF="string" in a PCPRINT profile. 
  490.  
  491.  
  492. ΓòÉΓòÉΓòÉ 6. Help for the Form Feeds dialog ΓòÉΓòÉΓòÉ
  493.  
  494. The Form Feeds options affect the way the paper is fed through the printer. 
  495.  
  496.  
  497. ΓòÉΓòÉΓòÉ 6.1. Help for Ignore initial form feed ΓòÉΓòÉΓòÉ
  498.  
  499. Often, the first or second line of a document contains a code for skipping to 
  500. the start of a new page. If you are already at the top of a page, a blank page 
  501. will be fed through the printer. Select this option if you want such an intial 
  502. form feed to be ignored. 
  503.  
  504. The PCPRINT default is to not remove an initial form feed. 
  505.  
  506. This option is coded as REMOVEFF in a PCPRINT profile. 
  507.  
  508.  
  509. ΓòÉΓòÉΓòÉ 6.2. Help for Form feeds after each document ΓòÉΓòÉΓòÉ
  510.  
  511. This is the number of form feeds PCPRINT sends to the printer after printing 
  512. the last line of the document. 
  513.  
  514. The PCPRINT default is to send one form feed. 
  515.  
  516. This option is coded as EJECTS=number in a PCPRINT profile. 
  517.  
  518.  
  519. ΓòÉΓòÉΓòÉ 6.3. Help for Beep after each document ΓòÉΓòÉΓòÉ
  520.  
  521. Select this option if you want PCPRINT to beep the speaker when it has 
  522. completed the processing of a document. 
  523.  
  524. The PCPRINT default is to remain silent. 
  525.  
  526. This option is coded as BEEP in a PCPRINT profile. 
  527.  
  528.  
  529. ΓòÉΓòÉΓòÉ 7. Help for the Printer Control dialog ΓòÉΓòÉΓòÉ
  530.  
  531. To help you control the printer, PCPRINT can send a printer control string to 
  532. the printer immediately before sending the first line of each document to be 
  533. printed. This string can be used to set condensed mode, select font and print 
  534. quality, select paper drawer, etc. - exactly what you can do depends on what 
  535. type of printer you are using. 
  536.  
  537.  
  538. ΓòÉΓòÉΓòÉ 7.1. Help for Printer control string ΓòÉΓòÉΓòÉ
  539.  
  540. To help you control the printer, PCPRINT can send a printer control string to 
  541. the printer immediately before sending the first line of each document to be 
  542. printed. This string can be used to set condensed mode, select font and print 
  543. quality, select paper drawer, etc. - exactly what you can do depends on what 
  544. type of printer you are using. 
  545.  
  546. The printer control string contains hex values which are either printer control 
  547. codes or escape sequences. 
  548.  
  549. You can enter or edit the control string directly from the keyboard. Or you can 
  550. use the list box to add an escape sequence or a control code to the end of the 
  551. string. 
  552.  
  553. This option is coded as PCONTROL="string" a PCPRINT profile. The string should 
  554. be contain hexadecimal numbers separated by blanks, just as it looks on the 
  555. screen. 
  556.  
  557.  
  558. ΓòÉΓòÉΓòÉ 8. Help for the Escape Sequence dialog ΓòÉΓòÉΓòÉ
  559.  
  560. Escape sequences are used to set tabs, select print quality, and other things 
  561. which require more than a simple printer control code. 
  562.  
  563. An escape sequence consists of the Esc character (x'1B'), a command character, 
  564. and zero or more values. 
  565.  
  566. The Guide to Operations for your printer will show which escape sequences the 
  567. printer supports. 
  568.  
  569.  
  570. ΓòÉΓòÉΓòÉ 8.1. Help for Command character ΓòÉΓòÉΓòÉ
  571.  
  572. Enter the command character as one ASCII character. PCPRINT will convert it to 
  573. hex before putting it in the printer control string. 
  574.  
  575. The following commands are supported by most printers: 
  576.  
  577. B    Set vertical tabs 
  578.  
  579. C    Set page length 
  580.  
  581. D    Set horizontal tabs 
  582.  
  583. E    Start emphasized printing 
  584.  
  585. F    Cancel emphasized printing 
  586.  
  587. G    Start double-strike printing 
  588.  
  589. H    Cancel double-strike printing 
  590.  
  591. I    Select print mode, font, or quality 
  592.  
  593. W    Control double-wide printing 
  594.  
  595. X    Set margins 
  596.  
  597. 9    Stop at end-of-page 
  598.  
  599. See the printer Guide to Operations for details about values to use etc. 
  600.  
  601.  
  602. ΓòÉΓòÉΓòÉ 8.2. Help for First value ΓòÉΓòÉΓòÉ
  603.  
  604. Enter the value, if any, as a decimal number. PCPRINT will convert it to hex 
  605. before putting it in the printer control string. 
  606.  
  607.  
  608. ΓòÉΓòÉΓòÉ 8.3. Help for Second value ΓòÉΓòÉΓòÉ
  609.  
  610. Enter the value, if any, as a decimal number. PCPRINT will convert it to hex 
  611. before putting it in the printer control string. 
  612.  
  613.  
  614. ΓòÉΓòÉΓòÉ 8.4. Help for Third value ΓòÉΓòÉΓòÉ
  615.  
  616. Enter the value, if any, as a decimal number. PCPRINT will convert it to hex 
  617. before putting it in the printer control string. 
  618.  
  619.  
  620. ΓòÉΓòÉΓòÉ 8.5. Help for Fourth value ΓòÉΓòÉΓòÉ
  621.  
  622. Enter the value, if any, as a decimal number. PCPRINT will convert it to hex 
  623. before putting it in the printer control string. 
  624.  
  625.  
  626. ΓòÉΓòÉΓòÉ 8.6. Help for Fifth value ΓòÉΓòÉΓòÉ
  627.  
  628. Enter the value, if any, as a decimal number. PCPRINT will convert it to hex 
  629. before putting it in the printer control string. 
  630.  
  631.  
  632. ΓòÉΓòÉΓòÉ 9. Help for the Host Screen Format dialog ΓòÉΓòÉΓòÉ
  633.  
  634. PCPRINT must know how the host screen is formatted to be able to retrieve 
  635. documents from the host. The options in this dialog can be used to customize 
  636. PCPRINT to your host environment. 
  637.  
  638. If you use VM and the standard PCPRINT host support, there is no need to change 
  639. these values. 
  640.  
  641. For TSO, there is a sample profile in PCPRINT PACKAGE called PCPRINT TSO. 
  642.  
  643.  
  644. ΓòÉΓòÉΓòÉ 9.1. Help for Command line ΓòÉΓòÉΓòÉ
  645.  
  646. Enter the line number for the line where the command input area is. (In the VM 
  647. XEDIT case, this is the area after ====> .) 
  648.  
  649. A negative number means 'counted from the bottom'. So -2 means line 23 on a 
  650. regular model 2 session. 
  651.  
  652. The PCPRINT default is -2. 
  653.  
  654. This option is coded as CMDLINE=number in a PCPRINT profile. 
  655.  
  656.  
  657. ΓòÉΓòÉΓòÉ 9.2. Help for Command column ΓòÉΓòÉΓòÉ
  658.  
  659. Enter the column where the first character of a host command is entered. 
  660.  
  661. The PCPRINT default is 7. 
  662.  
  663. This option is coded as CMDCOL=number in a PCPRINT profile. 
  664.  
  665.  
  666. ΓòÉΓòÉΓòÉ 9.3. Help for Identification line ΓòÉΓòÉΓòÉ
  667.  
  668. The "Identification" concept is used to ensure that the expected panel is on 
  669. the host screen before lines to printed are retrieved or a command is issued. 
  670.  
  671. PCPRINT verifies that the Identification Text is on the Identification Line, 
  672. starting in the Identification Column. 
  673.  
  674. A negative number means 'counted from the bottom'. So -5 means line 20 on a 
  675. regular model 2 session. 
  676.  
  677. The PCPRINT default is -5. 
  678.  
  679. This option is coded as IDLINE=number in a PCPRINT profile. 
  680.  
  681.  
  682. ΓòÉΓòÉΓòÉ 9.4. Help for Identification column ΓòÉΓòÉΓòÉ
  683.  
  684. The "Identification" concept is used to ensure that the expected panel is on 
  685. the host screen before lines to printed are retrieved or a command is issued. 
  686.  
  687. PCPRINT verifies that the Identification Text is on the Identification Line, 
  688. starting in the Identification Column. 
  689.  
  690. The PCPRINT default is 17. 
  691.  
  692. This option is coded as IDCOL=number in a PCPRINT profile. 
  693.  
  694.  
  695. ΓòÉΓòÉΓòÉ 9.5. Help for Identification text ΓòÉΓòÉΓòÉ
  696.  
  697. The "Identification" concept is used to ensure that the expected panel is on 
  698. the host screen before lines to printed are retrieved or a command is issued. 
  699.  
  700. PCPRINT verifies that the Identification Text is on the Identification Line, 
  701. starting in the Identification Column. 
  702.  
  703. The PCPRINT default is "PCPRINT". 
  704.  
  705. This option is coded as IDTEXT="string" in a PCPRINT profile. 
  706.  
  707.  
  708. ΓòÉΓòÉΓòÉ 9.6. Help for Message line ΓòÉΓòÉΓòÉ
  709.  
  710. Enter the line number for the line where the host PCPRINT command is echoed. 
  711.  
  712. Any text on this line following a left parenthesis will be treated as a PCPRINT 
  713. option. 
  714.  
  715. A negative number means 'counted from the bottom'. So -3 means line 22 on a 
  716. regular model 2 session. 
  717.  
  718. If there is no message line (as in the case of TSO), enter 0. 
  719.  
  720. The PCPRINT default is -3. 
  721.  
  722. This option is coded as MSGLINE=number in a PCPRINT profile. 
  723.  
  724.  
  725. ΓòÉΓòÉΓòÉ 9.7. Help for Screen top margin ΓòÉΓòÉΓòÉ
  726.  
  727. Enter the number of lines to be skipped at the top of each screen. 
  728.  
  729. The PCPRINT default is 3. 
  730.  
  731. This option is coded as SCREENTM=number in a PCPRINT profile. 
  732.  
  733.  
  734. ΓòÉΓòÉΓòÉ 9.8. Help for Screen bottom margin ΓòÉΓòÉΓòÉ
  735.  
  736. Enter the number of lines to be skipped at the bottom of each screen. 
  737.  
  738. The PCPRINT default is 5. 
  739.  
  740. This option is coded as SCREENBM=number in a PCPRINT profile. 
  741.  
  742.  
  743. ΓòÉΓòÉΓòÉ 10. Help for the Host Communication dialog ΓòÉΓòÉΓòÉ
  744.  
  745. These options define the signals and commands used to communicate between the 
  746. PC part and the host part of PCPRINT. 
  747.  
  748. If you use VM and the standard PCPRINT host support, there is no need to change 
  749. these values. 
  750.  
  751. For TSO, there is a sample profile in PCPRINT PACKAGE called PCPRINT TSO. 
  752.  
  753.  
  754. ΓòÉΓòÉΓòÉ 10.1. Help for Primary trigger character ΓòÉΓòÉΓòÉ
  755.  
  756. When PCPRINT finds this character in the first position of the command input 
  757. area, it will start retrieving the document. 
  758.  
  759. The PCPRINT default is ". 
  760.  
  761. This option is coded as QQSIGNAL=character in a PCPRINT profile. 
  762.  
  763.  
  764. ΓòÉΓòÉΓòÉ 10.2. Help for Alternate trigger character ΓòÉΓòÉΓòÉ
  765.  
  766. Works the same as the Primary trigger character. The only difference is that 
  767. the Alternate final command will be issued last instead of the Primary final 
  768. command. 
  769.  
  770. The PCPRINT default is `. 
  771.  
  772. This default is fine for the US, but must be changed in most other countries. 
  773.  
  774. This option is coded as MSGSIGNAL=character in a PCPRINT profile. 
  775.  
  776.  
  777. ΓòÉΓòÉΓòÉ 10.3. Help for 'Checking interval ΓòÉΓòÉΓòÉ
  778.  
  779. This value determines how often PCPRINT will check the host session to see if 
  780. there is work for it to be done. The unit is seconds. 
  781.  
  782. If you are running many copies of PCPRINT at the same time (monitoring 
  783. different sessions), or if you are using a comparatively slow PC, you may want 
  784. to increase the checking interval. Otherwise other programs, including the 3270 
  785. emulator, may be slowed down by PCPRINT. 
  786.  
  787. But if you increase this value, PCPRINT will not respond as fast to your host 
  788. printing requests. 
  789.  
  790. The PCPRINT default is 2 seconds. 
  791.  
  792. If you change this value, the change will not take effect until you restart 
  793. PCPRINT. Therefore you should select Profile - Save after making the change. 
  794.  
  795. This option is coded as INTERVAL=number in a PCPRINT profile. 
  796.  
  797.  
  798. ΓòÉΓòÉΓòÉ 10.4. Help for Initial command ΓòÉΓòÉΓòÉ
  799.  
  800. This is the first command sent to the host when one of the trigger characters 
  801. is found in the command input area. 
  802.  
  803. The PCPRINT default is "TOP". 
  804.  
  805. This option is coded as TOP="string" in a PCPRINT profile. 
  806.  
  807.  
  808. ΓòÉΓòÉΓòÉ 10.5. Help for Page forward command ΓòÉΓòÉΓòÉ
  809.  
  810. This command will be sent to the host when a screen full of data has been 
  811. processed. 
  812.  
  813. The PCPRINT default is "FOR". 
  814.  
  815. This option is coded as FOR="string" in a PCPRINT profile. 
  816.  
  817.  
  818. ΓòÉΓòÉΓòÉ 10.6. Help for End-of-file string ΓòÉΓòÉΓòÉ
  819.  
  820. PCPRINT will look for this string to indicate the end of the document. 
  821.  
  822. The string MUST start in column 1. 
  823.  
  824. The comparison is made without regard for lower and upper case. Only as many 
  825. bytes as are specified here are used in the comparison. 
  826.  
  827. The PCPRINT default is "* * * End Of File * * *". 
  828.  
  829. This option is coded as EOF="string" in a PCPRINT profile. 
  830.  
  831.  
  832. ΓòÉΓòÉΓòÉ 10.7. Help for Primary final command ΓòÉΓòÉΓòÉ
  833.  
  834. This command will be sent to the host after the End-of-file string has been 
  835. detected, if processing was triggered by the primary trigger character. 
  836.  
  837. The PCPRINT default is "COMMAND QUIT". 
  838.  
  839. This option is coded as QQ="string" in a PCPRINT profile. 
  840.  
  841.  
  842. ΓòÉΓòÉΓòÉ 10.8. Help for Alternate final command ΓòÉΓòÉΓòÉ
  843.  
  844. This command will be sent to the host after the End-of-file string has been 
  845. detected, if processing was triggered by the alternate trigger character. 
  846.  
  847. The PCPRINT default is "MSG PCPRINT processing complete". 
  848.  
  849. This option is coded as MSG="string" in a PCPRINT profile. 
  850.  
  851.  
  852. ΓòÉΓòÉΓòÉ 10.9. Help for 3270 emulator task title ΓòÉΓòÉΓòÉ
  853.  
  854. This text identifies an entry in the OS/2 Task List as a 3270 session. You only 
  855. need to change this if you are using a translated version of OS/2. For example, 
  856. when using the French version, specify "Emulateur 3270". 
  857.  
  858. The PCPRINT default is "3270 Emulator". 
  859.  
  860. This option is coded as EMULATOR="string" in a PCPRINT profile. 
  861.  
  862.  
  863. ΓòÉΓòÉΓòÉ 11. Help for error messages ΓòÉΓòÉΓòÉ
  864.  
  865. Locate the message in the list below. 
  866.  
  867. The following string cannot be found in the task list 
  868.  
  869. PCPRINT expects to find the string in the Task List entries for the 3270 
  870. sessions. If you are using a translated version of OS/2, you may have to select 
  871. Host Communication from the Options menu and change 3270 emulator task title. 
  872.  
  873. PCPRINT.DLL could not be loaded. 
  874.  
  875. Make sure PCPRINT.DLL is in a directory listed in the LIBPATH statement in 
  876. CONFIG.SYS. 
  877.  
  878. Until this error is corrected, automatic session selection will not work. And 
  879. print screen cannot be done by pressing the Print Screen key, only by selecting 
  880. Print host screen from the Print menu. 
  881.  
  882. PCPRINT.DLL is corrupt. 
  883.  
  884. Make sure PCPRINT.DLL has been correctly downloaded and that you are not using 
  885. an old version. 
  886.  
  887. Until this error is corrected, automatic session selection will not work. And 
  888. print screen cannot be done by pressing the Print Screen key, only by selecting 
  889. Print host screen from the Print menu. 
  890.  
  891. PCPRINT.DLL is not responding. 
  892.  
  893. Make sure PCPRINT.DLL has been correctly downloaded and that you are not using 
  894. an old version. 
  895.  
  896. Until this error is corrected, automatic session selection will probably not 
  897. work. And print screen can probably not be done by pressing the Print Screen 
  898. key, only by selecting Print host screen from the Print menu. 
  899.  
  900. Your FCLDLGP.DLL is back-level. Get the latest version. 
  901.  
  902. PCPRINT wanted to use FCLDLGP.DLL but obtained a version of this file which was 
  903. too old for PCPRINT to use. Use PMSEEK to find all copies of FCLDLGP.DLL in 
  904. your system and erase them. Then install the version which comes with the 
  905. latest version of PCPRINT. 
  906.  
  907. Until this error is corrected, PCPRINT will use a very rudimentary file 
  908. selection dialog. 
  909.  
  910. Error printing this PC file 
  911.  
  912. The file could not be printed. The most probable cause is an incorrect file 
  913. name. 
  914.  
  915. Error printing host screen. 
  916.  
  917. The host screen could not be printed.