JQL Unsupported
This section shows the statements that are unsupported in TAFJ.
- SELECT F.DW.EXPORT WITH TAKEOVER "INCREMENTAL" "ONLINE”
- COPY FROM TESTFILE.BP20 TO TESTFILE.BP22 test.txt OVERWRITING
You need to modify the statements as:
- SELECT F.DW.EXPORT WITH TAKEOVER = "INCREMENTAL" OR WITH TAKEOVER = "ONLINE”
- COPY FROM TESTFILE.BP20 TO TESTFILE.BP22 test.txt,test.txt OVERWRITING
Read on UD File
System while reading from UD file replaces the CRLF characters with FM character. If any operation involves CRLF characters, then change the read value from FM character to CRLF and then perform the respective operation related to CRLF.
In this topic