| 
    
Good morning, Nel.
I've written out a simple example as follows:
CBLLE program:
--------------
Linkage Section.
01 a pic x.
01 b pic 9(3) comp-3.
Procedure Division using a b.
CLP:
---------
DCL        VAR(&A) TYPE(*CHAR) LEN(10)
DCL        VAR(&B) TYPE(*DEC) LEN(3 0)
CHGVAR     VAR(&A) VALUE('P')
CHGVAR     VAR(&B) VALUE(57)
CALL       PGM(CBLLE) PARM(&A &B)
Sincerely
Domenico Finucci
Fiditalia , Milano, 02- 4301-2494
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.