Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to do newcopy of program located in AOR?

Status
Not open for further replies.

HUJ

Programmer
Dec 18, 2003
20
CN
hi all:
i have a TOR and AOR. my application program located in AOR. Of course, i can update application program source and generate a new load module. but I don't know how to logon AOR. So I can't do newcopy.

thanks

Hu Jun
 
In your TOR, issue command
Code:
CEMT I CONN
You will get results as shown below:
Code:
Con(CICX) Net(AORNAME1)
Con(CICY) Net(AORNAME2)

Once you get your desiered Con name and AOR name, issue command
Code:
CRTE SYSID=CICX
This will route you into the AOR.

Once you are in the AOR, issue command
Code:
CEMT S PROG(YOUR PROGRAM NAME) PHASEIN
to do a new copy.

Hope this helps.

prakal
 
thanks prakal

i understand now!
 
but how can I exit to TOR again? when I issue CESF LOGOFF in AOR,I get "DFHCE3591 Sign-off is complete. LOGOFF option is invalid when using CRTE."

HuJun
 
HuJun

Clear the screen, type cancel and hit enter. Not very intuitive I know, but that's an IBM-supplied transaction for you...

Steve
 
YES, I finded the command in IBM train book. thanks all
 
YES, I finded the command in IBM train book also. thanks all
 
After issue "CRTE SYSID=C22A", I enter AOR now. I can did newcopy yesterday. But today have problem when key any command such as "CEMT I TRANS" in AOR, I always get following message.
DFHAC2206 04:45:05 CICSACB Transaction CRTE failed with abend AZI6. Updates to local recoverable resources backed out. DFHAC2261 System C22A sent message (sense code 0824089E). 'DFHAC2206 04:45:04 CICSACB2 Transaction cemt failed with abend AZTI. Updates to local recoverable resources backed out.'.

I have check CICS Messages and Codes, which tell me
AZI6

Explanation: The transaction was connected to another transaction in another CICS system via an IRC link. This other transaction has abnormally terminated.

System Action: CICS abnormally terminates the transaction, and produces a CICS transaction dump.

User Response: Correct the cause of the abend in the connected transaction.

I don't think even CEMT have any problem.But I don't know what's problem now.
 
HUJ

Found the following:

AZTI

Explanation: An attempt has been made to attach a task on a
remotely-owned terminal, but the terminal is not defined in this system
as a remotely-owned terminal.

Alternatively, another task holds a lock on this terminal.

System Action: The task is abnormally terminated with a CICS transaction
dump.

User Response: Check the terminal control table definitions in the
systems involved. If the definitions are correct, check that no other
tasks have locks held on the terminal (CECI, for example).

Module: DFHZTSP

So it is possible that you have some other conversational task running on your terminal in the AOR. Suggest you check the output of the AOR to see if there are any messages. Another alternative is to avoid CRTE altogether, and just log on directly to the AOR.

Steve
 
Just seen your post on the other thread. Maybe it was the CECI you ran to get the module entry point...

:)

Steve
 
Hi Steve:
I checked AOR output.found the followling.
CICSACB2 A transaction dump was taken for dumpcode: AZTI, Dumpid: 1/0006.
CICSACB2 A transaction dump was taken for dumpcode: AZTI, Dumpid: 1/0007.
transaction NACT abend AZTI in program *UNKNOWN term <AAD. Updates to local recoverable resources will be backed out.

I still don't know how to fix above problem. The problem should occurs in AOR. I don't know how to check whehter is my terminal defintion is not right or one task occupy my terminal and how to logon AOR directly. sorry, some question

thank you again!

Hu Jun
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top