Author |
Message |
Topic: odo under redefines |
Subzero
Replies: 2
Views: 2418
|
Forum: Application Programming Posted: Thu Oct 04, 2007 3:07 pm Subject: odo under redefines |
Hi,
Can you anyone let me know if I can use ODO in a redefined data item? The structure that it redefines is of fixed size though. I am getting this error
IGYDS1169-S "REDEFINES" subjec ... |
Topic: Need information on Strobe report |
Subzero
Replies: 3
Views: 3105
|
Forum: Application Programming Posted: Tue Jun 12, 2007 3:47 pm Subject: Need information on Strobe report |
Hi,
I ran strobe on a program and got a strobe report that shows a cobol library module called IGZCSH1 taking about 19% of CPU time. I read in an IBM site that this module is invoked when SEARCH ALL ... |
Topic: Use of READ INTO |
Subzero
Replies: 8
Views: 4910
|
Forum: Application Programming Posted: Tue May 08, 2007 5:20 pm Subject: Use of READ INTO |
To add to your point, we cannot use "EXTERNAL" data elements in File section
Cheers,
Subzero |
Topic: Use of READ INTO |
Subzero
Replies: 8
Views: 4910
|
Forum: Application Programming Posted: Tue May 08, 2007 9:43 am Subject: Use of READ INTO |
Well DBZ, I was seriously contemplating to replace READ INTOs with READs and move working-storage structure to file section to facilitate that. Since we can locate current record in FCBs, wouldn't thi ... |
Topic: Use of READ INTO |
Subzero
Replies: 8
Views: 4910
|
Forum: Application Programming Posted: Tue May 08, 2007 8:36 am Subject: Use of READ INTO |
It was my misconception that only working-storage area could be retained in a dump. Well that means, if we are hell-bent on saving CPU, then we could do away with all costly READ INTOs.
Thanks for ... |
Topic: Use of READ INTO |
Subzero
Replies: 8
Views: 4910
|
Forum: Application Programming Posted: Mon May 07, 2007 4:25 pm Subject: Use of READ INTO |
Hi,
Can anyone tell me the practical use of READ INTO? As far as I know, it is done so that data area is moved to working storage section, which is the only section retained in a dump.
Cheers,
Su ... |
Topic: Priority function in PL/I |
Subzero
Replies: 0
Views: 1405
|
Forum: Application Programming Posted: Tue Aug 22, 2006 8:41 am Subject: Priority function in PL/I |
Hi,
I have a PL/I program that is not doing any multi-tasking or multi-threading. But it has a priority function coded in it. As far as I know, priority function is to get priority of each task in a ... |
Topic: Index variable |
Subzero
Replies: 3
Views: 2439
|
Forum: Application Programming Posted: Wed Mar 22, 2006 3:08 pm Subject: Index variable |
Kolusu,
Will there be any performance degradation using same index for 2 different tables. As far as I know, indexes are usually used as special registers to store displacement from base address of a ... |
Topic: Index with more than 4 bytes |
Subzero
Replies: 4
Views: 3033
|
Forum: Application Programming Posted: Wed Mar 22, 2006 9:17 am Subject: Index with more than 4 bytes |
Thanks Kolusu, the question sounds silly in the hindsight.
Cheers,
SubZero |
Topic: Index with more than 4 bytes |
Subzero
Replies: 4
Views: 3033
|
Forum: Application Programming Posted: Wed Mar 22, 2006 6:25 am Subject: Index with more than 4 bytes |
Kolusu,
Do you mean using subscripts? Or if i use a variable defined with USAGE IS INDEX, can that accomodate 99999 items? I know you would not be happy with me asking this without reading manuals, b ... |
Topic: Index with more than 4 bytes |
Subzero
Replies: 4
Views: 3033
|
Forum: Application Programming Posted: Wed Mar 22, 2006 5:35 am Subject: Index with more than 4 bytes |
Hi,
I am struck up with a problem of having a very big COBOL table of 99999 items but cannot use index because the number of items (5 bytes) is more than what an index could accomodate (4 bytes). Is ... |
Topic: FD Section Declaration |
Subzero
Replies: 2
Views: 2280
|
Forum: Application Programming Posted: Mon May 12, 2003 10:00 am Subject: FD Section Declaration |
I meant to ask whether we can differentiate between an input or output file by looking at FD section.
Thanks in Advance,
Subzero |
Topic: FD Section Declaration |
Subzero
Replies: 2
Views: 2280
|
Forum: Application Programming Posted: Mon May 12, 2003 5:24 am Subject: FD Section Declaration |
Hi
Can anyone explain me the differences between input and output file declaration (FD) in File section in COBOL?
Thanks in Advance,
Subzero |
Topic: VSAM StartBR Problem |
Subzero
Replies: 5
Views: 4918
|
Forum: CICS and Middleware Posted: Wed Feb 26, 2003 12:22 am Subject: VSAM StartBR Problem |
Thanx Mickeyd, you are right. There was an unfinished Browse action on that file, but this bug was in one of the long list of linked programs.
**** Subzero **** |
Topic: VSAM StartBR Problem |
Subzero
Replies: 5
Views: 4918
|
Forum: CICS and Middleware Posted: Tue Feb 25, 2003 12:00 pm Subject: VSAM StartBR Problem |
I have a peculiar problem. One of my online programs use StartBR to browse a VSAM KSDS using partialkey,
EXEC CICS STARTBR DATASET(Filename)
RIDFLD (Fullkey Variable)
... |
|