When initiating transfers in XCOM for AS/400, is there any functionality equivalent to TYPE=EXECUTE and TYPE=SCHEDULE provided by XCOM for Z/OS?
By default, a transfer in AS/400 is executed in the job that runs a transfer command (for example, SENDFILE). This mode of operation would be the equivalent of TYPE=EXECUTE in MVS or also QUEUE=NO in Linux/Unix/Windows platforms.
All transfer commands may specify option ENQ(*YES) which queues the transfer to be processed by the XCOM background process. This mode of operation would be the equivalent of TYPE=SCHEDULE in MVS or QUEUE=YES in Linux/Unix/Windows
In Z/OS, parameter TYPE= is passed to XCOMJOB program in the JCL PARM= field.
In Linux/Unix/Window, parameter QUEUE= may be specified in the command line that runs program xcomtcp or in the config file mentioned in the command line. The value specified in the command line overrides whatever is specified in the config file