Author |
Message |
Topic: How to cancel a static CALL. |
vspangtey
Replies: 6
Views: 2938
|
Forum: Application Programming Posted: Fri Oct 31, 2003 11:40 pm Subject: How to cancel a static CALL. |
Hi,
The subroutine is a standard program and it is running in the production. So, its not possible to change the subroutine and as Jack said it is used by other modules also. The way of calling th ... |
Topic: How to cancel a static CALL. |
vspangtey
Replies: 6
Views: 2938
|
Forum: Application Programming Posted: Fri Oct 31, 2003 5:47 am Subject: How to cancel a static CALL. |
Hi all,
I am facing a problem while giving a second static call to a subroutine. Actually when I am calling the subroutine for the first time one switch is being set in the subroutine. And when I a ... |
Topic: Concatenation of Sequential Files. |
vspangtey
Replies: 3
Views: 2809
|
Forum: Job Control Language(JCL) Posted: Tue Aug 19, 2003 2:35 am Subject: Concatenation of Sequential Files. |
Hi Kolusu/Frank,
Thanks a lot for your inputs. It was a great help.
Regards,
Vineet. |
Topic: Concatenation of Sequential Files. |
vspangtey
Replies: 3
Views: 2809
|
Forum: Job Control Language(JCL) Posted: Thu Aug 14, 2003 3:04 am Subject: Concatenation of Sequential Files. |
Hi all,
I am having four input files |
Topic: IPCPBTCH |
vspangtey
Replies: 1
Views: 4662
|
Forum: CICS and Middleware Posted: Tue Aug 12, 2003 5:25 am Subject: IPCPBTCH |
Hi all,
This is regarding to a previous mail posted by Mr. TK on Mon Jan 20, 2003. In this discussion Mr. Srivat has given the reference about the utility IPCPBTCH, which is used to OPEN/CLOSE CICS ... |
Topic: DB2 Rollback in an CICS environment |
vspangtey
Replies: 2
Views: 3178
|
Forum: Database Posted: Tue Jun 17, 2003 5:12 am Subject: DB2 Rollback in an CICS environment |
Hi suresh,
Once u get a -911 return code, it will rollback the changes only for that particular SQL query. The changes u have made in other DB2 queries will remain as it is. That is the reason some ... |
Topic: Effect of Abend on cursors with hold for option |
vspangtey
Replies: 3
Views: 6757
|
Forum: Database Posted: Tue Jun 17, 2003 4:24 am Subject: Effect of Abend on cursors with hold for option |
Hi Bidpar,
We generally use HOLD option for COMMIT statement. Coz if u use COMMIT without HOLD option it will automatically close the CURSOR. In case of abend u will lost the cursor details but the ... |
|