The IBM documentation for WRITEQ TS states:
"Do not use X'FA' through X'FF', or **, or $$, or DF, as the first character of the name; these characters are reserved for CICS use."
What are each of those prefixes used for?
Presumably one of them would be used for EXEC CICS START REQID; which one of them is for that?
How is X'FA'-X'FF' mapped into Ascii when run under TX-Series on AIX?