Answer Posted / shar
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 |
Post New Answer View All Answers
How will you move hashed file from one location to another location?
What a datastage macro?
What is the difference between Datastage 7.5 and 7.0?
In Informatica,for the table I can find coreesponding dependent mappings.Likewise can I find the dependent jobs with all the information by using the table name
What is data partitioning?
describe the Steps to confiure a Qlogic switch
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
Can you explain repository tables in datastage?
How can one find bugs in job sequence?
What is ds designer?
What is datastage?
What are the some differences between 7.x and 8.x version of datastage?
How do you remove duplicate values in datastage?
What are the different plug-ins stages used in your projects?
how to get sum of sal based on dept_no and then sum of all sal irrespective of dept_no in same sql. output:- 10, 200(sum of sal for dept_no 10), 5000(sum of all sal)