Purchase your Section 508 Compliance Support guide now!

Purchase your Section 508 Compliance Support guide now!

Cognos Planning -- command line example

To run a macro named UPDATE ALL, using library number 1090, in OS Sign-on mode within Access Manager, in English, and creating a log in c:\MyLogFile.txt, type the following:

CepBatch -m -1 1090 -2 "UPDATE ALL" -6 "c:\MyLogFile.txt"

To run the same macro without using an OS sign-on, type the following:

CepBatch.exe –m -1 1090 -2 "UPDATE ALL" -3 SmithJ -4 psswd1 -6

"c:\MyLogFile.txt"