Calling COBOL program from PL/I - Performance...
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Application Programming

#1: Calling COBOL program from PL/I - Performance... Author: vattikonda PostPosted: Wed Aug 13, 2003 11:48 am
    —
I am calling a COBOL program from PL/I, which is causing great deal of performace issue. The environment we have is PL/I Ver 2 Release 3 and VS COBOL II (We don't have LE)... Please advise, if there is a better way to enhance the performance.

The new COBOL program being called is intended to do numeric check. If anyone can suggest a better option within PL/I to do it, that would be great as well. We are considering creating the program in Assembler now (for numeric check routine).

Thanks,
Giri

#2:  Author: MervynLocation: Hove, England PostPosted: Wed Aug 13, 2003 2:17 pm
    —
Code:

IF VERIFY(YOUR_VARIABLE,'0123456789') > 0 THEN
   CALL YOUR_NON_NUMERIC_CODE;
ELSE
   do whatever you want - the variable is numeric;




MVSFORUMS.com -> Application Programming


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group