ESP Workload Automation

 View Only
  • 1.  CA7 PROSE in Batch

    Posted Jul 24, 2015 04:27 PM

    I wanted to update just the "description" and "system" fields on the PROSE,JOB screen but was unsure of the correct format? I didn't see too much documentation but someone had provided this for us from a conversion. I don't need the "EDIT" part down to the $IEND - When I tried PROSE - FETCH- REPL,JOB,JOB=xxxxx,SYSTEM=NEWWW, DESC it didn't like it.

     

    PROSE

    EDIT

    I ,

    #PREPROC

    #JOBDOC

    1. REGULAR SCHEDULED JOB.

    #END,JOBDOC

    #END,PREPROC

    #END

    $IEND

    XSEQ

    SAVE

    SAVE,JOB,JOB=xxxxx,SYSTEM=OLDWWW    ,

    DESC=NEW DESCRIPTION TEXT

    CLEAR



  • 2.  Re: CA7 PROSE in Batch

    Posted Jul 24, 2015 04:33 PM

    I suggest that you open a case in support online and attach the BTI output when this was attempted.  We will be glad to help.



  • 3.  Re: CA7 PROSE in Batch

    Posted Jul 27, 2015 07:56 AM

    Thanks Marysue - will do after I try playing around with it a little more.



  • 4.  Re: CA7 PROSE in Batch

    Posted Jul 24, 2015 04:54 PM

    I have be doing prose for years and that isn't how I do it.     I looked and I haven't done prose by batch in years so I don't seem to have a batch job in my library but support should be able to help you....  I know I could look up old notes as I used to do a presentation on prose to the user group and at ca before it became world back in 95 I think.

     

    renate



  • 5.  Re: CA7 PROSE in Batch
    Best Answer

    Posted Jul 27, 2015 10:36 AM

    If the prose member already exists, then you will want to do an update using below sample:

    PROSE

    UPD,JOB,JOB=xxxxx,SYSTEM=OLDWWW,

    DESC=NEW DESCRIPTION TEXT

    CLEAR



  • 6.  Re: CA7 PROSE in Batch

    Posted Jul 27, 2015 11:26 AM

    Thanks Jonathan, just what I needed!