Search found 53125 matches
- Fri Oct 23, 2009 12:42 am
- Forum: General
- Topic: Rejection of Rows while copying from one file to another
- Replies: 4
- Views: 1237
- Thu Oct 22, 2009 11:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IBM Infosphere (8.1) Login error and unable start the server
- Replies: 3
- Views: 1965
- Thu Oct 22, 2009 11:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: trusted ssh connection or trusted rsh connection
- Replies: 1
- Views: 1695
- Thu Oct 22, 2009 11:48 pm
- Forum: General
- Topic: Rejection of Rows while copying from one file to another
- Replies: 4
- Views: 1237
Not enough information. Why are they being rejected? Are you capturing the rejects and, if so, can you see any pattern in them? What command are you using to move records from current to previous? Do the current and previous files interact with the source in any way? Which stages are running in para...
- Thu Oct 22, 2009 5:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File name with wild card on basic
- Replies: 4
- Views: 1544
- Thu Oct 22, 2009 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: File name with wild card on basic
- Replies: 4
- Views: 1544
Yes you can.
Open the file with OpenSeq then use the Status statement on the file variable. Field #6 of the dynamic array returned by Status contains the file size.
Open the file with OpenSeq then use the Status statement on the file variable. Field #6 of the dynamic array returned by Status contains the file size.
Code: Select all
OpenSeq filepath To file.fvar
Then
Status FileInfo From file.fvar
Then
FileSize = FileInfo<6,1,1>
End
End- Thu Oct 22, 2009 4:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Splitting of date range
- Replies: 14
- Views: 3125
- Thu Oct 22, 2009 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Commonly used parameters
- Replies: 5
- Views: 1741
- Thu Oct 22, 2009 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Looping Using Stage Variable
- Replies: 4
- Views: 1965
Code: Select all
Right(MatchField(InLink.Code, "0N0A0N", 2), 1)- Thu Oct 22, 2009 3:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Checkpoint Does not WorkWhen A Sequence is Stopped
- Replies: 5
- Views: 1945
- Thu Oct 22, 2009 3:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Use of a DS function EReplace in a Server Routine
- Replies: 6
- Views: 3475
- Thu Oct 22, 2009 3:48 pm
- Forum: General
- Topic: Failed to connect
- Replies: 13
- Views: 5512
- Thu Oct 22, 2009 3:46 pm
- Forum: General
- Topic: What is the max size for the value stored in $UserStatus
- Replies: 4
- Views: 1369
- Thu Oct 22, 2009 3:45 pm
- Forum: General
- Topic: result of a query in a variable activity
- Replies: 9
- Views: 2212
- Thu Oct 22, 2009 3:44 pm
- Forum: General
- Topic: Regarding Loading chinese characters
- Replies: 6
- Views: 2060