View previous topic :: View next topic |
Author |
Message |
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Mon Aug 29, 2011 4:20 pm Post subject: Default Changeman batch job statement information |
|
|
Not sure if 'Utilities' is the correct category for a Changeman question, but here goes:
I want to change the job card on the batch Changeman JCL to add the 'print lines' positional parameter, e.g.
//MYJOB JOB ('MYNAME',999,999),MSGCLASS=O
But after the job is submitted and I come back into the panel later, my change wasn't persisted... It reverts back to whatever the default job statement information is.
Anyone know how to 'persist' a change to the job statement information?
Thanks. |
|
Back to top |
|
|
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Mon Aug 29, 2011 4:31 pm Post subject: |
|
|
OK... here's what I found out later.....
The 'problem' was only happening on the TSO CMNDDIO panel...
If I submit a batch COMPILE and change the job statement information, it persists...
Then when I go into either the COMPILE or CMNDDIO panel, the change is in effect... |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon Aug 29, 2011 6:31 pm Post subject: |
|
|
tcurrier,
Try making changes and then logoff and then logback to see if it saved the last change.
Kolusu |
|
Back to top |
|
|
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Mon Aug 29, 2011 9:49 pm Post subject: |
|
|
Nope, didn't work.... |
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Wed Aug 31, 2011 4:14 am Post subject: |
|
|
tcurrier wrote: | The 'problem' was only happening on the TSO CMNDDIO panel... | CMNDDIO is a local command to your shop, possibly this is some REXX (or CLIST) which generates the changeman-compile Job under the covers; if yes - check in this REXX what Job-card it generates. You might need to update that job-card to get what you want. _________________ Regards,
Anuj |
|
Back to top |
|
|
tcurrier Intermediate
Joined: 10 Feb 2006 Posts: 188 Topics: 68
|
Posted: Wed Aug 31, 2011 6:56 am Post subject: |
|
|
Thanks, Anuj.. it didn't occur me that CMNDDIO might be a local command and not native to Changeman. I'll check out that angle.... |
|
Back to top |
|
|
Anuj Dhawan Intermediate
Joined: 19 Jul 2007 Posts: 298 Topics: 7 Location: Mumbai,India
|
Posted: Fri Sep 02, 2011 7:10 am Post subject: |
|
|
Good Luck.... _________________ Regards,
Anuj |
|
Back to top |
|
|
|
|