{"id":28,"category_id":2,"slug":"spooler","type":null,"name":"Spooler","code":"SPO","content":"<p><strong>CICS terminal printer spooling system<\/strong><\/p>\r\n<p><strong>CICS\/Spooler&nbsp;<\/strong>is a printer terminal spooling system for CICS which improves throughput of printer oriented programs.<\/p>\r\n<ul>\r\n <li>It uses standard ASA print control characters, provides header and trailer pages with report name and user name, produces multiple copies, and offers simultaneous spool and print capability.<\/li>\r\n <li>Single reports may be spooled by a series of tasks or a single task. Reports can be sent to any CICS printer.<\/li>\r\n <li>Reports spooled by batch jobs can be printed on a CICS printer and reports spooled by CICS tasks can be printed on batch system printers. A routine to extract data from the VSE\/POWER queue or send commands to VSE\/POWER is included.<\/li>\r\n <li>Reports in the CICS\/Spooler queue or VSE\/POWER queue may be displayed on a CICS CRT.<\/li>\r\n <li>Reports can be written directly to the CICS\/Spooler queue from batch programs by using a called subroutine, which is supplied.<\/li>\r\n <li>An option to print only selected pages of a report is available.<\/li>\r\n <li>A security system, based on Job Name, limits users to viewing only the authorized reports and controls which CICS printers a user may use.<\/li>\r\n <li>Printing may be stopped and restarted.<\/li>\r\n <li>Form IDs may be specified for reports and for printers. Reports will not print unless the Form ID matches the printer's Form ID.<br>\r\n &nbsp;<\/li>\r\n<\/ul>\r\n<p><strong>Printer Profiles<\/strong><br>\r\nAll reports are directed to a destination name associated with a printer profile (which may or may not have the same name as the actual printer). Printer profiles allow various options to be set for the physical printer such as maximum number of print characters per line, command codes to be sent before and after the report is printed, and printer translate table for automatic translation of unwanted characters. A physical printer can have more than one printer profile to allow for printing with different options. For example, PROFILEA is used to print in landscape mode and PROFILEB is used to print in portrait mode on the same laser printer.<br>\r\n<br>\r\n<strong>Printer Pools<\/strong><br>\r\nIn addition to printer route lists, printer pools allow a report to be printed on the first available printer within the printer pool. Each printer pool has a maximum of 70 printer profiles defined.<br>\r\n<em><br>\r\n<\/em><strong>Printer Control<\/strong><br>\r\nIn addition to forms control, the printer may be halted (placing the printer out of use for CICS\/Spooler) and later made available again for printing.<br>\r\n<br>\r\n<strong>Security<\/strong><br>\r\nSecurity can be based on the CICS USERID, CICS OPID, or CICS TERMID. Both printers and reports may be secured. Reports can be secured to prevent access, allow viewing only, or allow total access. Printers can only be secured to allow total access or no access at all.<br>\r\n<em><br>\r\n<\/em><strong>Automatic Print Control (VSE only)<\/strong><br>\r\nAutomatic print selection from the VSE\/Power LST queue allows a report to be printed on a CICS printer without any manual intervention. Report selection can be based on CLASS, Dest ID, Form ID, or Jobname. After the report is printed it may be deleted or kept.<br>\r\n<br>\r\n<strong>System Printers<\/strong><br>\r\nProvides the ability to send reports in CICS\/Spooler's VSAM-based queue back to the system spooler (JES or POWER) to be printed. The user need only request the report be printed to printer profile $SYSTEM.<br>\r\n<br>\r\n<strong>Print Control<\/strong><br>\r\nAllows CICS\/Spooler to keep track of all print requests until the report has been deleted. Properly keeps track of requests to print the same report on multiple printers.<br>\r\n<br>\r\n<strong>VSE\/Power XMT Queue<\/strong><br>\r\nFacility to display the XMT queue directory has been added.<br>\r\n<br>\r\n<strong>Maximum Line Length<\/strong><br>\r\nMaximum print line has been increased from 133 to 255 characters. Support has been added to both print and view longer print lines.<br>\r\n<br>\r\n<strong>Retention Date<\/strong><br>\r\nReports now include a retention date to be used during report purge processing.<br>\r\n<br>\r\n<strong>Banner Page<\/strong><br>\r\nA new banner page exit allows each installation to customize the banner page to fit its needs. An example banner page exit with standard block lettering for the jobname is provided.<br>\r\n<strong><br>\r\nVSE\/Power PUN Queue<\/strong><br>\r\nEntries from the PUN queue may now be printed on any CICS printer. No forms control (i.e.. page breaks) is used.<br>\r\n<br>\r\n<strong>Buffer Tracing<\/strong><br>\r\nA facility has been added to trace both print buffers and spooling buffers to aid in problem determination.<br>\r\n<br>\r\n<strong>Report Selection<\/strong><br>\r\nReports may be selected based on number of pages and\/or date created.<br>\r\n<br>\r\n<strong>Print Priority<\/strong><br>\r\nAll print requests are assigned a print priority allowing 'HOT' reports to complete first.<br>\r\n<br>\r\n<strong>Print Queue<\/strong><br>\r\nEach printer's print queue can be accessed to display the report currently printing and any reports waiting to be printed. The priority of any report waiting to be printed can be changed to allow a 'HOT' print to be next in line. Any report request waiting may also be deleted.<br>\r\n<strong><br>\r\nVSE\/POWER and MVS JES Spool Access Functionality<\/strong><br>\r\nThis facility automatically provides the ability to move a report from a POWER\/JES output queue to the&nbsp;<strong>CICS\/Spooler<\/strong>&nbsp;spool queue on CICS without user intervention. The&nbsp;<strong>CICS\/Spooler&nbsp;<\/strong>queue is supported by a VSAM file.<\/p>\r\n<p><strong>How it works&nbsp;<\/strong><br>\r\nShortly after job output enters the queue (1 or 2 seconds for JES and 1 or 2 minutes for POWER) the transmission between the POWER\/JES queue and the&nbsp;<strong>CICS\/Spooler<\/strong>&nbsp;file begins automatically. CICS\/Spooler selects the report to be pulled off the POWER\/JES queue based on Form ID. This Form ID may be chosen by the installation. The transmission of the report from the POWER\/JES queue to CICS\/Spooler is handled by a started task. It should be running during any period that automatic transmission of reports between POWER\/JES and CICS\/Spooler is needed.<\/p>\r\n<p><strong>Report Segmentation &nbsp;<\/strong><br>\r\nCICS\/Spooler can split up or 'SEGMENT' a report so only the needed part(s) of the reports are actually transferred to CICS. Segmentation is based on spooler searching for user defined start and end text within the report. The user has control of the content, length, line position, column, and boundary of the start\/end search text.<\/p>\r\n<p><strong>Headers &nbsp;<\/strong><br>\r\nThe user may define how each report pulled from POWER\/JES is to be treated by&nbsp;<strong>CICS\/Spooler<\/strong>. This is called a 'HEADER'.<\/p>\r\n<p><strong>Headers can be defined in two ways:<\/strong><br>\r\n1) CICS screens are provided to define a header for all reports that match a specified JOBNAME.<br>\r\n2) The header can be imbedded within the text of the report.<br>\r\nThe definition of the segmentation rules are optional extensions to the header and, like the header, can be defined using CICS screens based on jobname or can be imbedded in the report.<\/p>\r\n<p><strong>Split Mode Viewing &nbsp;<\/strong><br>\r\nAllows the left portion of the report to remain fixed while the right portion of the report is shifted to the right to view columns that will not fit on the screen. The left and right portions of the report are separated by the '|' character. The number of columns that make up the left portion of the screen is based on the cursor position when the PF2 (Split) key is pressed.<\/p>\r\n<p><strong>Custom Function Codes &nbsp;<\/strong><br>\r\nAllows the user to customize which command codes are used for the&nbsp;<strong>CICS\/Spooler<\/strong>&nbsp;functions. For example, VSE users may prefer the command code of '5' to delete reports, while MVS users might prefer to use the command code 'D'.<\/p>\r\n<p><strong>Audit trail &nbsp;<\/strong><br>\r\nThe new AUTOLOG feature allows a message to be written to a CICS transient data queue or the system console whenever the user performs a&nbsp;<strong>CICS\/Spooler<\/strong>&nbsp;function.<\/p>\r\n<p>&nbsp;<\/p>\r\n<p><a href=\"\/accounts\/register.html\"><br>\r\n<\/a><\/p>","summary":"","featured":0,"status":1,"passwords":1,"extended_info":"0","deleted_at":null,"created_at":"2017-11-14T23:21:26.000000Z","updated_at":"2017-12-02T02:25:27.000000Z","sorted_releases":[{"id":80,"parent_id":null,"product_id":28,"release":"5.4","notes":"\n<ul>\n <li>Provides support for 31-bit CICS programs.<\/li>\n <li>Support for CICS\/VSE releases prior to 2.3 and CICS\/MVS releases prior to 4.1 has been removed.<\/li>\n <li>For VSE installations, provides a feature to display and view the VSE\/Power In-Creation queue.<\/li>\n <li>Provides a feature to specify the amount of time to wait before scanning for reports to be printed to be less than one minute (as determined by the installation option \"AUTO TIME\").<\/li>\n<\/ul>\n","released_on":"2002-02-05T23:21:26.000000Z","deleted_at":null,"children":[]},{"id":81,"parent_id":null,"product_id":28,"release":"5.3","notes":"\n<ul>\n <li>Provides a program exit to determine the userid assigned to the user.<\/li>\n <li>For VSE installations, provides feature to specify security based on the userid (as determined by the installation option IDENTIFY) and the VSE\/POWER To-User or From-User. Reference Section 2.1.9 Administrative Functions - Report Security.<\/li>\n <li>Pre-version 5 feature to transfer reports from CICS\/Spooler VSAM file to the system spool in a batch mode has been added.<\/li>\n <li>Corrects the start\/stop spool dates and the expiration date for reports spooled on and after January 1, 2000.<\/li>\n<\/ul>\n","released_on":"1999-07-15T21:21:26.000000Z","deleted_at":null,"children":[]},{"id":82,"parent_id":null,"product_id":28,"release":"5.2","notes":"\n<ul>\n <li>CICS\/FAX interface!\u00a0 Installations with MacKinney Systems CICS\/FAX version 2.2 installed can now fax a report.<\/li>\n <li>Displays the most current printing information for a report first rather than last.<\/li>\n <li>Option to display reports on the SPOM25 CICS\/Spooler Queue Directory in Job Number order.<\/li>\n <li>CICS\/Spooler version 4 to version 5 file conversion utility.<\/li>\n<\/ul>\n","released_on":"1999-05-11T21:21:26.000000Z","deleted_at":null,"children":[]},{"id":83,"parent_id":null,"product_id":28,"release":"5.1","notes":"\n<ul>\n <li>Support for the MVS pre-version 5.0 spooling method has been added.<\/li>\n <li>Support to terminate the Automatic Print Initiator in the PLT shutdown was added.<\/li>\n<\/ul>\n","released_on":"1996-12-23T23:21:26.000000Z","deleted_at":null,"children":[]},{"id":84,"parent_id":null,"product_id":28,"release":"5.0","notes":"<ul>\r\n <li><span style=\"text-decoration: underline;\">Printer Profiles<\/span> All reports are directed to a destination name associated with a printer profile (which may or may not have the same name as the actual printer). Printer profiles allow various options to be set for the physical printer such as maximum number of print characters per line, command codes to be sent before and after the report is printed, and printer translate table for automatic translation of unwanted characters. A physical printer can have more than one printer profile to allow for printing with different options. For example, PROFILEA is used to print in landscape mode and PROFILEB is used to print in portrait mode on the same laser printer.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Printer Pools<\/span> In addition to printer route lists, printer pools allow a report to be printed on the first available printer within the printer pool. Each printer pool has a maximum of 70 printer profiles defined.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Printer Control<\/span> In addition to forms control, the printer may be halted (placing the printer out of use for CICS\/Spooler) and later made available again for printing.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Security<\/span> Security can be based on the CICS USERID, CICS OPID, or CICS TERMID. Both printers and reports may be secured. Reports can be secured to prevent access, allow viewing only, or allow total access. Printers can only be secured to allow total access or no access at all.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Automatic Print Control<\/span> (VSE only) Automatic print selection from the VSE\/Power LST queue allows a report to be printed on a CICS printer without any manual intervention. Report selection can be based on CLASS<\/li>\r\n <li><span style=\"text-decoration: underline;\">System Printers<\/span> Provides the ability to send reports in CICS\/Spooler's VSAM-based queue back to the system spooler (JES or POWER) to be printed. The user need only request the report be printed to printer profile $SYSTEM.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Print Control<\/span> Allows CICS\/Spooler to keep track of all print requests until the report has been deleted. Properly keeps track of requests to print the same report on multiple printers.<\/li>\r\n <li><span style=\"text-decoration: underline;\">VSE\/Power XMT Queue<\/span> Facility to display the XMT queue directory has been added.<\/li>\r\n <li>Maximum Line Length Maximum print line has been increased from 133 to 255 characters. Support has been added to both print and view longer print lines.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Retention Date<\/span> Reports now include a retention date to be used during report purge processing.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Banner Page<\/span> A new banner page exit allows each installation to customize the banner page to fit its needs. Example banner page exit with standard block lettering for the jobname is provided.<\/li>\r\n <li><span style=\"text-decoration: underline;\">VSE\/Power PUN Queue<\/span> Entries from the PUN queue may now be printed on any CICS printer. No forms control (ie. page breaks) is used.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Buffer Tracing<\/span> A facility has been added to trace both print buffers and spooling buffers to aid in problem determination.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Report Selection,<\/span> Reports may be selected based on number of pages and\/or date created.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Print Priority<\/span> All print requests are assigned a print priority allowing 'HOT' reports to complete first.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Print Queue<\/span> Each printer's print queue can be accessed to display the report currently printing and any reports waiting to be printed. The priority of any report waiting to be printed can be changed to allow a 'HOT' print to be next in line. Any report request waiting may also be deleted.<\/li>\r\n<\/ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">VSE\/POWER and MVS JES Spool Access Functionality<\/span><\/li>\r\n <li>Automatically provides the ability to move a report from a POWER\/JES output queue to the CICS\/Spooler spool queue on CICS without user intervention. The CICS\/Spooler queue is supported by a VSAM file<\/li>\r\n <li>After a short delay (1 or 2 seconds for JES and 1 or 2 minutes for POWER) the transmission between the POWER\/JES queue and the CICS\/Spooler file begins automatically. CICS\/Spooler selects the report to be pulled off the POWER\/JES queue based on Form ID. This Form ID may be chosen by the installation.<\/li>\r\n <li>CICS\/Spooler can split up or 'SEGMENT' a report so only the needed part(s) of the reports are actually transferred to CICS. Segmentation is based on spooler searching for user defined start and end text within the report. The user has control of the content, length, line position, column, and boundary of the start\/end search text.<\/li>\r\n <li>The user may define how each report pulled from POWER\/JES is to be treated by CICS\/Spooler. This is called a 'HEADER'. Headers can be defined in two ways:<\/li>\r\n <li>CICS screens are provided to define a header for all reports that match a specified JOBNAME.<\/li>\r\n <li>The header can actually be imbedded within the text of the report.<\/li>\r\n <li>The definition of the segmentation rules are optional extensions to the header and, like the header, can be defined using CICS screens based on jobname or can be imbedded in the report.<\/li>\r\n <li>The transmission of the report from the POWER\/JES queue to CICS\/Spooler is handled by a started task. It should be running during any period that automatic transmission of reports between POWER\/JES and CICS\/Spooler is needed.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Split Mode Viewing<\/span> Allows the left portion of the report to remain fixed while the right portion of the report is shifted to the right to view columns that will not fit on the screen. The left and right portions of the report are separated by the '|' character. The number of columns that make up the left portion of the screen is based on the cursor position when the PF2 (Split) key is pressed<\/li>\r\n <li><span style=\"text-decoration: underline;\">Custom Function Codes<\/span> Allows the user to customize which command codes are used for the CICS\/Spooler functions. For example, VSE users may prefer the command code of '5' to delete reports, while MVS users might prefer to use the command code 'D'.<\/li>\r\n <li><span style=\"text-decoration: underline;\">AUTOLOG Function<\/span> Allows a message to be written to a CICS transient data queue or the system console whenever the user performs a CICS\/Spooler function.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Year 2000 Support<\/span> Four digit year is used throughout the system.<\/li>\r\n<\/ul>","released_on":"1996-05-29T23:22:08.000000Z","deleted_at":null,"children":[]}],"releases":[{"id":80,"parent_id":null,"product_id":28,"release":"5.4","notes":"\n<ul>\n <li>Provides support for 31-bit CICS programs.<\/li>\n <li>Support for CICS\/VSE releases prior to 2.3 and CICS\/MVS releases prior to 4.1 has been removed.<\/li>\n <li>For VSE installations, provides a feature to display and view the VSE\/Power In-Creation queue.<\/li>\n <li>Provides a feature to specify the amount of time to wait before scanning for reports to be printed to be less than one minute (as determined by the installation option \"AUTO TIME\").<\/li>\n<\/ul>\n","released_on":"2002-02-05T23:21:26.000000Z","deleted_at":null,"children":[]},{"id":81,"parent_id":null,"product_id":28,"release":"5.3","notes":"\n<ul>\n <li>Provides a program exit to determine the userid assigned to the user.<\/li>\n <li>For VSE installations, provides feature to specify security based on the userid (as determined by the installation option IDENTIFY) and the VSE\/POWER To-User or From-User. Reference Section 2.1.9 Administrative Functions - Report Security.<\/li>\n <li>Pre-version 5 feature to transfer reports from CICS\/Spooler VSAM file to the system spool in a batch mode has been added.<\/li>\n <li>Corrects the start\/stop spool dates and the expiration date for reports spooled on and after January 1, 2000.<\/li>\n<\/ul>\n","released_on":"1999-07-15T21:21:26.000000Z","deleted_at":null,"children":[]},{"id":82,"parent_id":null,"product_id":28,"release":"5.2","notes":"\n<ul>\n <li>CICS\/FAX interface!\u00a0 Installations with MacKinney Systems CICS\/FAX version 2.2 installed can now fax a report.<\/li>\n <li>Displays the most current printing information for a report first rather than last.<\/li>\n <li>Option to display reports on the SPOM25 CICS\/Spooler Queue Directory in Job Number order.<\/li>\n <li>CICS\/Spooler version 4 to version 5 file conversion utility.<\/li>\n<\/ul>\n","released_on":"1999-05-11T21:21:26.000000Z","deleted_at":null,"children":[]},{"id":83,"parent_id":null,"product_id":28,"release":"5.1","notes":"\n<ul>\n <li>Support for the MVS pre-version 5.0 spooling method has been added.<\/li>\n <li>Support to terminate the Automatic Print Initiator in the PLT shutdown was added.<\/li>\n<\/ul>\n","released_on":"1996-12-23T23:21:26.000000Z","deleted_at":null,"children":[]},{"id":84,"parent_id":null,"product_id":28,"release":"5.0","notes":"<ul>\r\n <li><span style=\"text-decoration: underline;\">Printer Profiles<\/span> All reports are directed to a destination name associated with a printer profile (which may or may not have the same name as the actual printer). Printer profiles allow various options to be set for the physical printer such as maximum number of print characters per line, command codes to be sent before and after the report is printed, and printer translate table for automatic translation of unwanted characters. A physical printer can have more than one printer profile to allow for printing with different options. For example, PROFILEA is used to print in landscape mode and PROFILEB is used to print in portrait mode on the same laser printer.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Printer Pools<\/span> In addition to printer route lists, printer pools allow a report to be printed on the first available printer within the printer pool. Each printer pool has a maximum of 70 printer profiles defined.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Printer Control<\/span> In addition to forms control, the printer may be halted (placing the printer out of use for CICS\/Spooler) and later made available again for printing.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Security<\/span> Security can be based on the CICS USERID, CICS OPID, or CICS TERMID. Both printers and reports may be secured. Reports can be secured to prevent access, allow viewing only, or allow total access. Printers can only be secured to allow total access or no access at all.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Automatic Print Control<\/span> (VSE only) Automatic print selection from the VSE\/Power LST queue allows a report to be printed on a CICS printer without any manual intervention. Report selection can be based on CLASS<\/li>\r\n <li><span style=\"text-decoration: underline;\">System Printers<\/span> Provides the ability to send reports in CICS\/Spooler's VSAM-based queue back to the system spooler (JES or POWER) to be printed. The user need only request the report be printed to printer profile $SYSTEM.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Print Control<\/span> Allows CICS\/Spooler to keep track of all print requests until the report has been deleted. Properly keeps track of requests to print the same report on multiple printers.<\/li>\r\n <li><span style=\"text-decoration: underline;\">VSE\/Power XMT Queue<\/span> Facility to display the XMT queue directory has been added.<\/li>\r\n <li>Maximum Line Length Maximum print line has been increased from 133 to 255 characters. Support has been added to both print and view longer print lines.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Retention Date<\/span> Reports now include a retention date to be used during report purge processing.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Banner Page<\/span> A new banner page exit allows each installation to customize the banner page to fit its needs. Example banner page exit with standard block lettering for the jobname is provided.<\/li>\r\n <li><span style=\"text-decoration: underline;\">VSE\/Power PUN Queue<\/span> Entries from the PUN queue may now be printed on any CICS printer. No forms control (ie. page breaks) is used.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Buffer Tracing<\/span> A facility has been added to trace both print buffers and spooling buffers to aid in problem determination.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Report Selection,<\/span> Reports may be selected based on number of pages and\/or date created.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Print Priority<\/span> All print requests are assigned a print priority allowing 'HOT' reports to complete first.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Print Queue<\/span> Each printer's print queue can be accessed to display the report currently printing and any reports waiting to be printed. The priority of any report waiting to be printed can be changed to allow a 'HOT' print to be next in line. Any report request waiting may also be deleted.<\/li>\r\n<\/ul>\r\n<ul>\r\n <li><span style=\"text-decoration: underline;\">VSE\/POWER and MVS JES Spool Access Functionality<\/span><\/li>\r\n <li>Automatically provides the ability to move a report from a POWER\/JES output queue to the CICS\/Spooler spool queue on CICS without user intervention. The CICS\/Spooler queue is supported by a VSAM file<\/li>\r\n <li>After a short delay (1 or 2 seconds for JES and 1 or 2 minutes for POWER) the transmission between the POWER\/JES queue and the CICS\/Spooler file begins automatically. CICS\/Spooler selects the report to be pulled off the POWER\/JES queue based on Form ID. This Form ID may be chosen by the installation.<\/li>\r\n <li>CICS\/Spooler can split up or 'SEGMENT' a report so only the needed part(s) of the reports are actually transferred to CICS. Segmentation is based on spooler searching for user defined start and end text within the report. The user has control of the content, length, line position, column, and boundary of the start\/end search text.<\/li>\r\n <li>The user may define how each report pulled from POWER\/JES is to be treated by CICS\/Spooler. This is called a 'HEADER'. Headers can be defined in two ways:<\/li>\r\n <li>CICS screens are provided to define a header for all reports that match a specified JOBNAME.<\/li>\r\n <li>The header can actually be imbedded within the text of the report.<\/li>\r\n <li>The definition of the segmentation rules are optional extensions to the header and, like the header, can be defined using CICS screens based on jobname or can be imbedded in the report.<\/li>\r\n <li>The transmission of the report from the POWER\/JES queue to CICS\/Spooler is handled by a started task. It should be running during any period that automatic transmission of reports between POWER\/JES and CICS\/Spooler is needed.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Split Mode Viewing<\/span> Allows the left portion of the report to remain fixed while the right portion of the report is shifted to the right to view columns that will not fit on the screen. The left and right portions of the report are separated by the '|' character. The number of columns that make up the left portion of the screen is based on the cursor position when the PF2 (Split) key is pressed<\/li>\r\n <li><span style=\"text-decoration: underline;\">Custom Function Codes<\/span> Allows the user to customize which command codes are used for the CICS\/Spooler functions. For example, VSE users may prefer the command code of '5' to delete reports, while MVS users might prefer to use the command code 'D'.<\/li>\r\n <li><span style=\"text-decoration: underline;\">AUTOLOG Function<\/span> Allows a message to be written to a CICS transient data queue or the system console whenever the user performs a CICS\/Spooler function.<\/li>\r\n <li><span style=\"text-decoration: underline;\">Year 2000 Support<\/span> Four digit year is used throughout the system.<\/li>\r\n<\/ul>","released_on":"1996-05-29T23:22:08.000000Z","deleted_at":null,"children":[]}]}