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

Joined: 25 May 2005 Posts: 59 Topics: 20
|
Posted: Mon Feb 05, 2007 3:13 am Post subject: CICS printer: CRE parameter |
|
|
Hi all,
we have several printer in CICS defined as:
Code: |
Ter(TAB6) Pri( 000 ) Aut Ins Ati Loc
Net(PICITAB6) Rel Cre Nqn(PICITAB6 ) |
But for several reason the parameter is lost.
I would like a command in CICS/Pli or Assembler to re-create it via our TP MONITOR MANTIS.
Can you help me?
Have a goon one _________________ Maxisnowhere |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Feb 05, 2007 7:02 am Post subject: |
|
|
maxisnowhere,
CRE bit might be turned off due to VTAM errors. You can code a task to scan the TCT for Printer devices. When their CRE bit is found to be off, turn them on. I don't have the source code with me.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
maxisnowhere Beginner

Joined: 25 May 2005 Posts: 59 Topics: 20
|
Posted: Mon Feb 05, 2007 9:27 am Post subject: |
|
|
Hi Kolusu,
your idea is really interesting. Do you now where I can find a such surce code?
thank's a lot _________________ Maxisnowhere |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
maxisnowhere Beginner

Joined: 25 May 2005 Posts: 59 Topics: 20
|
Posted: Tue Feb 06, 2007 2:06 am Post subject: |
|
|
Kolusu,
Thank a lot, we will read this documantation and try to find out how do do it.
Have a good one! _________________ Maxisnowhere |
|
Back to top |
|
 |
|
|