Search found 7201 matches

by admin
Wed Jul 11, 2001 12:44 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: A new Yahoo Club for DataStage users
Replies: 2
Views: 448

Because this list can become almost like spam sometimes. A board allows access from anywhere theres a web connection available. Also, the features, text search, archival of messages, allows a reader to search back through messages for an already discussed issue. Much more full featured.

-Ken
by admin
Wed Jul 11, 2001 11:57 am
Forum: Archive of DataStage Users@Oliver.com
Topic: set LONGNAMES ON
Replies: 1
Views: 844

Nothing already in existence will be changed when you switch LONGNAMES ON -----Original Message----- From: Desilets, Jean-Guy [mailto:Jean-Guy.Desilets@microcell.ca] Sent: Wednesday, 11 July 2001 21:48 To: datastage-users@oliver.com Subject: RE: set LONGNAMES ON Thanks Ray, but one last questions wh...
by admin
Wed Jul 11, 2001 11:27 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Variable length (VB) Mainframe input file
Replies: 3
Views: 888

Francesco,

I have no experience at all with DS390. Others will have to answer this. Perhaps the complex flat file stage has a capability you could use. I only suggested a workaround based on my (server only) experience.

Regards,
Ray
by admin
Wed Jul 11, 2001 10:29 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Variable length (VB) Mainframe input file
Replies: 3
Views: 888

Hello Ray, thanks for your prompt reply. The workaround is fine, except for the milions record that Ive to transfer from IBM/390 to DS Server machine and back, but are you confirming me that DS/390 doesnt support input variable Mainframe file (recording mode isVB) ? Thanks again, Francesco Di Gregor...
by admin
Wed Jul 11, 2001 10:02 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Job status "running" without record output
Replies: 2
Views: 4713

Hi Sometimes, I meet this case at HP11.0 Sometimes, David Barham guess is right. but some other cases is happened at HP11.0 When You run a job, Datastage engine call process and this process folk a child process. this child process connect tho oracle and fatch the dataset. if this process is killed ...
by admin
Wed Jul 11, 2001 10:00 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Variable length (VB) Mainframe input file
Replies: 3
Views: 888

If the file is available as a text (sequential) file with end-of-line characters, read it with a sequential file stage type in a server job, declaring the file as containing one column of type VarChar then, in a Transformer stage, use the documented metadata to decompose it. If the file does not con...
by admin
Wed Jul 11, 2001 8:58 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Job status "running" without record output
Replies: 2
Views: 4713

Melvin, When this happens, I suggest you go into Oracle and see if DataStage has established a connection. If it has, check what the connection is doing. Is Oracle waiting on DataStage or is Oracle busy with the query. David Barham Information Technology Consultant InformAtect Pty Ltd Brisbane, Aust...
by admin
Wed Jul 11, 2001 8:14 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Variable length (VB) Mainframe input file
Replies: 3
Views: 888

Variable length (VB) Mainframe input file

Hi there, were developing a prototype on customer site (Banca Nazionale del Lavoro) and weve a problem during DS cobol program execution; we didnt find the right way to read data from a VB Maniframe file (everything works fine in the case of FB Mainframe file). Could somebody tell us, asap, if DataS...
by admin
Wed Jul 11, 2001 6:38 am
Forum: Archive of DataStage Users@Oliver.com
Topic: Job status "running" without record output
Replies: 2
Views: 4713

Job status "running" without record output

Hi, There is a DataStage job that extract records from a view table in Oracle database and perform data transformation before it loads to Unidata table. The job uses the Oracle client connection to the database server and it is using the OCI8 stage to connect to the Oracle view table. This job is sc...
by admin
Tue Jul 10, 2001 11:12 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: A new Yahoo Club for DataStage users
Replies: 2
Views: 448

At the risk of asking the bleeding obvious, why?
This list performs sterling service!
by admin
Tue Jul 10, 2001 11:10 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: set LONGNAMES ON
Replies: 1
Views: 844

LONGNAMES is a command within the UniVerse environment. Therefore it is not set in the same way as an environment variable, as your subject line is suggesting. You can set it at any UniVerse command prompt, including the one in the Administrator client. Yes, you do need to set it in each project, bu...
by admin
Tue Jul 10, 2001 11:00 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: One minute to finish job. Isnt it long?
Replies: 5
Views: 907

In release 4.x of DataStage there is much more automatic cleanup of &PH&. At these releases you should only retain one file per job, and that relating to the most successful completion. If a job aborts, there may be additional files, which (again at 4.x) are cleaned up when the job is reset.
by admin
Tue Jul 10, 2001 5:35 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: Recall: Datastage Upgrade to 4.2.1 on GMIDEVL2 is complete -
Replies: 0
Views: 1050

Recall: Datastage Upgrade to 4.2.1 on GMIDEVL2 is complete -

Katherine Lapic would like to recall the message, "Datastage Upgrade to 4.2.1 on GMIDEVL2 is complete - please upgrade your client and compile jobs".
by admin
Tue Jul 10, 2001 5:30 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: One minute to finish job. Isnt it long?
Replies: 5
Views: 907

If you do a CleanupJob jobname from TCL in a project it clears the jobs status file, log file, and also the &PH& for that project. You can issue a CLEAR.FILE &PH& from TCL in a project just about at anytime you want. If you clear &PH& from NT or UNIX, you have to deal with the directory paths undern...
by admin
Tue Jul 10, 2001 5:13 pm
Forum: Archive of DataStage Users@Oliver.com
Topic: One minute to finish job. Isnt it long?
Replies: 5
Views: 907

Thank you, Ray and David! I removed about 300 old files (out of 310) from &PH& in development and "finishing" time jumped from 58 seconds back to 5 seconds! In production I removed already about 100 old files and going to remove another 250 files created during yesterday/today run and will check "fi...