Pick_Tex wrote: > I've found that executing the CONTROL-CHARS ON statement from a PQN > PROC does not work. However, when I execute the same command from a > PQ PROC it does > work. > > I've checked my Config_EMULATE pq_indirection and it's set to "true". > Any place or other file that I should check? Isn't that what the H command in PQN procs is supposed to do? Though I thought it was fiel mark replacement.
You want: H"CONTROL-CHARS ON" For PQN procs (at least for some emulations) I think Jim --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
