View previous topic :: View next topic |
Author |
Message |
prasanth_thavva Beginner

Joined: 14 May 2006 Posts: 40 Topics: 18
|
Posted: Wed May 30, 2007 2:34 am Post subject: ESP Events |
|
|
Hi,
We have ESP events to recognize the file hit at server and do the loading at server.
But we have to do verification prior to do loading '
Is the following critirias are possible with ESP events
1) Check the existance of file
2) Check the file size it should be greater than 0
then do the loading .....
if not it has to wait for few minutes and again do the verification and ...
do the load.. _________________ Thanks&Regards
Prasanth Thavva |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed May 30, 2007 4:46 am Post subject: |
|
|
Quote: |
Is the following critirias are possible with ESP events
1) Check the existance of file
2) Check the file size it should be greater than 0
|
prasanth_thavva,
I Have no clue as what an ESP event is , however If you want check the existence of a file then check this
http://www.mvsforums.com/helpboards/viewtopic.php?t=5319
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
prasanth_thavva Beginner

Joined: 14 May 2006 Posts: 40 Topics: 18
|
Posted: Thu May 31, 2007 1:51 am Post subject: |
|
|
Hi Kolusu,
The file existance is possible with ESP Event
FILENAME +
'bin/ksh/,,.,,' EXIST
AGENT(XXXXX)
RELEASE(YJOB)
The above code will work to acheive the file existance....
But i need to know how to check the File Size using ESP event.,... _________________ Thanks&Regards
Prasanth Thavva |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Thu May 31, 2007 10:55 am Post subject: |
|
|
Prasanth,
Why don't you explain us more clearly as to what is an ESP event and how and where to code it. You have mentioned 4 lines, but no one knows where to code that and what that means.
We shall also learn something from you as you do from this board !!!
Thanks,
Phantom |
|
Back to top |
|
 |
|
|