 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Concatenate</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/development/concatenate/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 22:05:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Determining which concatenated dataset is being processed by a COBOL program</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/determing-which-concatenated-dataset-is-being-processed-by-a-cobol-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/determing-which-concatenated-dataset-is-being-processed-by-a-cobol-program/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 16:22:57 +0000</pubDate>
		<dc:creator>Jfruehwirth</dc:creator>
				<category><![CDATA[COBOL]]></category>
		<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[Datasets]]></category>
		<category><![CDATA[DSN]]></category>
		<category><![CDATA[Mainframe]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by venkeemf]]></description>
				<content:encoded><![CDATA[Question Edited by venkeemf]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/determing-which-concatenated-dataset-is-being-processed-by-a-cobol-program/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL concatenate results</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-concatenate-results/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-concatenate-results/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 11:31:04 +0000</pubDate>
		<dc:creator>devan</dc:creator>
				<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Need help here:-  I am running this sql on business object and when I prompt for the Outlet Code, I need the results to automatically add in the % on the result field like the one in the example. How can i do this? SELECT FDDWHD20.DCOUT1, FSDWHE01.FSSHIP, FDDWHD20.DCNAME, FDDWHD20.DCMKDS, FDDWHD20.DCOTD1, FDDWHD20.DCOTD2, FDDWHD20.DCOTD3, FDDWHD20.DCOUT3, FDDWHD20.DCOUT2, [...]]]></description>
				<content:encoded><![CDATA[<p>Hi <br/><br/> Need help here:-<br/><br/>  I am running this sql on business object and when I prompt for the Outlet Code, I need the results to automatically add in the % on the result field like the one in the example. How can i do this? <br/><br/> SELECT FDDWHD20.DCOUT1, FSDWHE01.FSSHIP, FDDWHD20.DCNAME, FDDWHD20.DCMKDS, FDDWHD20.DCOTD1, FDDWHD20.DCOTD2, FDDWHD20.DCOTD3, FDDWHD20.DCOUT3, FDDWHD20.DCOUT2, FDDWHD20.DCOTD6, FDDWHD20.DCOUT6 FROM FDDWHD20, FSDWHE01 WHERE ( FDDWHD20.DCCO=FSDWHE01.FSCO ) AND ( FDDWHD20.DCSHIP=FSDWHE01.FSSHIP ) AND FDDWHD20.DCOUT1 LIKE &#8217;2&#8242;<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-concatenate-results/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How can I concatenate files for transfer from the iseries</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-concatenate-files-for-transfer-from-the-iseries/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-concatenate-files-for-transfer-from-the-iseries/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 15:12:39 +0000</pubDate>
		<dc:creator>Mgaylard</dc:creator>
				<category><![CDATA[AS/400 Query]]></category>
		<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[i5]]></category>
		<category><![CDATA[i5 Commands]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have 3 files with a common layout in a common library on the i5. The source files (query results) have different definitions so I am unable to append the result of query2 to query1. So what I want is to perform a UNION or concatenate them into a single download file. I have tried a [...]]]></description>
				<content:encoded><![CDATA[<p>I have 3 files with a common layout in a common library on the i5. <br/><br/> The source files (query results) have different definitions so I am unable to append the result of query2 to query1. <br/><br/> So what I want is to perform a UNION or concatenate them into a single download file.<br/><br/> I have tried a UNION but keep gettting syntax errors.<br/><br/>  <br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-can-i-concatenate-files-for-transfer-from-the-iseries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to concat SQL Server 2005 data with line feed</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-concat-data-with-line-feed/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-concat-data-with-line-feed/#comments</comments>
		<pubDate>Tue, 01 Feb 2011 22:46:35 +0000</pubDate>
		<dc:creator>TLMercer</dc:creator>
				<category><![CDATA[Access 2003]]></category>
		<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[Line Feed]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am attempting to update a column in SQL Server 2005 by concatenating data from two other columns and include a line feed between the two and have the second line begin with a /. The data will be viewed through an MS Access 2003 database with a linked table using an ODBC connection. The [...]]]></description>
				<content:encoded><![CDATA[<p>I am attempting to update a column in SQL Server 2005 by concatenating data from two other columns and include a line feed between the two and have the second line begin with a /. <br/><br/> The data will be viewed through an MS Access 2003 database with a linked table using an ODBC connection. The script I am using in MS SQL Server Management Studio Query window is: <br/><br/> update tblinventory set abstract = [title_1]+char(10)+char(13)+&#8217;/'+[Title_2] where ITEM_NO = 10850 <br/><br/> However, when the results are viewed using Access I see in the abstract column data from title_one “two boxes” a / and data from title_two. <br/><br/> I would expect to see the /and data from title_two on a different line.<br/><br/>  An example is data in title_1 = Houston data in title_2 = Texas; I would expect to see data returned in abstract as Houston new line /Texas However when viewed through the linked table in Access I see in column abstract Houston BOX BOX  [two][/two]/Texas all on the same line the two boxes I assume are the special characters for line feed and carrige return but Access is not interpreting them correctly. When the same row of data is viewed through MS SQL Server Management Studio Query window the data for abstract is displayed on one line as: Houston  /Texas. <br/><br/> Can anyone assist with this issue? Thanks in advance<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-concat-data-with-line-feed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Times spanning midnight in RPG/400 concatenation</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/times-spanning-midnight/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/times-spanning-midnight/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 14:02:03 +0000</pubDate>
		<dc:creator>UVADebbie</dc:creator>
				<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[RPG/400]]></category>
		<category><![CDATA[RPG/400 Field Concatenation]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have successfully converted time field to date/time. Now I need to find the total minutes between one field and another but cannot get it to show me any value. I am using DateDiff (&#8216;n&#8217;,{@startdatetune}, {@startdatetime}) where n indicates minutes. I should be able to use any field where I have concatenated the date and [...]]]></description>
				<content:encoded><![CDATA[<p>I have successfully converted time field to date/time. Now I need to find the total minutes between one field and another but cannot get it to show me any value. I am using DateDiff (&#8216;n&#8217;,{@startdatetune}, {@startdatetime}) where n indicates minutes. I should be able to use any field where I have concatenated the date and time into one field. Right?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/times-spanning-midnight/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Total Balance for Concatenated Unique ID in Access and Excel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/total-balance-for-concatenated-unique-id/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/total-balance-for-concatenated-unique-id/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 02:05:29 +0000</pubDate>
		<dc:creator>Roballen88</dc:creator>
				<category><![CDATA[Access]]></category>
		<category><![CDATA[compare reconciliation balance unique identifier]]></category>
		<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[excel]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have two spreadsheets that I import in to MS Access to compare. To get a comparable Unique Identified, I concatenate the data in three columns to one unique reference. I then want to find the total balance for each identifier, which normally have around 8 entries each and then compare it against the [...]]]></description>
				<content:encoded><![CDATA[<p>Hi, I have two spreadsheets that I import in to MS Access to compare. To get a comparable Unique Identified, I concatenate the data in three columns to one unique reference. I then want to find the total balance for each identifier, which normally have around 8 entries each and then compare it against the other data. Does anyone have any advice for this process? Thanks in advance for any help you can provide</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/total-balance-for-concatenated-unique-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Concatenate many *CHAR variables.</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/concatenate-many-char-varaibles/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/concatenate-many-char-varaibles/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 16:30:49 +0000</pubDate>
		<dc:creator>junioras400</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CL variables]]></category>
		<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[Variables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by]]></description>
				<content:encoded><![CDATA[New Discussion Post by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/concatenate-many-char-varaibles/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SYNON built in function *CONCAT</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/synon-built-in-function-concat/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/synon-built-in-function-concat/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 15:07:11 +0000</pubDate>
		<dc:creator>Larsholmberg</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 Synon]]></category>
		<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[Synon 2E]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to combine several fields into one text field and thinking about using *CONCAT for that. However it seems that *CONCAT can only merge two fields at a time. If so it would mean a lot of code if I have ten fields to merge. Am I understanding this correctly? Thanks for any help! [...]]]></description>
				<content:encoded><![CDATA[<p>I need to combine several fields into one text field and thinking about using *CONCAT for that. However it seems that *CONCAT can only merge two fields at a time. If so it would mean a lot of code if I have ten fields to merge.<br/><br/> Am I understanding this correctly?<br/><br/> Thanks for any help!<br/><br/> Lars Holmberg<br/><br/>  <br/><br/>  <br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/synon-built-in-function-concat/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Inserting Hex values into Excel</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/inserting-hex-values-into-excel/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/inserting-hex-values-into-excel/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 21:51:12 +0000</pubDate>
		<dc:creator>Marsh2183</dc:creator>
				<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[Excel formulas]]></category>
		<category><![CDATA[Excel functions]]></category>
		<category><![CDATA[Hexadecimal values]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Im new to Excel and am trying to Concatenate a number of cells together and sperate them by a single character represented by a Hex &#8220;4F&#8221;. The combined cells will then be written to a file on my PCs C drive by way of a script. I will Transfer the file to a Mainframe PDS. [...]]]></description>
				<content:encoded><![CDATA[<p>Im new to Excel and am trying to Concatenate a number of cells together and sperate them by a single character represented by a Hex &#8220;4F&#8221;. The combined cells will then be written to a file on my PCs C drive by way of a script. I will Transfer the file to a Mainframe PDS. Ive used HEX2DEC and its variations, but it always takes up two positions in the PC file and is also incorrect in the Mainframe file. How can I get the single hex character to appear? Any help would be appreciated.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/inserting-hex-values-into-excel/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MySQLi and PHP problem with code</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/mysqli-and-php-problem-with-code/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/mysqli-and-php-problem-with-code/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:02:45 +0000</pubDate>
		<dc:creator>PatOswalt</dc:creator>
				<category><![CDATA[Concatenate]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can someone please tell me what I&#8217;m doing wrong with this particular line of code. echo "&#60;td colspan=3&#62;{$Row['areaCode'] . '-' . $Row['prefix'] . '-' . $Row['lineNumber']}&#60;/td&#62;&#60;/tr&#62;"; I know that the concatenation operator is the . &#8216;areaCode&#8217; &#8216;prefix&#8217; and &#8216;lineNumber&#8217; are all fields in a table within an SQL database. any help would be appreciated. Thanks [...]]]></description>
				<content:encoded><![CDATA[<p>Can someone please tell me what I&#8217;m doing wrong with this particular line of code.</p>
<pre>echo "&lt;td colspan=3&gt;{$Row['areaCode'] . '-' . $Row['prefix'] . '-' . $Row['lineNumber']}&lt;/td&gt;&lt;/tr&gt;";</pre>
<p>I know that the concatenation operator is the .</p>
<p>&#8216;areaCode&#8217; &#8216;prefix&#8217; and &#8216;lineNumber&#8217; are all fields in a table within an SQL database.</p>
<p>any help would be appreciated.</p>
<p>Thanks in advance.  Patricia</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/mysqli-and-php-problem-with-code/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.025 seconds using memcached
Object Caching 925/1016 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 23:45:25 -->