Please enable JavaScript to view this site.

Manual InterForm400 English 2023

This function will cause all remaining AFC functions (sequence lines) to be skipped.

 

If you want to insert AFC functions, that are to be executed for all spooled files not specifically handled in previous lines you could use this function. Just after handling a specific spooled file insert this function to exit from AFC.

 

Example:

Below we have defined, that spooled files with form type ‘DEMO’ should be merged with overlay ‘IF400DEMO’, spooled files with form type ‘DEMO2' should be merged with overlay ‘RULER’ and all other spooled files should be moved to output queue, PRT01 where they will be printed.

 

 

         Update AFC-functions attached to output queues               AFC305D  

                                                                               

Queue:   AFC_INPUT1     Library:   APF3812                                    

                                                                               

Seqnbr F. Formtyp  Save Jobname    Filename   Device file  Program  UserData    

 0001  1  DEMO                                                            

          Merge, Overlay: IF400DEMO Fileset: SAMPLE                      

 0002  9  DEMO                                                            

          Exit                                                            

 0003  *                                                                    

                                                                               

 0004  1  DEMO2                                                          

          Merge, Overlay: RULER Fileset: SAMPLE                          

 0005  9  DEMO2

          Exit

 0499  *

                                                                               

 0500  5  Move spooled file, new outq: PRT01 library: QUSRSYS

                                                                               

                                                                               

                                                                               

                                                                               

F3=Exit             F5=Service        F13=Fold/Unfold