Hi all,
when i run the below code, it goes to the else clause even after setting the environment variable JBCEMULATE to "seq"(before compiling) and also the openseq_creates is set to true in Config_EMULATE.
FN.SEQ="TEST.BP/CUST.TXT"
OPENSEQ FN.SEQ TO F1.OUT ELSE
CRT "ERR1"
END