Support for error feedback during SCLM build for Assembler

The tool attachment supports error feedback for Assembler programs in connection with the SCLM build. Use the compiler option ADATA together with the Assembler exit TAURTOAX, and allocate the error feedback file as a member of a PDS file in an already started build translator. You can use the REXX procedure TAUSCPLA for this purpose.

A maximum of 250 messages are returned from the exit. You can reduce this amount using the option /N. The maximum number of warning and informational messages is specified with /W, and this value must be fewer than the one specified for /N. If not specified, the default value is set to 20.

          FLMTRNSL   CALLNAM='XMLDAT',                                 C 
               FUNCTN=BUILD,                                           C 
               CALLMETH=ISPLNK,                                        C 
               COMPILE=SELECT,                                         C 
               VERSION=1.0,                                            C 
               GOODRC=0,                                               C 
               PDSDATA=Y,                                              C 
               PORDER=1,                                               C 
               OPTIONS='CMD(TAUSCPLA §§FLMMBR)NEST'       
          FLMTRNSL   CALLNAM='ENTERPRISE COBOL COMPILER',              C 
               FUNCTN=BUILD,                                           C 
               COMPILE=IGYCRCTL,                                       C 
               DSNAME=IGY410.SIGYCOMP,                                 C 
               VERSION=3.3.1,                                          C 
               GOODRC=4,                                               C 
               PORDER=1,                                               C 
               OPTIONS='XREF(SHORT),LINECOUNT(75),OBJECT,RENT,ADATA,EXIC 
               T(ADEXIT(TAURTOAX(''/N 100 /W 25'')))'                  
*          (* SYSADATA *)
           FLMALLOC  IOTYPE=W,RECFM=VB,LRECL=1020,RECNUM=500000,       C 
               DDNAME=SYSADATA