Concatenate Questions and Answers

Recent IT Questions

1 - 16 of 16
<<PREVIOUS 1 NEXT>>

Control Cards for NDM from Server to JCL

How can we concatenate the file name to read from Server in  NDM &SDD='&INDD1 || _ || &DATE || . || &ATTB'  -

Answer Question   |  Aug 31 2009  2:56 PM GMT
Concatenate, Network Data Mover
asked by Mm02601

  5 pts.

How do I prevent from losing the first position of a non "0" field?

How do I prevent from losing the 1st position of non "0" field, using this logic: WHERE concat(TRN@DS, concat(substring(concat('00',TRNYDS),2,2), concat(substring(concat('00',TRNMDS),2,2), substring(concat('00',TRNDDS),2,2)))) between

View Answer   |  Jun 11 2009  3:51 PM GMT
Concatenate
asked by BGramby

  15 pts.

Concatenation

I am using "substring(concat('00'...." within my SQL select for a date query. However, the date 10 and higher is being overridden with "0". How do I prevent this from happening?

View Answer   |  Jun 9 2009  6:55 PM GMT
Substring, SQL Select, SQL Query
asked by BGramby

  15 pts.

Dummying a dataset with a concatenated list of datasets

I have an input of 6 contactenated files and I wish to process with just the 4th file in the list. Will dummying the first 3 and last two still pull in the 4th dataset or by dummying the first in the list in effect dummy all of the inputs in the list? Does the dataset you wish to process need to...

View Answer   |  May 4 2009  6:16 PM GMT
Database, Concatenate
asked by Jaharvis

  15 pts.

Creating a list in one Excel cell by referencing several other cells

Using excel and I am trying to make a list generated into one cell, or cells right under each other. I have 85 choices for the user to select. If the user selects a symptom (column b, I want the treatment (in column C) to be displayed on a different tab. So the user would go through tab one and...

View Answer   |  Apr 22 2009  2:46 AM GMT
Microsoft Excel, Concatenate, Microsoft Excel formulas
asked by Adventuredev

  55 pts.

How to convert VBA decimal DataTypes

I need to figure out how (if possible) to remove decimals from numerical data, and add zeroes to the front/back end of data so that I can concatenate several cells into a single strain. Ex: Actual value = 14.37, needs to be converted to 14370 Actual Value = 4.3, needs to be converted to 04300 ...

View Answer   |  Mar 2 2009  10:02 PM GMT
VBA, Concatenate, VBA DataType
asked by McNitro

  155 pts.

concatenating rows of a column in oracle 9i sql

how can i concatenate several rows of a column which is of datatype varchar taking group by of two other columns in oracle 9i sql??

View Answer   |  Feb 12 2009  10:17 PM GMT
Concatenate, Oracle SQL, Oracle 9i
asked by Chrishram

  15 pts.

Concatenating two note fields into one, but need them to be on their own line

sort of like update table set master_note = Note1 + CRLF + Note2. result should be Note1 Note2 I cant find the syntax fir the CRLF part. Any suggestions?

Answer Question   |  Jan 13 2009  3:28 AM GMT
CRLF SQL2005, Carriage Return Line Feed, CRLF
asked by Macsterling

  5 pts.

validation

i need to concatinate two fields and send to resultant field in rpg/400. one is numeric and other one is character. so please advice how can i

View Answer   |  Dec 23 2008  1:06 PM GMT
Concatenate, RPG/400, RPG/400 field validation
asked by Askt1

  105 pts.

Concatenate

I have a value in a column that I need combined on 1 line. I need a new row when the Id in the table changes. For example Column A Column B 1 Boyd 1 Honaker 2 Steel I need the row to be 1 Boyd, Honaker 2 Steel I can get the name...

View Answer   |  Sep 25 2008  2:37 PM GMT
T/SQL, Concatenate
asked by Musiclover

  5 pts.

Trim Trailling Spaces

How do I trim trailling spaces when I concatinate 2 character fields. Like when you concat names there is a big space between the 2 names.

View Answer   |  Aug 29 2008  6:38 AM GMT
TRIM function, Concatenate
asked by Arnelr

  45 pts.

Concatenate Two Fields t-sql

I need to concatenate two fields one varchar(50) and the other varchar(12) The result I need is to see the full 50 characters of the first field even though all 50 may not be filled. Thanks

View Answer   |  Jun 25 2008  3:41 PM GMT
T-SQL, SQL Server, Concatenate
asked by Jp5282

  5 pts.

Sample of how to concatenate files to ftp to server

I need to be able to combine three files into one then ftp them to a remote server. Does anyone have an example?

View Answer   |  Jun 25 2008  2:43 PM GMT
FTP, Concatenate, Remote servers
asked by Brookr

  15 pts.

storing multiple fields iin jsp into a single column in th table

i have one text filed and a select field.I have to concatenate both of them and store into a single column in the table. how do i achieve this??

View Answer   |  Jun 25 2008  9:19 AM GMT
JSP, Web development, JavaServer Pages
asked by Jem

  5 pts.

concatenate more than 2 fields together into one field in SQL

say I have 3 columns, 1st name, midlle name and last name, how do I merge the 3 columns into one column yet separate the content with commas

View Answer   |  Jun 13 2008  2:55 PM GMT
SQL, SQL Server, CSV
asked by Sammy54

  5 pts.

rpg sql concat

Our database was designed with separate fields for cc, yy, mm and dd. I'd like to know if and how these fields can be combined into one field then order by on that field. Is this possible? I would need to know the syntax also. If this is not possible, then is there a another way to order by...

View Answer   |  Apr 16 2008  1:14 PM GMT
SQL, RPG, Database
asked by Mcg

  15 pts.

1 - 16 of 16
<<PREVIOUS 1 NEXT>>