Search found 14 matches

by Allison
27 Sep 2012 2:13
Forum: Job Definition
Topic: Zip folder using WinZip through control-M
Replies: 4
Views: 9632

Hii yllanos..i agree with you..thanks for this posting...
by Allison
27 Sep 2012 2:11
Forum: Job Definition
Topic: STEPS > DO SET-VAR > QR control
Replies: 3
Views: 4908

,<br> <br> We are using the control-m version 7.0. created some jobs under smart tables, In Control-M EM all the jobs under the smart tables are (...)
by Allison
24 Sep 2012 3:05
Forum: Scripts
Topic: ecs util problems
Replies: 3
Views: 8661

Permitted content, Dynamic script such as text/javascript . Tag omission, None, must have both a start tag and an end tag.
by Allison
24 Sep 2012 3:04
Forum: Job Definition
Topic: Rename the DataCenter.
Replies: 6
Views: 5197

ALTER TABLE <table_name>
ADD <column_name1> <datatype1> <constraint1>


ALTER TABLE <table_name>
ALTER COLUMN <column_name1> <datatype1> <constraint1>


ALTER TABLE <table_name>
DROP COLUMN <column_name1> <datatype1>
check it out
by Allison
24 Sep 2012 3:01
Forum: Job Definition
Topic: Control M
Replies: 3
Views: 7222

Control-M is a workload automation (traditionally called batch scheduling) software produced by BMC Software, originally written for mainframes but also available for distributed computing platforms including Unix, Windows, Linux and OpenVMS environments. BMC Software claims that Control-M is the mo...
by Allison
24 Sep 2012 2:59
Forum: Job Definition
Topic: Question about DO MAIL
Replies: 2
Views: 6772

Hii Eche..It should be working...i often use that only..
by Allison
23 Sep 2012 8:12
Forum: Job Definition
Topic: Job Documentation
Replies: 5
Views: 8492

The Job Documentation and Evaluation project involves collecting up-to-date and accurate job information regarding all jobs in the Administrative/Technical and Professional/Managerial compensation plans at UOIT. This information will be used as the base to build our compensation program and salary s...
by Allison
23 Sep 2012 8:07
Forum: Scripts
Topic: Help on ctmcreate
Replies: 4
Views: 12592

It could be the number of batch slots (or no. of concurrent jobs you can run at one time), or the number of (. ..... In which all way Control M is better than other tools? ...... just modified the batch file to just do one thing:<br> <br> exit 0<br
by Allison
23 Sep 2012 8:05
Forum: General News
Topic: control-m proclog
Replies: 2
Views: 18778

We have a Control-M Agent which produced the following error repeatedly in the AS log, it then core dumped and the Agent became unavailable: 0125 02:27:32:34 AS:createLocaleByName: ERROR: Locale - '.UTF-8' has not been cr eated 0125 02:27:32:35 AS:createLocaleByName: GCGetLocale failed - Fatal data ...
by Allison
23 Sep 2012 8:03
Forum: SQL Scripts
Topic: dos command
Replies: 3
Views: 7577

In one line - Command RD (RMDIR) /s allows you to remove directory and subdirs and files in it, BUT it removes the dir itself too... If you want to remove EVERYTHING in dir (incl. subdirs AND files) then the two commands option is: RD /s/q myDir MD myDir If this is NOT suitable, then you will have t...
by Allison
22 Sep 2012 7:16
Forum: Scripts
Topic: ControlM and SAS
Replies: 3
Views: 9589

Hii...Simmi this is Allison...Control-M is a software solution (supplied by BMC) which allows enterprise users to schedule and control complex job batches. The product exists in two distinct versions, one for the mainframe (which is the original version) and another for distributed systems.But SAS (...
by Allison
22 Sep 2012 7:13
Forum: General News
Topic: learning control-m
Replies: 9
Views: 29130

hii CMK Chada...i am Allison...."Control-M is a software solution (supplied by BMC) which allows enterprise users to schedule and control complex job batches. The product exists in two distinct versions, one for the mainframe (which is the original version) and another for distributed systems. Produ...
by Allison
22 Sep 2012 7:11
Forum: Scripts
Topic: Delete a table from command line
Replies: 13
Views: 32599

#!/bin/bash MUSER="$1" MPASS="$2" MDB="$3" # Detect paths MYSQL=$(which mysql) AWK=$(which awk) GREP=$(which grep) if [ $# -ne 3 ] then echo "Usage: $0 {MySQL-User-Name} {MySQL-User-Password} {MySQL-Database-Name}" echo "Drops all tables from a MySQL" exit 1 fi TABLES=$($MYSQL -u $MUSER -p$MPASS $MD...
by Allison
22 Sep 2012 7:07
Forum: SQL Scripts
Topic: What does the column 'STD_DEV' mean ?
Replies: 3
Views: 7961

Hii Everyone...I am Allison..I think STD_DEV are returning inconsistent results when a LIMIT clause is added..