z/OS ISPF Software Configuration and Library Manager Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


FLMTPST

z/OS ISPF Software Configuration and Library Manager Guide and Reference
SC19-3625-00

Purpose

This translator is the Input List compiler post-compile processor. The Input list feature supports translators that allow the user to specify a list of input data sets for each invocation. Because the translator performing the processing will be operating on a list of files, a list of return codes must be provided to SCLM to correctly manage the build. The FLMTPST translator passes return code information back to SCLM.

The FLMTPST translator takes as input the file allocated to the ADAOUT ddname. The data set pointed to by the ddname ADAOUT must contain lines beginning with * or RC=XX, with the first nonblank character in column one. Each line within the data set that contains RC= in columns 1-3 is processed. Lines beginning with an asterisk (*) are considered comments and are ignored. Each line containing RC= in columns 1 through 3 must follow this format:
RC=XX 'DATA SET NAME(MEMBER)'

The data set name is the same as that specified in the Input list generated by the FLMTPRE translator. The lines in the ADAOUT file must match the order of the lines in the ADAIN file that was generated by FLMTPRE. If the order does not match, an error is generated and the FLMTPST translator stops. Here is the format and a sample of the ADAOUT file.

Start
Column   Length    Description
  1        1       The character "*" followed by anything up to 255 characters
                      - OR -
  1        3       String 'RC='
  4        2       Two-character integer return code
  6        1       Blank space
  7       56       fully qualified project partitioned data set name,
                   enclosed in single quotes.
RC=00 'PROJECT1.RELEASE.SOURCE(SUB4)'
RC=04 'PROJECT1.INT.SOURCE(PROC2)'
RC=00 'PROJECT1.STAGE.SOURCE(SUB2)'
RC=04 'PROJECT1.USER.SOURCE(PROC1)'
RC=00 'PROJECT1.INT.SOURCE(MAIN)'

Parameters

FLMTPST requires the following keyword parameter
FLM_INFO
Pointer to the SCLM information record. This parameter must be set to @@FLMINF.

Return codes

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014