Author |
Message |
Topic: Problem in SAS\C Double |
mrinalsolanki
Replies: 1
Views: 1494
|
Forum: Application Programming Posted: Tue Dec 02, 2008 7:14 am Subject: Problem in SAS\C Double |
Hi All,
After lots of investigation it seems to be a problem of Parity Bit.
here are the values which i found in debugger for the above code
a=4799452345891532308(0x429b147ae147ae14),2F ... |
Topic: Problem in SAS\C Double |
mrinalsolanki
Replies: 1
Views: 1494
|
Forum: Application Programming Posted: Mon Dec 01, 2008 7:31 am Subject: Problem in SAS\C Double |
Hi All,
I m getting very weird problem and the description is as follows:
double a;
double b;
double b1;
double b2;
double c;
b=b1+b2;
c=a-b;
if(c < 0.00)
{
do som ... |
Topic: Search with AND |
mrinalsolanki
Replies: 16
Views: 11508
|
Forum: Utilities Posted: Fri Sep 26, 2008 1:02 am Subject: Search with AND |
sqlcode,
I tried that but problem with that method is ,i didn't get desired results,
reason being that AND qualifier search both strings in a record but my problem is that both strings are in to d ... |
Topic: Search with AND |
mrinalsolanki
Replies: 16
Views: 11508
|
Forum: Utilities Posted: Wed Sep 24, 2008 12:20 am Subject: Search with AND |
Sqlcode,
By runnig JCL given by u, I got maxcc=8.Reason is as follows:
DD01 DSN=MY.ABC.DS OPENED AS PO,
R ... |
Topic: Search with AND |
mrinalsolanki
Replies: 16
Views: 11508
|
Forum: Utilities Posted: Fri Sep 19, 2008 12:14 am Subject: Search with AND |
Hi Dibakar,
Is not there any option by that i found only those modules where a particular combination of string1=1 and string5=5 can be searched.Here is more elaboration
I have this format in a ... |
Topic: Search with AND |
mrinalsolanki
Replies: 16
Views: 11508
|
Forum: Utilities Posted: Thu Sep 18, 2008 11:48 pm Subject: Search with AND |
Hi mf_user,
I got this error while running JCL .
CSV003I REQUESTED MODULE FILEAID NOT FOUNDThis error clearly explains that load for FILEAID is not present in any of the system library.
But ... |
Topic: Search with AND |
mrinalsolanki
Replies: 16
Views: 11508
|
Forum: Utilities Posted: Thu Sep 18, 2008 5:27 am Subject: Search with AND |
Hi All,
I have a req that i have to search two strings with specified values in approx 500 modules.Manually its very tedious task.
Please let me know if this can be done by any tool or JCL.
Onc ... |
Topic: DB2 Book |
mrinalsolanki
Replies: 4
Views: 1652
|
Forum: Database Posted: Thu Jan 17, 2008 11:55 pm Subject: DB2 Book |
Thanks for your suggestions |
Topic: DB2 Book |
mrinalsolanki
Replies: 4
Views: 1652
|
Forum: Database Posted: Thu Jan 17, 2008 7:34 am Subject: DB2 Book |
Hi All,
Is there any book of DB2 which is specific for COBOL programming? |
Topic: C to pl/I call |
mrinalsolanki
Replies: 2
Views: 1958
|
Forum: Application Programming Posted: Fri Nov 16, 2007 5:06 am Subject: C to pl/I call |
I am able to successfully LinkEdit the program with input file
FIRST (C)
LANGUAGE C,PLI
PROCESS CLINK
INCLUDE OBJECT(PRACTICE)
INCLUDE OB ... |
Topic: Cobol Version |
mrinalsolanki
Replies: 6
Views: 2309
|
Forum: Application Programming Posted: Thu Sep 13, 2007 8:19 am Subject: Cobol Version |
Thanks to all for your help. |
Topic: Cobol Version |
mrinalsolanki
Replies: 6
Views: 2309
|
Forum: Application Programming Posted: Thu Sep 13, 2007 4:00 am Subject: Cobol Version |
Thank you CICS Guy,
But then for what IBM is written in the message? |
Topic: Cobol Version |
mrinalsolanki
Replies: 6
Views: 2309
|
Forum: Application Programming Posted: Thu Sep 13, 2007 3:33 am Subject: Cobol Version |
I got this by compiling program.
PP 5648-A25 IBM COBOL for OS/390 and VM 2.1.0
so the compiler is IBM and version is PP 5648-A25.
please correct me if i am wrong. |
Topic: Cobol Version |
mrinalsolanki
Replies: 6
Views: 2309
|
Forum: Application Programming Posted: Thu Sep 13, 2007 2:51 am Subject: Cobol Version |
hi all,
Can somebody tell me how to find version of cobol?
I mean any IBM utility or JCL to do that. |
Topic: Error in loading VSAM |
mrinalsolanki
Replies: 15
Views: 15505
|
Forum: Data Management Posted: Thu Sep 13, 2007 2:43 am Subject: Error in loading VSAM |
At last i Achieved what i want and here is the JCL so that some beginner will not stuck on this basic thing.
//STEP01 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=* ... |
|