Dear Sir,
Current Version : CA7 R11.3 (CA Workload Automation) / IBM Mainframe
My existing schedule is month end job with non schedule day.
However, if add/delete the non schdule, may i know the batch command (save & replace) in the JCL?
Below please find the batch for your reference.
//STEP1 EXEC CA7BTI
//BTERM.SYSIN DD *
SCHD
JOB
FETCH,JOB=ABCDE1
EDIT,JOB=ABCDE1
EDIT,ANNDAYS=/007,SCHID=001
...
Thanks & Regards,
Sentosa
Batch Job - CA7 Command
-
- Posts: 14
- Joined: Wed Jun 27, 2012 8:50 pm
- Skillset: CA7 Database, JCL
- Referer: yahoo search
Re: Batch Job - CA7 Command
sentosa wrote:Dear Sir,
Current Version : CA7 R11.3 (CA Workload Automation) / IBM Mainframe
My existing schedule is month end job with non schedule day.
However, if add/delete the non schdule, may i know the batch command (save & replace) in the JCL?
Below please find the batch for your reference.
//STEP1 EXEC CA7BTI
//BTERM.SYSIN DD *
SCHD
JOB
FETCH,JOB=ABCDE1
EDIT,JOB=ABCDE1
EDIT,ANNDAYS=/007,SCHID=001
...
Thanks & Regards,
Sentosa
Below please find my execution listing for your reference. But i don't know what i am missing for my statement.
Anyone who can know what is the meaning for the "ENTER CA-7 TRANSACTION" in the below listing.
Thanks & Regards,
Sentosa
*******************************************************************
12291 111805 SCHD
SM70-00 ENTER SCHEDULE TYPE
12291 111805 JOB
SM71-00 ENTER INPUT DATA
12291 111805 FETCH,JOB=ABC123
SM71-00 FETCH FUNCTION SUCCESSFUL FOR SJ000068
12291 111805 EDIT,JOB=ABC123
SM72-00 LIST FUNCTION SUCCESSFUL
12291 111805 EDIT,SCHID=001,ROLL=D,TIME=(0655,0005,0600),
DAYS=(X,X,X,X,X,X,X)
----+----10---+----20---+----30---+----40---+----50---+----60---+
EDTA-00 COMMAND PROCESSED.
12291 111805 SS
SDM0-00 ENTER CA-7 TRANSACTION
12291 111805 REPL
CA-7.012 REQUEST FOR COMMAND ACCESS DENIED BY CA-7.
REASON:
CAL2120I - UNRECOGNIZED TRANSACTION
12291 111805 /LOGOFF
****************************************************************************
-
- Posts: 14
- Joined: Wed Jun 27, 2012 8:50 pm
- Skillset: CA7 Database, JCL
- Referer: yahoo search
Re: Batch Job - CA7 Command
Dear All,
I got it by below command.
Thanks for you all attention.
Regards,
Sentosa
****************************************************************************
SCHD
JOB
EDIT
ADD,SCHID=4,TIME=(2345,0005,2340),ROLL=N,ANNUAL=Y,
ANNDAYS=28 29
SAVE
REPL,JOB=ABC123,SCAL=7D
/*
//*
I got it by below command.
Thanks for you all attention.
Regards,
Sentosa
****************************************************************************
SCHD
JOB
EDIT
ADD,SCHID=4,TIME=(2345,0005,2340),ROLL=N,ANNUAL=Y,
ANNDAYS=28 29
SAVE
REPL,JOB=ABC123,SCAL=7D
/*
//*
-
- Global moderator
- Posts: 3805
- Joined: Tue Jan 25, 2011 12:02 am
- Skillset: Easytrieve Plus, Cobol, Utilities, that sort of stuff
- Referer: Google
Re: Batch Job - CA7 Command
Thanks for letting us know, it may help someone in the future.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 7
- 5200
-
by sergeyken
View the latest post
Fri Nov 13, 2020 1:24 am
-
- 2
- 1809
-
by prino
View the latest post
Sun Jun 16, 2024 12:38 am
-
- 2
- 2254
-
by Terry Heinze
View the latest post
Tue Feb 15, 2022 9:13 pm
-
-
RC's when running a REXX exec under ISPSTART in Batch
by golemis » Thu Nov 03, 2022 5:19 pm » in TSO & ISPF - 5
- 3490
-
by golemis
View the latest post
Fri Nov 04, 2022 2:19 pm
-
-
- 4
- 1400
-
by futohomok
View the latest post
Mon Oct 16, 2023 9:01 pm