Search found 128 matches

by jseclen
Mon Sep 01, 2003 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiline
Replies: 2
Views: 1779

Thanks for the help,

I proved with that routine and the problem dont be resolved, i remake my routine and controlled the finish blank line ..

oCad = ""

For i = 1 to Veces
oCad = oCad : Cadena : Char(10)
Next i
Ans = oCad


Thanks...



Miguel Seclen
Lima - Peru
by jseclen
Fri Aug 29, 2003 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiline
Replies: 2
Views: 1779

Multiline

Hi, I have a process that read a text file, in this record in a position it has a value, it means the number of records will be repeat, example F1 F2 F3 F4 HELLO 092983 3 OTHER VALUES This record will be convert in three records... F1 F2 F3 F4 HELLO 092983 3 OTHER VALUES HELLO 092983 3 OTHER VALUES ...
by jseclen
Fri Aug 22, 2003 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with date function
Replies: 4
Views: 1468

Hi,

Thanx for your answers, the function used is

oConv(@DATE,'D/E').

Miguel Seclen
Lima - Peru
by jseclen
Wed Aug 20, 2003 11:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem with date function
Replies: 4
Views: 1468

Problem with date function

Hi, I have a curious problem, my batch generate a log file using DSExecute to define it, when the first job run i get the date/time and write the file, when finish all jobs i write the date/time too. The problem is when the batch start Monday at 23:00 pm and finish Tuesday at 05:00 AM, the first dat...
by jseclen
Tue Aug 12, 2003 2:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constraint in Job Mainframe,
Replies: 5
Views: 3171

Constraint in Job Mainframe,

Hi,

In the job mainframe can't define a reject link, in job server i mark the check box.. but in the mainframe what is the choice ???



Miguel Seclen
Lima - Peru
by jseclen
Tue Jun 17, 2003 4:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datetime Finish job
Replies: 2
Views: 1430

Datetime Finish job

how obtain the datetime of the finish job?

there is a routine DSGetJobInfo but this return the JOBSTARTTIMESTAMP...

Is there a routine that return the datetime when the job finish ???

Miguel Seclen
Lima - Peru
by jseclen
Sat Apr 12, 2003 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Warning in hashed creation process.
Replies: 1
Views: 1127

Warning in hashed creation process.

Hi, i have a process that create a hashed file, when its ending make a warning in the log: EGCuotaTransac..TRANS1_DOCS: Synchronization error Resource = EGCuotaTransac..CuotaTransac_H1.a_CuotaTransac_H1, CurWave = 1, LastWave = 0, Expected 5 what means?? thanks for your help. Miguel Seclen Lima - Peru
by jseclen
Tue Apr 08, 2003 3:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creation of Hashed Files
Replies: 4
Views: 1162

Hi Ray,

What is the difference between the commands CREATE.FILE y mkdbfile??

Thanks. [8D]

Miguel Seclen
Lima - Peru

Miguel Seclen
Lima - Peru
by jseclen
Thu Mar 27, 2003 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creation of Hashed Files
Replies: 4
Views: 1162

Creation of Hashed Files

Hi World, What is the best way to create a hashed file using the Hashed Stage and the Create Options.. there are many kinds of Hashed but what is the fast to lookup ? I want to create a hashed with 2 millions of records, with 8 fields, the record length is 83, the 20 first positions are the key .. a...
by jseclen
Thu Mar 27, 2003 5:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DB2 Insert Date and Timestamp
Replies: 4
Views: 3620

Hi MAT

I work with DB2/390 and the timestamp format is

yyyy-mm-dd-hh.mm.ss.nnnnnn
2003-03-07-19.14.04.002959

[:D][;)]

Saludos



Miguel Seclen
Lima - Peru
by jseclen
Fri Mar 07, 2003 10:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Stage - UNIX to NT Server
Replies: 2
Views: 1375

Hi,
Your NT has configured the FTP Services???

Saludos



Miguel Seclen
Lima - Peru
by jseclen
Wed Jan 29, 2003 3:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduled Job Never Starts
Replies: 6
Views: 2691

Hi Melinda, I had the same problem in the past, when i scheduled my jobs and never run, With the Ascential support discover the reason, inside the folder projects there is an directory called &COMO&, you have to change the permission to 777. After change try to schedule some job. I hope this...
by jseclen
Tue Dec 17, 2002 2:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Urgent help on using mailx on UNIX
Replies: 2
Views: 1910

Hi Nilotpal

I use the mailx with the follow sintax:

> mailx -s 'Subject' 'Email_Address' < /msgs/NomArch.txt

Where /msgs/NomArch.txt contains the body email text..

I hope this help



Miguel Seclen
Lima - Peru
by jseclen
Fri Dec 13, 2002 6:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSJOB exceeding command line buffer
Replies: 7
Views: 1375

Hi Kiran You can use a UNIX Shell, define variables that contains the parameters, example, MyPaht=/home/data/info/files/december MyUser=dstage MyFile=Data_20021215_Cancel.txt MyBD=server2.myconection when you run the job, use the command > dsjob -run -mode NORMAL -param PATH=$MyPath -param USER=$MyU...
by jseclen
Tue Nov 12, 2002 12:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage to SQL Server 2000
Replies: 1
Views: 1054

DataStage to SQL Server 2000

i'm trying to connect to SQL Server 2000, i changed the .odbc.ini to create the conexion, when i use the Manager to test the DS Conexion, show me an error about the user or password are wrong.. my conection in the .odbc.ini is: [TData] Driver=/home1/dsadm/Ascential/DataStage/DSEngine/../branded_odbc...