View previous topic :: View next topic |
Author |
Message |
NicolasF Beginner
Joined: 14 Mar 2007 Posts: 10 Topics: 3 Location: Argentina
|
Posted: Thu Mar 15, 2007 8:21 am Post subject: Message DFHAC2015 when I shutdown CICS from the console |
|
|
I get this message when I issue " F CICSA,CEMT P SHUT I" from the master console, "+DFHAC2015 03/13/2007 14:25:00 CICS Console 01 has not been defined to CICS. Input is ignored." Does anybody know how I can define this console to CICS?. Thanks in advance! |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Mar 15, 2007 9:11 am Post subject: |
|
|
Here is a detailed explanation of the error along with the actions needed to rectify it
Code: |
DFHAC2015 date time applid Console consname has not been defined to CICS.
Input is ignored.
Explanation: The console operator at the console named consname has
directed a MODIFY command to the CICS region, but no terminal definition
for that console is installed in the region, and autoinstall for consoles
is not enabled.
System Action: The MODIFY command from the console is ignored.
User Response: Notify the system programmer, who should use RDO to DEFINE
and INSTALL a console definition that matches the name of the console, or
enable autoinstall for consoles. The system programmer may also consider
using 'pooled' consoles by defining TERMINAL definitions with a CONSNAME
of DFHCONxx, or increasing the number of pooled consoles.
Destination: CSMT and Terminal End User
Modules: DFHACP, DFHZATA2
XMEOUT Parameters: date, time, applid, consname
|
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
NicolasF Beginner
Joined: 14 Mar 2007 Posts: 10 Topics: 3 Location: Argentina
|
Posted: Thu Mar 15, 2007 10:52 am Post subject: |
|
|
Yeah, I've seen that, but I can't figure out how to issue those command... do u have any idea how to do it? Thanks |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Fri Mar 16, 2007 2:44 am Post subject: |
|
|
If you are entering the command from SDSF you have to enter M/.
You also have to have the console defined in CICS.
Example:
CEDA View TErminal( CNSL )
TErminal : CNSL
Group : YOURCON1
Description : MVS/ESA 4.1 CONSOLE
AUTINSTModel : No No ! Yes ! Only
AUTINSTName :
TERMINAL IDENTIFIERS
TYpeterm : DFHCONS
NEtname : CNSL
CONSOle : 001 No ! 0-127 ! 129-250
CONSName :
etc.
PRESET SECURITY
USERid : CICSUID |
|
Back to top |
|
 |
|
|