SSC-EWI-TD0005
The statement was converted but its functionality is not implemented yet.
Severity
Critical
Description
The statement was recognized and it was converted but the converted code will not have the expected functionality because the implementation is not done yet.
The warning is added for the user to be aware that when the script uses this statement the script will not have the expected functionally equivalent.
Example source
BTEQ Input code:
.SET SIDETITLES ON
Python Output code:
#*** Generated code is based on the SnowConvert Python Helpers version 2.0.6 ***
import os
import sys
import snowconvert.helpers
from snowconvert.helpers import Export
from snowconvert.helpers import exec
from snowconvert.helpers import BeginLoading
con = None
def main():
snowconvert.helpers.configure_log()
con = snowconvert.helpers.log_on()
#** SSC-EWI-TD0005 - THE STATEMENT WAS CONVERTED BUT ITS FUNCTIONALITY IS NOT IMPLEMENTED YET **
Export.side_titles(True)
snowconvert.helpers.quit_application()
if __name__ == "__main__":
main()
Recommendations
For more information please refer to translation spec of BTEQ to Python.
If you need more support, you can email us at [email protected]
Last updated