operands for DSJOB command

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
vsi
Premium Member
Premium Member
Posts: 507
Joined: Wed Mar 15, 2006 1:44 pm

operands for DSJOB command

Post by vsi »

Hi,

if anybody knows "What are the operands for DSJOB command?" pls let me know.

Thanks
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Hey, seems that question has been posed before by a job seeker looking for hints at passing a technical interview. Funny to see it again :cry:

The question is best answered by just typing in dsjob and seeing the output. You'll have all of the operands listed that you need. Now, just read the manual for detailed explanations of the keywords.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
vsi
Premium Member
Premium Member
Posts: 507
Joined: Wed Mar 15, 2006 1:44 pm

hi

Post by vsi »

Hi Kcblend,

Thanks for your quick reply, what exactly is dsjob operand means.I know this is a basic question but iam bit confused.

Thanks


kcbland wrote:Hey, seems that question has been posed before by a job seeker looking for hints at passing a technical interview. Funny to see it again :cry:

The question is best answered by just typing in dsjob and seeing the output. You'll have all of the operands listed that you need. Now, just read the manual for detailed explanations of the keywords.
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

So I went over to www.dictionary.com, typed in "operand", and chose the third definition which seemed appropriate:

<programming> An argument of an operator or of a machine
language instruction.


So if dsjob is an instruction, then the arguments to that instruction must be the operands.

Hence, I suggested typing in dsjob and hitting enter and the program would list its arguments (operands).
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I decided to follow Ken's suggestion and typed in "dsjob" at the command line. Lo and behold, I got the following output:
Command Syntax:
dsjob [-file <file> <server> | [-server <server>][-user <user>][-password <password>]]
<primary command> [<arguments>]

Valid primary command options are:
-run
-stop
-lprojects
-ljobs
-linvocations
-lstages
-llinks
-projectinfo
-jobinfo
-stageinfo
-linkinfo
-lparams
-paraminfo
-log
-logsum
-logdetail
-lognewest
-report
-jobid
-import


and look into the Server Job Developer's Guide where you will find a full chapter describing the dsjob command and it's options.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

... and if you type in dsjob -run by itself you will get the options for that subcommand. And so on.
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