Author |
Message |
Topic: Get the Length of a variable String |
ravi.alpha
Replies: 7
Views: 4211
|
Forum: Application Programming Posted: Mon Aug 03, 2009 1:21 pm Subject: Get the Length of a variable String |
One more
COBOL program accesses two files:
1) Product pricing file, containing product's IDs that are expressed in
various currencies
2) Currency conversion rates
Program reads pricing ... |
Topic: Get Duplicate Rows based on key |
ravi.alpha
Replies: 2
Views: 1757
|
Forum: Database Posted: Mon Aug 03, 2009 1:19 pm Subject: Get Duplicate Rows based on key |
DB2 ACCOUNT table has three columns:
ACCT_NBR CHAR (08) |
Topic: Get the Length of a variable String |
ravi.alpha
Replies: 7
Views: 4211
|
Forum: Application Programming Posted: Mon Aug 03, 2009 1:18 pm Subject: Get the Length of a variable String |
Input file's records contain field ORG-DESCR, defined in COBOL program as PIC X(100). Data in this field is the name of the product's issuing company, i.e. "PINE RIDGE PLANTATION CM NTY DEV DIST ... |
Topic: Best pratices in Cobol: Error Handling |
ravi.alpha
Replies: 6
Views: 6409
|
Forum: Application Programming Posted: Thu May 14, 2009 11:16 pm Subject: Best pratices in Cobol: Error Handling |
kolusu,
I work for a customer and I have started coding some application in Cobol,Db2 and CICS. I have been questioned by customer 'What secure coding standards you are using while coding mainframe ... |
Topic: Best pratices in Cobol: Error Handling |
ravi.alpha
Replies: 6
Views: 6409
|
Forum: Application Programming Posted: Thu May 14, 2009 10:28 pm Subject: Best pratices in Cobol: Error Handling |
Thanks Kolusu, the above information helped.
I have also posted a request related to Secure coding standards used in COBOL DB2 and CICS application.
1. I am creating a document which points out ... |
Topic: Best pratices in Cobol: Error Handling |
ravi.alpha
Replies: 6
Views: 6409
|
Forum: Application Programming Posted: Thu May 14, 2009 6:26 am Subject: Best pratices in Cobol: Error Handling |
I am sorry for miss directing.
I mean it is an interview for a mainframe developer Job. |
Topic: Best pratices in Cobol: Error Handling |
ravi.alpha
Replies: 6
Views: 6409
|
Forum: Application Programming Posted: Thu May 14, 2009 3:52 am Subject: Best pratices in Cobol: Error Handling |
This is one of the questions popped up in one of the interview with client
Best practices in Cobol: Error Handling
Pls share your thoughts. |
Topic: Secure coding |
ravi.alpha
Replies: 8
Views: 8370
|
Forum: Application Programming Posted: Thu May 14, 2009 12:32 am Subject: Secure coding |
Even if some one is having COBOL coding standards or Best practice suggestion pls shares it. |
Topic: Secure coding |
ravi.alpha
Replies: 8
Views: 8370
|
Forum: Application Programming Posted: Thu May 14, 2009 12:23 am Subject: Secure coding |
Thanks Ron B.
The points really help me to kick start my thinking. If you have some more similar kind of thoughts pls share it. |
Topic: Secure coding |
ravi.alpha
Replies: 8
Views: 8370
|
Forum: Application Programming Posted: Mon May 11, 2009 11:07 pm Subject: Secure coding |
Let me put the whole senario.
If you check out https://www.securecoding.cert.org you will find out secure coding standard for C and Java. Smilarly I need to find secure coding standard for COBOL an ... |
Topic: Secure coding |
ravi.alpha
Replies: 8
Views: 8370
|
Forum: Application Programming Posted: Sun May 10, 2009 11:21 pm Subject: Secure coding |
I am coding set of program in COBOL with CICS and DB2 for online and COBOL, DB2 and JCL for batch process.
I want to make my code 100% secure. To do this I need to follow all the possible to secure ... |
Topic: Using ',' instead of ':' for Host variables in DB2 |
ravi.alpha
Replies: 4
Views: 3175
|
Forum: Database Posted: Mon Apr 13, 2009 11:16 pm Subject: Using ',' instead of ':' for Host variables in DB2 |
This is a production code which is running without any problems from many years.
I have just changed column names other than that SQL is just as I have mentioned.
I am wondering how it is workin ... |
Topic: String Handling in COBOL |
ravi.alpha
Replies: 6
Views: 3164
|
Forum: Application Programming Posted: Mon Apr 13, 2009 4:34 am Subject: String Handling in COBOL |
Thanks Dick Brenholtz.
After all the try... I have decided to move on to REXX. |
Topic: Using ',' instead of ':' for Host variables in DB2 |
ravi.alpha
Replies: 4
Views: 3175
|
Forum: Database Posted: Mon Apr 13, 2009 4:22 am Subject: Using ',' instead of ':' for Host variables in DB2 |
Hi,
We use DB2 V7. I have observed a different way of using SQLs
The SQL is
Select Emp_ID,Dep_ID,Emp_Name,Dep_Name into
:WS-Emp-ID
,WS-Dep-ID
,Emp_Name
,Dep_Name
From Table1 where Emp_ ... |
Topic: String Handling in COBOL |
ravi.alpha
Replies: 6
Views: 3164
|
Forum: Application Programming Posted: Mon Apr 06, 2009 11:50 pm Subject: String Handling in COBOL |
ripping thru TABLE DECLAREs - searchfor NULL
x all the NOT NULL
use the IDX parm on the search to have the copybook/or module name on everyline
that will give you a list of TABLES
search the DBRMs ... |
|