Automation Tool



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Re: Automation Tool

Postby shamaam2 » Wed Nov 03, 2010 2:12 pm

prino wrote:
  1. Compile one PL/I program and one CICS program using your site's standard procedures.
  2. Save both sets of JCL, for example via the SJ line command in SDSF
  3. Replace every occurrence of the program being compiled in the save JCL with &THISPGM and add a single
    //   SET THISPGM='WHATEVER'
    statement to the JCL
  4. Create two edit macro's like these, one for the BATCH program and one for the CICS ones, suggest to call them SUBBATCH and SUBCICS
    /* REXX */
    "isredit macro"
    pgm.1 = 'WHATEVER'
    pgm.2 = 'AAAA'
    pgm.3 = 'AAAB'
    .
    .
    .
    pgm.198 = 'ZWER'
    pgm.0 = 198

    do i = 2 to pgm.0
      j = i - 1
      "isredit c '"pgm.j"' '"pgm.i"' first"
      "isredit submit"
    end

    i = pgm.0
    "isredit c '"pgm.i'" '"pgm.1"' first"
  5. Go into the member containing the BATCH compile JCL and enter SUBBATCH
  6. Go into the member containing the BATCH compile JCL and enter SUBCICS

Macro written on the fly, untested



Thanks prino. will try it... :-)
shamaam2
 
Posts: 13
Joined: Wed Nov 03, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: Automation Tool

Postby enrico-sorichetti » Wed Nov 03, 2010 2:20 pm

my post was written in plain english , not sms droid style like Yours
so You should not have any issues in understanding it

it was not me who was claiming lack of time ...
a poor planning of the task - inadequate time/skills
is not a reason to have responders do the work You are getting paid for

furthermore if You are in a provider/customer relation it would be better
to review Your organization skills map ...
Your organization is selling competences that it does not have

what is wrong in following the advice given...
work with Your support to create the procedures for compile/builds/<call it any name You want>
thats the first step anyway which is done when a new application is being developed
create the standards and all the utility procedures

and then ...
//<jobname> JOB ... job related info ...
//<step1> EXEC <theproc>,THING=<the name of Your thing>
//...
//<stepn> EXEC <theproc>,THING=<the name of Your last thing>

nothing that a decent support people should not be able to do

for all You might want to know about IBM documentation
http://www-03.ibm.com/systems/z/os/zos/ ... index.html
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: Automation Tool

Postby shamaam2 » Wed Nov 03, 2010 2:44 pm

enrico-sorichetti wrote:my post was written in plain english , not sms droid style like Yours
so You should not have any issues in understanding it

it was not me who was claiming lack of time ...
a poor planning of the task - inadequate time/skills
is not a reason to have responders do the work You are getting paid for

furthermore if You are in a provider/customer relation it would be better
to review Your organization skills map ...
Your organization is selling competences that it does not have

what is wrong in following the advice given...
work with Your support to create the procedures for compile/builds/<call it any name You want>
thats the first step anyway which is done when a new application is being developed
create the standards and all the utility procedures

and then ...
//<jobname> JOB ... job related info ...
//<step1> EXEC <theproc>,THING=<the name of Your thing>
//...
//<stepn> EXEC <theproc>,THING=<the name of Your last thing>

nothing that a decent support people should not be able to do

for all You might want to know about IBM documentation
http://www-03.ibm.com/systems/z/os/zos/ ... index.html



I understand... Thanks....

I take up your advice and plan things accordingly hereafter. and Not simply NOD head for whatever they say....
shamaam2
 
Posts: 13
Joined: Wed Nov 03, 2010 9:51 am
Has thanked: 0 time
Been thanked: 0 time

Re: Automation Tool

Postby NicC » Wed Nov 03, 2010 5:16 pm

and Not simply NOD head for whatever they say

and good luck to you.
By the way, Prino's post contains an error. This line:
6. Go into the member containing the BATCH compile JCL and enter SUBCICS

should say:
6. Go into the member containing the CICS compile JCL and enter SUBCICS
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Previous

Return to JCL

 


  • Related topics
    Replies
    Views
    Last post