Author |
Message |
Topic: Intertest CICS Debugger Doubt |
Maheshwari
Replies: 3
Views: 3006
|
Forum: CICS and Middleware Posted: Thu Mar 03, 2005 8:26 pm Subject: Intertest CICS Debugger Doubt |
Vijay,
I seriously doubt that there is any function key that will perform the same. But if you want you can remove all the breakpoints by typing OFFALL on the command line and then press PF5 key.
... |
Topic: About Cics region |
Maheshwari
Replies: 2
Views: 1868
|
Forum: CICS and Middleware Posted: Wed Mar 02, 2005 8:36 pm Subject: About Cics region |
Try this..
EXEC CICS ASSIGN
SYSID(WS-SYSID)
END-EXEC |
Topic: How to find DB2 qualifier from CICS?.. |
Maheshwari
Replies: 3
Views: 5051
|
Forum: CICS and Middleware Posted: Tue Feb 22, 2005 9:33 pm Subject: How to find DB2 qualifier from CICS?.. |
Balaji,
You can use CEMT INQ DB2T(*) to get the plan name and then inquire on SYSIBM.SYPLAN table to get the Qualifier.
SELECT NAME, QUALIFIER
FROM SYSIBM.SYPLAN
WHERE NAME IN ('XXXXXXXX','YYY ... |
Topic: DPL requests and terminal id |
Maheshwari
Replies: 5
Views: 3294
|
Forum: CICS and Middleware Posted: Tue Feb 22, 2005 9:15 pm Subject: DPL requests and terminal id |
Can you use EIBTASKN instead of EIBTRMID. |
Topic: Logon id required |
Maheshwari
Replies: 3
Views: 2205
|
Forum: CICS and Middleware Posted: Tue Feb 22, 2005 9:12 pm Subject: Logon id required |
Try
EXEC CICS ASSIGN
USERID(WS-USERID)
USERNAME(WS-USER-NAME)
END-EXEC
Hope this helps. |
Topic: Replace Spaces With Current Date |
Maheshwari
Replies: 19
Views: 11458
|
Forum: Utilities Posted: Wed Jan 26, 2005 7:35 pm Subject: Replace Spaces With Current Date |
Thanks kolusu for the description of VLTESTI. It was really very helpful.
Thanks, |
Topic: How to identify the PTF or Version of DFSORT in the shop |
Maheshwari
Replies: 3
Views: 2833
|
Forum: Utilities Posted: Wed Jan 26, 2005 7:31 pm Subject: How to identify the PTF or Version of DFSORT in the shop |
Kolusu and Frank,
Thanks for your inputs.
I had test run the jobs provided and OVERLAY and IFTHEN function do give me the error whereas later job from kolusu was successesful. I will contact my ... |
Topic: How to identify the PTF or Version of DFSORT in the shop |
Maheshwari
Replies: 3
Views: 2833
|
Forum: Utilities Posted: Tue Jan 25, 2005 11:18 pm Subject: How to identify the PTF or Version of DFSORT in the shop |
Hi Frank,
Is there an easy way to identify the Version or PTF of DFSORT available in the shop.
Thanks |
Topic: Replace Spaces With Current Date |
Maheshwari
Replies: 19
Views: 11458
|
Forum: Utilities Posted: Tue Jan 25, 2005 11:00 pm Subject: Replace Spaces With Current Date |
Kolusu,
Can you please let me know about the parameter VLTESTI passed to SORT as I am not very much aware of this. I tried to find it in Google also but seems to have not much info available for th ... |
Topic: ASP2 Abend |
Maheshwari
Replies: 2
Views: 3922
|
Forum: Problem Determination Posted: Wed Jan 19, 2005 8:39 pm Subject: ASP2 Abend |
Thanks Kolusu. |
Topic: How to read a VSAM file in CICs through any of the CE comman |
Maheshwari
Replies: 5
Views: 6237
|
Forum: CICS and Middleware Posted: Tue Jan 18, 2005 11:07 pm Subject: How to read a VSAM file in CICs through any of the CE comman |
We are using the last option suggested by Mike in our shop. We do have the paging logic i.e. Up and down and also left and right. |
Topic: ASP2 Abend |
Maheshwari
Replies: 2
Views: 3922
|
Forum: Problem Determination Posted: Thu Jan 06, 2005 8:15 pm Subject: ASP2 Abend |
Hi,
I need a help in knowing whether the ASP2 abend can be handled using EXEC CICS HANDLE ABEND.
Thanks for your help. |
Topic: Matching records |
Maheshwari
Replies: 12
Views: 8028
|
Forum: Utilities Posted: Tue Oct 26, 2004 4:42 pm Subject: Matching records |
Hi Frank and Kolusu,
Thanks for your help. The reason was mismatch in the output file created. I was able to sort out the things.
Thanks again for all your help extended to me. |
Topic: Matching records |
Maheshwari
Replies: 12
Views: 8028
|
Forum: Utilities Posted: Tue Oct 26, 2004 4:32 pm Subject: Matching records |
Hi Frank,
I am getting the following error message for the above job:
ICE146I 0 END OF STATEMENTS FROM CTL3CNTL - PARAMETER LIST STATEMENTS FOLLOW
DEBUG NOABEND,ESTAE ... |
Topic: Matching records |
Maheshwari
Replies: 12
Views: 8028
|
Forum: Utilities Posted: Mon Oct 25, 2004 10:50 pm Subject: Matching records |
Hi Kolusu,
Still the same error message. I had used double && in my few jobs earlier and they worked perfectly. |
|