Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

can concsub be used to submit a report?

Status
Not open for further replies.

syounghj

Programmer
Apr 24, 2001
1
US
We have an extremely large report that we would like to submit using concsub. Can the concsub utility be used this way?

Thanks!
 
You could use something like the following to submit concurrent request from command line, as a script...

su - applmgr &quot;CONCSUB apps/apps SQLGL '<Responsibility Name>' '<User Name' CONCURRENT SQLGL <Report Short Name> '$DATE' 1 '<Param1>' '<Param2>' etc...&quot;

where param1, param2 are enclosed in ' ' in the correct order you would call them from top end!!

remove < > as these are just to display where you need to change my example.

Hope This Helps

Cheesy Bean
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top