[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: DMS Scripts



You can run Datamover from the comand line using the syntax shown below.
Then use that command in a call system SQR command.  It should work.

If you don't know the appropriate values for DBTYPE search PeopleBooks for
'command line' and you'll find the full syntax for executing PeopleSoft
programs from the command line

let $c = 'u:\fsprd\bin\client\winx86\psdmt '
let $c = || $c '-ct DBTYPE -cd DBNAME -co OPRID -cp PASSWORD -fp FILENAME'

let $cmd = 'cmd /c @start /min /wait cmd /c '
let $command = $cmd || $c
call system using $command #s wait

-----Original Message-----
From: Patel, Samir (CITS) [mailto:spatel@ADMIN1.UMARYLAND.EDU]
Sent: Thursday, August 01, 2002 5:12 PM
To: SQR-USERS@list.iex.net
Subject: DMS Scripts


I checked the archives, but could not locate the information I was looking
for.

Is it possible to run DMS scripts from within SQR?  If so, would someone
mind sharing their code with me?

Thanks in advance,
Samir