Author |
Message |
Topic: Debugging Tool for PL/1 |
Shankarganesh_gopal
Replies: 2
Views: 1689
|
Forum: Application Programming Posted: Wed Jan 06, 2010 12:04 am Subject: Debugging Tool for PL/1 |
Hello,
Is there any debugging tool available for PL/1 like intertest, Expediter etc..
Thanks,
Shankar |
Topic: Process Step3 when Step2 Flush |
Shankarganesh_gopal
Replies: 3
Views: 2113
|
Forum: Job Control Language(JCL) Posted: Wed May 20, 2009 10:26 pm Subject: Process Step3 when Step2 Flush |
I got it resolved using IF/THEN/ELSE.
Thanks a lot all of you. |
Topic: Process Step3 when Step2 Flush |
Shankarganesh_gopal
Replies: 3
Views: 2113
|
Forum: Job Control Language(JCL) Posted: Tue May 19, 2009 5:38 am Subject: Process Step3 when Step2 Flush |
I have a requirement.
In a job A, Step1 is executed and it issued RC 20. Because of RC 20, step2 was not executed (means flushed).
My requirement is Step3 has to be executed only when Step2 run ... |
Topic: need to get the count of records |
Shankarganesh_gopal
Replies: 5
Views: 4057
|
Forum: Utilities Posted: Mon Apr 27, 2009 1:18 am Subject: need to get the count of records |
Hello,
I tried with your example and it failed with the following error
OUTFIL REMOVECC,NODETAIL,
SECTIONS=(1,3,5,2,
$
ICE223A F REPORT F ... |
Topic: Can two program read data from MQ same time |
Shankarganesh_gopal
Replies: 3
Views: 2207
|
Forum: CICS and Middleware Posted: Wed Feb 27, 2008 1:00 am Subject: Can two program read data from MQ same time |
Hi Bill,
Very Thanks for your reply.
But I have one more question.
Can we run on two seperate image using the same MQ and CICS/TransID?
Shankar. |
Topic: Can two program read data from MQ same time |
Shankarganesh_gopal
Replies: 3
Views: 2207
|
Forum: CICS and Middleware Posted: Wed Feb 20, 2008 4:59 am Subject: Can two program read data from MQ same time |
Hi All,
We already have CICS transaction which will be triggered, when data comes into our MQ. Currently we receive say around 100 transaction per min.
In future, we are expecting 2000 transact ... |
Topic: HEX decimal Special Character |
Shankarganesh_gopal
Replies: 3
Views: 1683
|
Forum: CICS and Middleware Posted: Mon Jul 30, 2007 4:12 am Subject: HEX decimal Special Character |
Hi Dick,
After a long time, we found the issue and it's with the IBM provided CTG program. We use Codepage T1 in CTG program and IBM has comformed that they are moving spaces when such specific spe ... |
Topic: HEX decimal Special Character |
Shankarganesh_gopal
Replies: 3
Views: 1683
|
Forum: CICS and Middleware Posted: Tue Jul 10, 2007 11:40 pm Subject: HEX decimal Special Character |
Hi all,
From our Front End we use CTG call ( CICS Transaction Gateway ) to connect to CICS. And from CICS, a batch program is called to get the Name. Name contains special character like C |
Topic: CPU consumption while MQGET |
Shankarganesh_gopal
Replies: 3
Views: 1903
|
Forum: CICS and Middleware Posted: Tue Jul 03, 2007 8:01 pm Subject: CPU consumption while MQGET |
Thanks a ton dirk. |
Topic: CPU consumption while MQGET |
Shankarganesh_gopal
Replies: 3
Views: 1903
|
Forum: CICS and Middleware Posted: Tue Jul 03, 2007 4:51 am Subject: CPU consumption while MQGET |
Hi All,
I have question for you.
In my application, we use MQ and while doing MQGET, we are specifying 100 millisecond as wait time for each MQGET call. As per my understanding, it makes our pro ... |
Topic: 2085 MQ Error |
Shankarganesh_gopal
Replies: 3
Views: 4613
|
Forum: CICS and Middleware Posted: Thu Jun 07, 2007 9:35 pm Subject: 2085 MQ Error |
Thanks a lot for your valuable suggestion. |
Topic: 2085 MQ Error |
Shankarganesh_gopal
Replies: 3
Views: 4613
|
Forum: CICS and Middleware Posted: Thu Jun 07, 2007 5:24 am Subject: 2085 MQ Error |
Hi all,
I need to clarify a question.
We are facing a error 2085 (Mq unknown object) while trying to call MQPUT1. I searched the entire website, but couldn't able to find a valid reason. All the ... |
Topic: How to get Header while using DSNTIAUL |
Shankarganesh_gopal
Replies: 6
Views: 6826
|
Forum: Database Posted: Tue Jun 05, 2007 1:36 am Subject: How to get Header while using DSNTIAUL |
Hi Kolusu,
I have one more issue now.
I am doing a select using DSNTIAUL. If suppose a column is defined as NULL, then it is producing the result with like '..?'. Is there a way to make it space ... |
Topic: How to get Header while using DSNTIAUL |
Shankarganesh_gopal
Replies: 6
Views: 6826
|
Forum: Database Posted: Wed May 30, 2007 12:50 am Subject: How to get Header while using DSNTIAUL |
Thanks a lot kolsu.
I worked and i got my problem solved. |
Topic: How to get Header while using DSNTIAUL |
Shankarganesh_gopal
Replies: 6
Views: 6826
|
Forum: Database Posted: Mon May 28, 2007 1:12 am Subject: How to get Header while using DSNTIAUL |
Hi all,
I am using DSNTIAUL program to extract data into File and the Query is as follows.
SELECT AA202_TIMESTAMP
, CHAR('#') AS #
, SUBSTR(AA202_ ... |
|