Author |
Message |
Topic: Use of DB-STATISTICS in IDMS |
ayashp
Replies: 3
Views: 2811
|
Forum: Database Posted: Tue Jun 13, 2006 8:17 am Subject: Use of DB-STATISTICS in IDMS |
Hi Shiv,
Thanks alot for your help now and also for earlier times . Actually I had the scenario in which my job was abending at a particular step i.e. in a particular program due to deadlock erro ... |
Topic: Use of DB-STATISTICS in IDMS |
ayashp
Replies: 3
Views: 2811
|
Forum: Database Posted: Mon Jun 12, 2006 4:47 am Subject: Use of DB-STATISTICS in IDMS |
Hi,
Can anyone tell me what is the function of DB-STATISTICS and how it is used in IDMS ?
Thanks in advance,
Ayash |
Topic: Linkage section signed number passing |
ayashp
Replies: 6
Views: 3103
|
Forum: Application Programming Posted: Fri Jun 09, 2006 12:54 am Subject: Linkage section signed number passing |
Hi Karthik,
I think when we say -234, then the sign bit is stored in the rightmost zoned bit position. So in 00000023M , M represents 4 with a signed bit stored in it. This is because u are definin ... |
Topic: To write duplicate records into another file using SORT. |
ayashp
Replies: 6
Views: 7533
|
Forum: Job Control Language(JCL) Posted: Tue Jan 17, 2006 6:43 am Subject: To write duplicate records into another file using SORT. |
Hi Phantom,
That was great.It worked. Thanks alot for the help.
ayashp |
Topic: To write duplicate records into another file using SORT. |
ayashp
Replies: 6
Views: 7533
|
Forum: Job Control Language(JCL) Posted: Tue Jan 17, 2006 12:43 am Subject: To write duplicate records into another file using SORT. |
Hi Phantom,
Below is a sample file that can be considered as input file.
XXXXY
FGHJB
FGHJB
XXXXY
XXXX
AAAAY
BBBBY
XXXXY
The File is a Fixed length file and LRECL is 5. I want to wri ... |
Topic: To write duplicate records into another file using SORT. |
ayashp
Replies: 6
Views: 7533
|
Forum: Job Control Language(JCL) Posted: Mon Jan 16, 2006 4:26 am Subject: To write duplicate records into another file using SORT. |
Hi,
I have a problem while doing the SORT of a file. My file contains data in the following format. Suppose the file has two fields A1 and A2 and the file format is as below :
A1 A2
... |
Topic: scope termination |
ayashp
Replies: 2
Views: 1719
|
Forum: Application Programming Posted: Fri Jan 06, 2006 5:03 am Subject: scope termination |
Hi Venkat,
Bye scope terminators what exactly you want? Can u please elaborate.
Otherwise, scope terminators like END-IF will end an IF-ELSE loop and you can also use a full stop (.) in place of ... |
Topic: COMPUTE vs ADD/SUBTRACT/MULTIPLY/DIVIDE |
ayashp
Replies: 2
Views: 3215
|
Forum: Application Programming Posted: Tue Dec 20, 2005 5:42 am Subject: COMPUTE vs ADD/SUBTRACT/MULTIPLY/DIVIDE |
Thanks Kolusu..
From the link I found that it depends on the complexity of the situation where COMPUTE or ADD will be used and depending on that performance of the verbs will be decided. |
Topic: COMPUTE vs ADD/SUBTRACT/MULTIPLY/DIVIDE |
ayashp
Replies: 2
Views: 3215
|
Forum: Application Programming Posted: Tue Dec 20, 2005 4:17 am Subject: COMPUTE vs ADD/SUBTRACT/MULTIPLY/DIVIDE |
Is COMPUTE better/faster than ADD/SUBTRACT/MULTIPLY/DIVIDE in COBOL. If so, then can anyone tell the reason why COMPUTE is better? |
|