Hi tliotta,
Thanks for responce.
I am writting a cobol/400 program. TypeCBLLE.(OS/400-V5R3)
The program will be invoked from GUI screen developed using EGL technolgy. The call will be storeprocedue call; which has my COBOL/400 pgm as external object linked to store procedure.
All incomming parameters will be sent in Char format which my cobol/400 willl redefine as per requirements.
Basic issue is
1.Parameter which is passedTO COBOL/400 is in form of array (Dim 15). theses are 15 records in single parameter
2.It needs to be recevied as ARRAY.
I am not sure how to go about it , if any sample code is given it will be most helpfull.
Main Topics
Browse All Topics





by: tliottaPosted on 2009-10-26 at 11:22:54ID: 25665133
Andy400:
Of course it's possible. How it's done will depend on a little more info from you.
RPG passing to COBOL? COBOL/400 or ILE COBOL? (RPG/400 or ILE RPG?) COBOL program receiving the parm or COBOL module/procedure? And it shouldn't make a difference, but OS version/release?
Tom