Author |
Message |
Topic: Batch SQLPLUS JCL |
Meena_ramanathan
Replies: 0
Views: 1683
|
Forum: Application Programming Posted: Mon Dec 08, 2008 5:08 pm Subject: Batch SQLPLUS JCL |
Hi,
I am looking for some sample JCL which would allow me to do the following:
I have a list of telephone numbers for which I want some information from a oracle database and this job needs to be ... |
Topic: Qfetch |
Meena_ramanathan
Replies: 1
Views: 1708
|
Forum: Other Technical Topics Posted: Thu May 11, 2006 11:06 am Subject: Qfetch |
Hi,
Is there any website which talks about QFETCH.(programming guide??). |
Topic: Edited Numeric |
Meena_ramanathan
Replies: 2
Views: 1760
|
Forum: Application Programming Posted: Thu Feb 16, 2006 1:45 pm Subject: Edited Numeric |
Thanks Kolusu, that was very helpful. |
Topic: Edited Numeric |
Meena_ramanathan
Replies: 2
Views: 1760
|
Forum: Application Programming Posted: Thu Feb 16, 2006 1:08 pm Subject: Edited Numeric |
Hi,
Can some one provide me the link from where i can know about the various "edited" numeric types we can use in cobol?
Note : I searched but could not find it. |
Topic: How to check for Numeric data |
Meena_ramanathan
Replies: 5
Views: 3081
|
Forum: Application Programming Posted: Fri Jan 20, 2006 1:39 pm Subject: How to check for Numeric data |
The AFLT-PRICE-AMT is defined as S9(6)V999
and the check made is
IF AFLT-PRICE-AMT is numeric.
I'm trying to give some alphanumeric values and i assume the check should capture it , but it is ... |
Topic: How to check for Numeric data |
Meena_ramanathan
Replies: 5
Views: 3081
|
Forum: Application Programming Posted: Fri Jan 20, 2006 1:24 pm Subject: How to check for Numeric data |
Hi,
this is the how the field is shown in fileaid.
This is the display when the field has a numeric data
AFLT-PRICE-AMT 00001200}
-1 ... |
Topic: How to check for Numeric data |
Meena_ramanathan
Replies: 5
Views: 3081
|
Forum: Application Programming Posted: Fri Jan 20, 2006 11:37 am Subject: How to check for Numeric data |
Hi,
I have a variable
Ws-PRICE S9(6)V999
i want to check if this variable is numeric.
If i give WS_PRICE as ABCDE and When i use the "IS NUMERIC" class to test i donot error the record whereas ... |
Topic: Strobe to find out CPU usage |
Meena_ramanathan
Replies: 2
Views: 1622
|
Forum: Utilities Posted: Fri Jan 13, 2006 2:04 pm Subject: Strobe to find out CPU usage |
Hi,
Is there any site from where i can find out how to use strobe to monitor the CPU usage when a job runs.
I'm trying to find out what CPU time it takes to initialize an array of a million occurenc ... |
Topic: Get the total count of delimiter in COBOL |
Meena_ramanathan
Replies: 2
Views: 1532
|
Forum: Application Programming Posted: Thu Nov 10, 2005 2:42 pm Subject: Get the total count of delimiter in COBOL |
Thank U , it just worked fine |
Topic: Get the total count of delimiter in COBOL |
Meena_ramanathan
Replies: 2
Views: 1532
|
Forum: Application Programming Posted: Thu Nov 10, 2005 2:19 pm Subject: Get the total count of delimiter in COBOL |
Hi,
I want to get the count of the number of delimiters
Eg:
abcd|abcd|abcd
In this case i want to get the count of the "|" symbol.Is there any function in cobol which can do this or is there ... |
Topic: Date validation in cobol |
Meena_ramanathan
Replies: 21
Views: 15850
|
Forum: Application Programming Posted: Tue Oct 25, 2005 11:22 am Subject: Date validation in cobol |
Hi,
I want to know if there is any function in cobol by which i can do "date validation".
For exmaple : if i give a date in YYYYMMDD format then it shd tell me the date is valid or not.
Can an ... |
|