Page 1 of 1

PSB for Cobol PL1 IMSDB.

PostPosted: Tue Mar 26, 2019 7:54 pm
by gokulNmf
Hi All,
I am planning to reuse a PL1 program which is a PL1-IMSDB/DC online transaction, which displays business information on screen. I need large part of this information for another requirement, where I am planning to write that program in Cobol. I thought of calling this PL1 program from the New Cobol -IMS online module. Since the existing PL1 uses IMS DB, PSB were created for this transaction with LANG =PL/1.
PSBGEN LANG=PL/I,PSBNAME=XXXXXXXX


Now is it possible to clone the existing PSB to the new name with LANG= COBOl and call the existing PL1 program from new Cobol program?