Jump to content

Does anyone know how I can read a text with a procedure in TIBCO Data Migrator?


Mengmeng Ge

Recommended Posts

See the following script:

-DEFAULT &&V_VERSION_ID = '0.00';

-DEFAULT &V_TABLEFILE = 'domis_sld27j_d_acc_data_version_hist';

-DEFAULT &V_FIELDNAME = 'DESCRIPTION';

TABLE FILE &V_TABLEFILE

SUM

 &V_FIELDNAME

  WHERE ACTIVE_FLAG = 1

ON TABLE HOLD AS HOLD_VERS_ID FORMAT ALPHA

END

-RUN

-READ HOLD_VERS_ID , &&V_VERSION_ID

-TYPE &&V_VERSION_ID

I want the output "Activesatz" and not "000012Activesatz". Can anyone help?

Thanks in advance!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...