HP3000-L Archives

October 1998, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Shah, Roshan (Windsor, HQ)" <[log in to unmask]>
Reply To:
Shah, Roshan (Windsor, HQ)
Date:
Thu, 8 Oct 1998 15:44:59 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (53 lines)
Is there anyway we can have LOGOFF UDC kind of thing ??

Take for example...

CASE 1 : Normal Run

!JOB blah, a.b
.....
.....
!EOJ


This is a normal run...

I want it to be replaced by

!JOB blah, a.b
.....
!TELL junk  "JOB DONE"
!EOJ


CASE 2 : Multiple Jobs

!JOB blah, a.b
....
STREAM, *
*JOB blah1,a.b
....
*EOJ
....
...
STREAM blah2.jcl
....
....

!EOJ


How do I have a TELL ?? I have many files and do not want to do it
manually. Secondly we have many COBOL Programs which builds JCL Strings
and when run CREATES and STREAMS a JOB.

Is there any way by which whenever there is EOJ, I can make it ....

!TELL someone JOB ENDED
!EOJ


i.e replace EOJ with two lines everytime....

Roshan

ATOM RSS1 RSS2