What is the default padding character?
Answers were Sorted based on User's Feedback
Answer / thilak
It is Null (0x0) -> hexadecimal value for null. This can be
set changed as per our requirement using the
$apt_padchar_string Env Variable
| Is This Answer Correct ? | 8 Yes | 0 No |
Well the Default Padding character in DataStage is NULL
(0*0) a Hexadecimal Value. And This can be changed to our
requirements by including Environment variable
$APT_STRING_PADCHAR and setting it to 0*20 as default value
then it will pad with spaces instead.
| Is This Answer Correct ? | 0 Yes | 1 No |
How many types of stage?
how to handle null values using transformer stage?
What is the different type of jobs in datastage?
Is there any possibility to generate alphanumeric surrogate key?
Can you highlight the main features of ibm infosphere information server?
table a contains 5 columns and table b contains 5 columns how can i get 10 columns at target?
How do you import and export data into datastage?
How many nodes supported by a one cpu in parallel jobs?
WHAT are unix quentios in datastage
How to Convert a string function to date function by using only sequential file stage with out using other stages ?
input Name Salay Sam 10 Sam 30 Sam 20 Ram 40 Ram 50 Output should be Name Salary Count Sam 10 3 Ram 40 2 get min salary and count of name . OutPut 2 Name Seq Sam 1 Sam 2 Sam 3 Ram 1 Ram 2
i want anser this question empno,ename,sal 12,mmm_ww,200 13,nnn_xx,300 14,bbb_qq,400 which stages are take which types of logicks are doing pls help me