| Author |
Message |
Topic: Nested stored procedures |
Abhi
Replies: 5
Views: 3649
|
Forum: Database Posted: Wed Jan 21, 2004 1:18 am Subject: Nested stored procedures |
Hi Kolusu, Bithead,
I tried with both ur suggestions but nothing seems to work. We are increasingly beginning to belive that this has something to do with the WLM environment not being properly se ... |
Topic: Nested stored procedures |
Abhi
Replies: 5
Views: 3649
|
Forum: Database Posted: Mon Jan 19, 2004 1:59 am Subject: Nested stored procedures |
Hi,
We are using
EXEC SQL
CALL SP2 ( :PARM1 :IPARM1,:PARM2 :IPARM2)
END-EXEC.
to call the SP2 from SP1.
Both batch program as well as SP's are coded using COBOL370 as lang ... |
Topic: Nested stored procedures |
Abhi
Replies: 5
Views: 3649
|
Forum: Database Posted: Sat Jan 17, 2004 1:40 am Subject: Nested stored procedures |
I have 2 SPs say SP1 & SP2, one being called in the other. The problem is that I am not able to call the second SP (SP2) from the main SP (SP1)which itself is called from a batch COBOL program.
... |
Topic: Submitting jobs dynamically |
Abhi
Replies: 12
Views: 14108
|
Forum: Job Control Language(JCL) Posted: Fri Jan 09, 2004 9:27 am Subject: Submitting jobs dynamically |
Thank u Kolusu, IKJEFT01 looks like the best option.
Robert, Warp, I can not use multiple IDCAMS step because at any point of time I wouldn't be able to determine how many jobs need to be submitte ... |
Topic: Submitting jobs dynamically |
Abhi
Replies: 12
Views: 14108
|
Forum: Job Control Language(JCL) Posted: Fri Jan 09, 2004 1:36 am Subject: Submitting jobs dynamically |
I am trying to set up a utility that will submit jobs in a sequence dynamically to JES. The strategy that I have adopted is -
- I have put all the jobs that I need to submit in one PDS.
- I have ... |
Topic: cobol+db2 |
Abhi
Replies: 3
Views: 2755
|
Forum: Application Programming Posted: Sun Dec 21, 2003 8:57 am Subject: cobol+db2 |
| Just a quick check... have u included the DCLGEN in ur program? |
Topic: Compilation of programs |
Abhi
Replies: 6
Views: 4157
|
Forum: Application Programming Posted: Fri Jun 06, 2003 7:43 am Subject: Compilation of programs |
Semigeezer, linkeditting or relinking, as u put it, is a step in the compilation of the program. So to relink a program u would have to recompile the calling program.
Now, linkeditting happens dep ... |
Topic: Reverse a file in JCL |
Abhi
Replies: 2
Views: 9340
|
Forum: Job Control Language(JCL) Posted: Mon May 19, 2003 11:08 pm Subject: Reverse a file in JCL |
| Thanks Kolusu. |
Topic: Reverse a file in JCL |
Abhi
Replies: 2
Views: 9340
|
Forum: Job Control Language(JCL) Posted: Fri May 16, 2003 2:27 pm Subject: Reverse a file in JCL |
There is a file say in the order 1 to 10 and I want it reversed in the order of 10 to 1.
I think it is possible thru FILE-AID (batch) but in the meanwhile if anyone can suggest another way to do t ... |
Topic: Reading from VSAM File and Comparing record w |
Abhi
Replies: 17
Views: 19279
|
Forum: Application Programming Posted: Tue Feb 11, 2003 4:54 am Subject: Reading from VSAM File and Comparing record w |
Manoj, I know u have the VSAM file... I was suggesting that u build the VSAM file key not the actual VSAM file.
Anyway, if it does not work then u have others methods to choose from.
I was going ... |
Topic: Reading from VSAM File and Comparing record w |
Abhi
Replies: 17
Views: 19279
|
Forum: Application Programming Posted: Mon Feb 10, 2003 5:39 am Subject: Reading from VSAM File and Comparing record w |
This is just a suggestion. I am not sure Manoj if this works in ur case. Just wanted u to have another opinion.
Can u read the Sequential file first and then build the VSAM file key with which do a ... |
Topic: Dynamic Table size in the cobol,based on the input file recs |
Abhi
Replies: 9
Views: 10546
|
Forum: Application Programming Posted: Wed Feb 05, 2003 3:08 am Subject: Dynamic Table size in the cobol,based on the input file recs |
| Dave, the idea of using linked lists is cool and I have seen an example somewhere else other than the links that u have attached here. But none of them elaborate on how to actually create/add new nod ... |
Topic: Dynamic Table size in the cobol,based on the input file recs |
Abhi
Replies: 9
Views: 10546
|
Forum: Application Programming Posted: Tue Feb 04, 2003 7:55 am Subject: Dynamic Table size in the cobol,based on the input file recs |
Anand, the most u can do with arrays is use the DEPENDING ON clause to declare a variable length table(array) in COBOL. Even for this u have to give the max size of the array during declaration.
The ... |
Topic: Occurs depending in Table element |
Abhi
Replies: 4
Views: 7328
|
Forum: Application Programming Posted: Mon Dec 23, 2002 8:40 am Subject: Occurs depending in Table element |
Narsimha,
I have never tried this before but I think the compile error makes sense doesn't it? If u were to define a table which depends on a variable which itself is an item of another table h ... |
Topic: XPEDITER/CICS - NO SOURCE AVAILABLE |
Abhi
Replies: 10
Views: 18545
|
Forum: CICS and Middleware Posted: Thu Dec 12, 2002 4:07 am Subject: XPEDITER/CICS - NO SOURCE AVAILABLE |
Dibakar,
1. Even we face this problem occasionally. I don't know the real reason
for this but we try loading the program again using the CECI
transaction. Sometimes this works and if it d ... |
| |