| Author |
Message |
Topic: JCL to mail a DATASET directly from mainframes |
srikanth.bh
Replies: 5
Views: 3875
|
Forum: Job Control Language(JCL) Posted: Mon Feb 07, 2005 6:26 pm Subject: JCL to mail a DATASET directly from mainframes |
Kolusu,
Thanks so much
sri. |
Topic: JCL to mail a DATASET directly from mainframes |
srikanth.bh
Replies: 5
Views: 3875
|
Forum: Job Control Language(JCL) Posted: Fri Feb 04, 2005 5:51 pm Subject: JCL to mail a DATASET directly from mainframes |
Hi all,
I need to know the possibility of mailing a dataset to a personal mail id directly from mainframes through JCL. Any help is highly appreciated.
Thanks,
kanth |
Topic: moving 9(10) to s9(9) comp |
srikanth.bh
Replies: 5
Views: 6500
|
Forum: Application Programming Posted: Thu Aug 12, 2004 12:44 pm Subject: moving 9(10) to s9(9) comp |
| that makes more sense mike. thanks for clarifying. |
Topic: moving 9(10) to s9(9) comp |
srikanth.bh
Replies: 5
Views: 6500
|
Forum: Application Programming Posted: Thu Aug 12, 2004 3:25 am Subject: moving 9(10) to s9(9) comp |
| Actually, the MOVE statement in inside a loop. so i think each time the move is made the values are getting computed with the old value in comp. when i tried initializing the comp filed before each mo ... |
Topic: moving 9(10) to s9(9) comp |
srikanth.bh
Replies: 5
Views: 6500
|
Forum: Application Programming Posted: Thu Aug 12, 2004 12:24 am Subject: moving 9(10) to s9(9) comp |
Kolusu, thanks for the response. Initially when i tried this direct move i got strange output.
01 A PIC 9(10) VALUE 3420009659
01 B PIC S9(9) COMP.
MOVE A TO B.
OUTPUT:
A = 3420009659
B = ... |
Topic: moving 9(10) to s9(9) comp |
srikanth.bh
Replies: 5
Views: 6500
|
Forum: Application Programming Posted: Wed Aug 11, 2004 2:37 pm Subject: moving 9(10) to s9(9) comp |
Hi all,
I am trying to move a variable of pic 9(10) to s9(9) comp. getting some junk values in output however i try. please suggest how to accomplish this.
thanks,
kanth |
Topic: Problem in executing a stored procedure |
srikanth.bh
Replies: 2
Views: 3750
|
Forum: Database Posted: Wed Jul 28, 2004 4:19 am Subject: Problem in executing a stored procedure |
Hi all,
We have created a stored procedure using dynamic SQL programming. also we are using changeman for compilation and binding. the pgm which calls stored procedure is getting executed. but the ... |
Topic: Insert failing through both SPUFI and QMF |
srikanth.bh
Replies: 1
Views: 2241
|
Forum: Database Posted: Fri Jul 23, 2004 12:54 am Subject: Insert failing through both SPUFI and QMF |
Hi all,
I am facing a problem while inserting a row through QMF and SPUFI.
Following is the error:
00C90097
Explanation: An attempt was made to allocate to a table space for update operati ... |
| |