| Author |
Message |
Topic: Search in TSQ |
Nancy
Replies: 1
Views: 1910
|
Forum: CICS and Middleware Posted: Tue Jan 23, 2007 6:24 am Subject: Search in TSQ |
'Find' is working now. Don't know why couldn't use it earlier.
Sorry for inconvenience.
Regards |
Topic: Search in TSQ |
Nancy
Replies: 1
Views: 1910
|
Forum: CICS and Middleware Posted: Tue Jan 23, 2007 5:55 am Subject: Search in TSQ |
Hello,
How can we do a search on particular word in TSQ ?
Regards |
Topic: Read TSQ |
Nancy
Replies: 1
Views: 1808
|
Forum: Job Control Language(JCL) Posted: Fri Oct 06, 2006 3:03 am Subject: Read TSQ |
Hello,
I want to read a TSQ (line by line) and put the data in a flat file, by using the JCL. Please guide if we can do that. If yes, then please provide the sample.
Thanks |
Topic: OCCURS ..DEPENDING ON |
Nancy
Replies: 9
Views: 5025
|
Forum: Application Programming Posted: Tue Jun 20, 2006 9:41 am Subject: OCCURS ..DEPENDING ON |
| Right. Just now I noticed that it is NOSSRANGE in my compiler option instead of SSRANGE to have the subscript values checked at run time to see if they are in range. I should get S0C4 if it is more th ... |
Topic: OCCURS ..DEPENDING ON |
Nancy
Replies: 9
Views: 5025
|
Forum: Application Programming Posted: Tue Jun 20, 2006 7:59 am Subject: OCCURS ..DEPENDING ON |
| Yeah, I was expecting that but it did not happen and I got 110 accounts back. Just want to confirm if it is possible with this declaration. |
Topic: OCCURS ..DEPENDING ON |
Nancy
Replies: 9
Views: 5025
|
Forum: Application Programming Posted: Tue Jun 20, 2006 5:06 am Subject: OCCURS ..DEPENDING ON |
Kolusu,
I have one more doubt.
10 SIBRU503-ACCT-ARRAY.
15 SIBRU503-ACCT-LIST OCCURS 0 TO 100
DEPENDING ON SIBRU503 ... |
Topic: OCCURS ..DEPENDING ON |
Nancy
Replies: 9
Views: 5025
|
Forum: Application Programming Posted: Mon Jun 19, 2006 10:40 am Subject: OCCURS ..DEPENDING ON |
| Thanks Kolusu. Its clear now. |
Topic: OCCURS ..DEPENDING ON |
Nancy
Replies: 9
Views: 5025
|
Forum: Application Programming Posted: Mon Jun 19, 2006 9:31 am Subject: OCCURS ..DEPENDING ON |
Kolusu,
It might be the code bug but what I want to know is that if the table can really have 200 items even if the DEPENDING ON has a variable that can contain just 100 ? |
Topic: OCCURS ..DEPENDING ON |
Nancy
Replies: 9
Views: 5025
|
Forum: Application Programming Posted: Mon Jun 19, 2006 9:19 am Subject: OCCURS ..DEPENDING ON |
Hello,
In the following Table declaration, I am using OCCURS for 200 TIMES while the value of WC-MAX-NO-OF-PROD is 100.
05 WT-BILL-ACCT-TABLE OCCURS 1 TO 200 TIMES
... |
Topic: Passing values from JCL to Cobol-DB2 Program |
Nancy
Replies: 17
Views: 29343
|
Forum: Job Control Language(JCL) Posted: Fri Jun 02, 2006 8:14 am Subject: Passing values from JCL to Cobol-DB2 Program |
| No, its simply like we need to run a particular program for day Numbers starting from 01 to 99. I tried to generate the control card dynamically and could write it into DHBK.BLQSAM.PARMS file using th ... |
Topic: Passing values from JCL to Cobol-DB2 Program |
Nancy
Replies: 17
Views: 29343
|
Forum: Job Control Language(JCL) Posted: Fri Jun 02, 2006 8:01 am Subject: Passing values from JCL to Cobol-DB2 Program |
Kolusu,
If you see my very first post, there I have mentioned the L-RUN-DAYNO that needs to be passed as the symbolic parm because it will have values from 01 to 99 so really difficult to change it ... |
Topic: Passing values from JCL to Cobol-DB2 Program |
Nancy
Replies: 17
Views: 29343
|
Forum: Job Control Language(JCL) Posted: Fri Jun 02, 2006 6:39 am Subject: Passing values from JCL to Cobol-DB2 Program |
Kolusu,
What exactly your last message convey? I need to pass symbolic parameter to the Cobol-DB2 program because I cant change the values everytime.
Please help. |
Topic: Move failed to Endevor |
Nancy
Replies: 8
Views: 5604
|
Forum: Job Control Language(JCL) Posted: Thu May 18, 2006 3:10 am Subject: Move failed to Endevor |
Thanks for your help.
Couldnt really identify the reason but programs are working now.
Cheers
Nancy |
Topic: Move failed to Endevor |
Nancy
Replies: 8
Views: 5604
|
Forum: Job Control Language(JCL) Posted: Wed May 17, 2006 5:50 am Subject: Move failed to Endevor |
Kolusu,
It worked for one of the program but now the same problem is coming to another two. Can you suggest something ? We have verified the SQL against Table and the column names look good.
Th ... |
Topic: Move failed to Endevor |
Nancy
Replies: 8
Views: 5604
|
Forum: Job Control Language(JCL) Posted: Tue May 16, 2006 7:28 am Subject: Move failed to Endevor |
Yes, all the column names are correctly typed.
Actually I copied this SQL from a document and it is giving problem for the junk characters. But when I re-typed it manually on mainframe, it worked fi ... |
| |