Search:

Type: Posts; User: tjr28

Search: Search took 0.00 seconds.

  1. the type of the field1 is "string" (sql type is...

    the type of the field1 is "string" (sql type is varchar), it accepts 1 charecter
    i tried to do the NULL check this way, but still receiving the same error message

    1
    if (in0.field1),...
  2. the type of the field1 is "string" (sql type is...

    the type of the field1 is "string" (sql type is varchar), it accepts 1 charecter
    i tried to do the NULL check this way, but still receiving the same error message

    1

    if (in0.field1),...
  3. Datastage means an ETL tool, i am trying to...

    Datastage means an ETL tool, i am trying to execute the C++ program (call Buildop) using Datastage job which uses the proper table definitions and the input files. to access any column in the input...
  4. Thanks for the reply. i tried with your way and...

    Thanks for the reply. i tried with your way and still it is giving me the same error message
    buildop_200,8 Fatal Error: Null value on the accessor interfacing to field "field1"

    node_node7:...
  5. In Datastage C++ varchar is Null, how to handle gracefully?

    Hi,

    I am trying to execute the C++ program from the DataStage client. I was getting the following error message.

    buildop_200,8: Fatal Error: Null value on the accessor interfacing to field...
  6. C++ removing of all occurrence of some character from string

    i am new to this forum. i am in the process of converting the code from SAS to C++. I am a intermediate C++ developer, and SAS beginner. We have 'COMPRESS' function in SAS which "Returns a character...
Results 1 to 6 of 6