Add a new file object to the target CICS region control file.
You can use the ADD FILE command to add a file object record to a CICS region control file. If a record for the specified file name already exists in the region control file, the action taken by the file maintenance utility is determined by the REPLACE parameter.
If you enter more than one program name, separate the names with a comma or a blank. The maximum number of program names you can add is 512.
These are programs to be processed by the batch request utility when it processes a SET FILE command for this file. If the command sets the file state to OPENSTATUS(OPEN) and ENABLESTATUS(ENABLED), the specified programs are set to ENABLESTATUS(ENABLED) after the file state has been successfully set. If the batch request utility command sets the file state to OPENSTATUS(CLOSED) or ENABLESTATUS(DISABLED), the programs are set to ENABLESTATUS(DISABLED) before the file state is set.
For more information, see the PROCESSPROGRAMS parameter on the SET FILE command.
If you enter more than one transactionID, separate the IDs with a comma or a blank. The maximum number of transaction IDs you can add is 512.
These are transactions to be processed by the batch request utility when it processes a SET FILE command for this file. If the command sets the file state to OPENSTATUS(OPEN) and ENABLESTATUS(ENABLED), the specified transactions are set to ENABLESTATUS(ENABLED) after the file state has been successfully set. If the batch request utility command sets the file state to OPENSTATUS(CLOSED) or ENABLESTATUS(DISABLED), the transactions are set to ENABLESTATUS(DISABLED) before the file state is set.
For more information, see the PROCESSTRANSIDS parameter on the SET file command.