Exporting scheduling table to XML file

Tools and several solutions to manage Control-M products
Post Reply
User avatar
thor8
Nouveau
Nouveau
Posts: 16
Joined: 19 Mar 2009 12:00

Exporting scheduling table to XML file

Post by thor8 » 08 Mar 2012 4:05

Hi
Is there any command to export single scheduling table to an *.XML file?
and what's the syntax of this command
THX and regards

User avatar
grueben
Nouveau
Nouveau
Posts: 4
Joined: 16 Nov 2011 12:00

Post by grueben » 08 Mar 2012 5:01

Load the table into Control-M Dekstop
File
Save-As
Type - XML

User avatar
thor8
Nouveau
Nouveau
Posts: 16
Joined: 19 Mar 2009 12:00

Post by thor8 » 09 Mar 2012 9:09

Hi
But i need command not a manually work

hipikll

Post by hipikll » 09 Mar 2012 10:29

Code: Select all

#!/bin/sh

cd ~ctmem/emuser_jobs/export
job_expfile=subory/job_export/jobs_from_$1.jobexp
pfile=pfile

exportdeftable -pf $pfile -s CMEM -arg job_export.arg -out $job_expfile
read manual for exportdeftable, parameter -arg .

Post Reply