View previous topic :: View next topic
|
Author |
Message |
mox512
New User
Joined: 04 Feb 2024 Posts: 21 Location: united arab emirates
|
|
|
|
Hi everybody
I want to read log by rexx and execute it and enter in table in database and I want to read log 24 hours.The way it seemed to me write code with do forever loop and run rexx code with jcl.
I want to Execute rexx code with jcl, and I dont know how write jcl code. I write jcl code with PGM=IKJEFT01. this code can compile database connection but cant compile ispf connection. It seems that jcl with this pgm cant compile connection of sdsf. What way do you suggest that this code is always running? |
|
Back to top |
|
|
Joerg.Findeisen
Senior Member
Joined: 15 Aug 2015 Posts: 1329 Location: Bamberg, Germany
|
|
|
|
Think of an Automation solution (Event triggered) instead of REXX. |
|
Back to top |
|
|
mox512
New User
Joined: 04 Feb 2024 Posts: 21 Location: united arab emirates
|
|
|
|
i want to compile rexx job with jcl 24 hours. but with that pgm i cant execute it can we try to another way? |
|
Back to top |
|
|
sergeyken
Senior Member
Joined: 29 Apr 2008 Posts: 2131 Location: USA
|
|
|
|
mox512 wrote: |
i want to compile rexx job with jcl 24 hours |
This phrase has no sense. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2593 Location: Silicon Valley
|
|
|
|
re: " cant compile ispf connection ... cant compile connection of sdsf."
'It does not work' does not give us enough information for problem determination.
I think you need to show us the JCL you are using, the code that you execute and any error messages that you receive.
fyi. I think you are using 'compile' when you probably meant 'perform'. |
|
Back to top |
|
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
As suggested, your shop might have an automation software - software that can read system logs for messages and perform a customizable action |
|
Back to top |
|
|
Willy Jensen
Active Member
Joined: 01 Sep 2015 Posts: 730 Location: Denmark
|
|
|
|
Are you asking for JCL to run ISPF and SDSF apps in batch? |
|
Back to top |
|
|
|