How to add or change short description of Multiple jobs.

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
skhan2@gmx.us
Participant
Posts: 12
Joined: Wed Oct 07, 2015 4:14 am
Location: BANGALORE

How to add or change short description of Multiple jobs.

Post by skhan2@gmx.us »

Hi All,
How to add or change short description of Multiple Parallel jobs in dsx for DS 8.7
Please,reply asap. :x
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

:?: Not sure what kind of answer you are expecting (or why the anger) but since we're talking about a dsx export file... you do it using a text editor.
-craig

"You can never have too many knives" -- Logan Nine Fingers
skhan2@gmx.us
Participant
Posts: 12
Joined: Wed Oct 07, 2015 4:14 am
Location: BANGALORE

Post by skhan2@gmx.us »

Yes! I am trying in text editor. but it`s not working.Please help me.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What's "not working" about it? Seems to me you'd need to post snippets of the dsx in question, the section that includes that information before anyone could provide specific help. Before and after examples (to show what change you made) would be best and then explain what happened after you imported it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
skhan2@gmx.us
Participant
Posts: 12
Joined: Wed Oct 07, 2015 4:14 am
Location: BANGALORE

Post by skhan2@gmx.us »

I have added short description for the parallel jobs in dsx but after importing the dxs it`s not showing in the jobs. like

Code: Select all

" BEGIN DSRECORD
      Identifier "V0S20"
      OLEType "CJSJobActivity"
      Readonly "0"
      Name "AaiGdbAssetds"
      NextID "2"
      OutputPins "V0S20P1"
      JobType "0"
      ExecutionType "1"
      Jobname "AaiGdbAssetds"
      ParameterValues "CParamValues"
      BEGIN DSSUBRECORD
         Name "AaiToGdb"
      Description "Job Deployed Date: 10/25/2015"
         ValueType "4"
         DisplayValue "AaiToGdb"
      END DSSUBRECORD"
Thomas.B
Participant
Posts: 63
Joined: Thu Apr 09, 2015 6:40 am
Location: France - Nantes

Post by Thomas.B »

The "Description" line must be added under the job name, on the DSRECORD token, not on the DSSUBRECORD.
BI Consultant
DSXConsult
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The amount of time you've wasted trying to figure out an "automatic" solution you could have manually edited the jobs directly.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
skhan2@gmx.us
Participant
Posts: 12
Joined: Wed Oct 07, 2015 4:14 am
Location: BANGALORE

Post by skhan2@gmx.us »

Sir,
I have to change 400+ jobs.
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

Why don't you just add descriptions to one job, export it and then confirm the location of short and long description in dsx to modify?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Hmmm... another of those silly things that I thought would go without saying and would have already been done. If you're not sure what something should look like in a dsx, make the change in a job (or create a test job to futz with) and then export it.
-craig

"You can never have too many knives" -- Logan Nine Fingers
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Re: How to add or change short description of Multiple jobs.

Post by qt_ky »

skhan2@gmx.us wrote:Please,reply asap. :x
Paid support is probably a better channel for your level of patience.
Choose a job you love, and you will never have to work a day in your life. - Confucius
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

skhan2@gmx.us wrote:I have to change 400+ jobs.
So about half a day all up, assuming you can do two per minute (not difficult).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply