//*MFE: {keyword=value}[...]
keyword=value | Specify an extension keyword and value. All extension keywords must begin with the % (percent) character. |
//STEP1 EXEC PGM=MYPROG,REGION=1024K, // ACCT=(‘ACCOUNT INFO’), // PARM=’parameter string’ //*MFE: %TYPEXEC=HOST,%SOMEOTHER=SOMEVAL //*MFE: %ANOTHER=VAL
In this example, three extension keywords apply to the EXEC statement and follow the complete statement. %TYPEXEC, %SOMEOTHR, and %ANOTHER are extension keywords.