Author |
Message |
Topic: Update Date in REXX |
ragha
Replies: 6
Views: 3473
|
Forum: TSO and ISPF Posted: Fri May 27, 2005 12:35 pm Subject: Update Date in REXX |
Thanks for the response. I better think that we can get the date from the DB2 table link get CURRENT TIMESTAMP + 12 HOURS, but I dont know how to execute DB2 commands through REXX. If anybody has a sa ... |
Topic: Update Date in REXX |
ragha
Replies: 6
Views: 3473
|
Forum: TSO and ISPF Posted: Fri May 27, 2005 10:44 am Subject: Update Date in REXX |
Sorry would not be able to do it as if the System time is greater than 12PM it will reflect the current date , and if I add 1 to the current date then it would show a future date , which is not desire ... |
Topic: Update Date in REXX |
ragha
Replies: 6
Views: 3473
|
Forum: TSO and ISPF Posted: Thu May 26, 2005 5:12 pm Subject: Update Date in REXX |
Hi ,
My mainframe time is 12 hours behind the actual time. When I get
DATE() from the REXX it gives me the date 12 hours behind the actual time. Is there any command in REXX which will give me t ... |
Topic: CICS - DB2 Error |
ragha
Replies: 4
Views: 2114
|
Forum: CICS and Middleware Posted: Tue Apr 26, 2005 11:08 am Subject: CICS - DB2 Error |
That was a dynamic call. Now it got resolved. There was a problem with the consistency token for program B. With the correct consistency token in place and with successful rebinding , the problem got ... |
Topic: CICS - DB2 Error |
ragha
Replies: 4
Views: 2114
|
Forum: CICS and Middleware Posted: Tue Apr 26, 2005 10:56 am Subject: CICS - DB2 Error |
No , Program A was not recompiled as it was in the production region. There was no change in the program. Only Program B's package was missing and was later added and rebound. |
Topic: CICS - DB2 Error |
ragha
Replies: 4
Views: 2114
|
Forum: CICS and Middleware Posted: Tue Apr 26, 2005 10:20 am Subject: CICS - DB2 Error |
My Program A is a DB2 Program calling Program B (a DB2 Program) . In the Plan for the Program A , the Program B's package was added as it was found missing. The new plan was bound successfully.
The ... |
|