z/OS DFSMSdfp Advanced Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


FCB Images in SYS1.IMAGELIB

z/OS DFSMSdfp Advanced Services
SC23-6861-01

Two standard FCB images, STD1 and STD2, are included in SYS1.IMAGELIB during system installation. The names of these standard images begin with the characters “FCB2”. You can define FCB images whose names begin with “FCB4” for the 4248, 3262 Model 5, and 6262 Model 14 Printers. These printers can use both the “FCB2”-prefixed images (referred to as 3211 format FCBs) and the “FCB4”-prefixed images. All other printers, except the 3800, can use only “FCB2”-prefixed images.

This section describes how you can create or replace “FCB2”-prefixed images. z/OS DFSMSdfp Utilities describes how you can use the IEBIMAGE utility program to create, update, or replace an “FCB4”-prefixed image for the 3262 Model 5, 4248, or 6262 Model 14 Printers. For details about the “FCB4”-prefixed images, see either IBM 6262 Printer Model 014 Product Description or IBM 4248 Printer Model 1 Description.

The 3262 Model 5, 4245, 4248, and 6262 Model 14 printers each load a default FCB image into the buffer when they are powered on. The 3262 Model 5 default FCB image is an 11-inch form with 6 lines per inch, a Channel 1 on the third print line, and a Channel 12 on line 64. The 4245 default FCB image is an 11-inch form with 6 lines per inch and a Channel 1 on the first print line. The 4248 default FCB image is the last FCB image loaded. The 6262 Model 14 default FCB image is either the last FCB image loaded and saved or the default shipped with the printer.

STD1 sets line spacing at 6 lines per inch for an 8½ inch form; STD2 is a default FCB image that sets line spacing at 6 lines per inch for an 11-inch form. Channels for both images are evenly spaced, with Channel 1 on the fourth line and Channel 9 on the last line. See Figure 1 and Figure 2 for the format of the standard STD1 and STD2 images.

The standard FCB image for the 3800 Printing Subsystem, STD3, is included in SYS1.IMAGELIB during system installation. All models of the 3800 use FCB images whose names begin with "FCB3". Use the IEBIMAGE utility to create and modify FCB modules for the 3800 Printing Subsystem.

Figure 1. Format of the Standard STD1 FCB Image
FCB2STD1  CSECT
          DC    X'80'             DEFAULT
          DC    AL1(48)           FCB IMAGE LENGTH = 48
          DC    X'000000'         LINE 1, 2, 3
          DC    X'01'             LINE 4, CHANNEL 1
          DC    X'000000'         LINE 5, 6, 7
          DC    X'02'             LINE 8, CHANNEL 2
          DC    X'000000'         LINE 9, 10, 11
          DC    X'03'             LINE 12, CHANNEL 3
          DC    X'000000'         LINE 13, 14, 15
          DC    X'04'             LINE 16, CHANNEL 4
          DC    X'000000'         LINE 17, 18, 19
          DC    X'05'             LINE 20, CHANNEL 5
          DC    X'000000'         LINE 21, 22, 23
          DC    X'06'             LINE 24, CHANNEL 6
          DC    X'000000'         LINE 25, 26, 27
          DC    X'07'             LINE 28, CHANNEL 7
          DC    X'000000'         LINE 29, 30, 31
          DC    X'08'             LINE 32, CHANNEL 8
          DC    X'000000'         LINE 33, 34, 35
          DC    X'0A'             LINE 36, CHANNEL 10
          DC    X'000000'         LINE 37, 38, 39
          DC    X'0B'             LINE 40, CHANNEL 11
          DC    X'000000'         LINE 41, 42, 43
          DC    X'0C'             LINE 44, CHANNEL 12
          DC    X'000000'         LINE 45, 46, 47
          DC    X'19'             LINE 48, CHANNEL 9-END OF FCB IMAGE
          END
Figure 2. Format of the Standard STD2 FCB Image
FCB2STD2  CSECT
          DC    X'80'             DEFAULT
          DC    AL1(66)           FCB IMAGE LENGTH = 66
          DC    X'000000'         LINE 1, 2, 3
          DC    X'01'             LINE 4, CHANNEL 1
          DC    X'0000000000'     LINE 5, 6, 7, 8, 9
          DC    X'02'             LINE 10, CHANNEL 2
          DC    X'0000000000'     LINE 11, 12, 13, 14, 15
          DC    X'03'             LINE 16, CHANNEL 3
          DC    X'0000000000'     LINE 17, 18, 19, 20, 21
          DC    X'04'             LINE 22, CHANNEL 4
          DC    X'0000000000'     LINE 23, 24, 25, 26, 27
          DC    X'05'             LINE 28, CHANNEL 5
          DC    X'0000000000'     LINE 29, 30, 31, 32, 33
          DC    X'06'             LINE 34, CHANNEL 6
          DC    X'0000000000'     LINE 35, 36, 37, 38, 39
          DC    X'07'             LINE 40, CHANNEL 7
          DC    X'0000000000'     LINE 41, 42, 43, 44, 45
          DC    X'08'             LINE 46, CHANNEL 8
          DC    X'0000000000'     LINE 47, 48, 49, 50, 51
          DC    X'0A'             LINE 52, CHANNEL 10
          DC    X'0000000000'     LINE 53, 54, 55, 56, 57
          DC    X'0B'             LINE 58, CHANNEL 11
          DC    X'0000000000'     LINE 59, 60, 61, 62, 63
          DC    X'0C'             LINE 64, CHANNEL 12
          DC    X'00'             LINE 65
          DC    X'19'             LINE 66, CHANNEL 9-END OF FCB IMAGE
          END

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014