Autosys

Hi,
I have heard of file watcher job and command job in autosys.

can anyone tell me about box type job?

An example would be appreciated.

Thanks in Advance.

Box type job is a container which can have watcher job, command job and other box jobs...

  • use it to group similar jobs together
  • Box can also be scheduled, ON ICE, OFF ICE, ON HOLD, OFF HOLD
  • can put conditions on Box job, or box job can be a condition to other jobs (any type)

In general terms, it can be assumed as a folder or directory in Windows, which can contain other files and folders

1 Like

Thanks!!!!! buddy

Can you give me eg how exactly box type job look like?

check this

Hi,

I am migrating from Control M to Autosys.

In control M i used one loader file which run before a command which uses all the variables needed dynamically by command.A typical command in control M looked like:

. $HOME/config/crg_user_env.sh;crg_run_nonbase CH BCP_FAILOVER crg_controller_config_CH.xml "-DCRG.runId=RUN_ID -DCRG.start=600 -DCRG.end=1000 -DCRG.PCMSVC.version=$PCM_SERVICE_CH -DCRG.PCMSVC.clusterConfigFile=$CBB_CONFIG_FILE -DCRG.dbConfigFile=$DB_CONFIG_FILE -DCRG.runType=BCP_FAILOVER -DCRG.PCMSVC.configOverrideParams=$CRG_ORP_BASE " > $HOME/log/BCP_FAILOVER_TEST.out

I am facing following issues:

  1. I cant saperate my different command in Autosys bcoz it uses exec command for running it in different session.How shall i conter this problem in autosys with out changing anything on my scripts?
  2. Autosys runs on some other user and i need to load my .profile with setup in autosys user before my batch start?

Please assist