linking an ALC program to a Relational Database Program?

HLASM for MVS. PL/I for MVS & Enterprise PL/I for z/OS.
Post Reply
User avatar
dot1q3
Registered Member
Posts: 10
Joined: Tue Feb 09, 2021 10:36 pm

linking an ALC program to a Relational Database Program?

Post by dot1q3 »

can anyone help me with some online resources on performing linking an ALC program to a Relational Database Program?
User avatar
Anuj Dhawan
Founder
Posts: 2802
Joined: Sun Apr 21, 2013 7:40 pm
Location: Mumbai, India
Contact:
India

Re: linking an ALC program to a Relational Database Program?

Post by Anuj Dhawan »

Hi,

IBM supplies some of the sample program itself. You can find a sample assembler program (DSN8CA) and a sample COBOL program (DSN8CC) that use the CAF in library prefix.SDSNSAMP. A PL/I application (DSN8SPM) calls DSN8CA, and a COBOL application (DSN8SCM) calls DSN8CC. This link has further readind:

https://www.ibm.com/support/knowledgece ... kecaf.html

There is another: https://www.ibm.com/support/knowledgece ... mbler.html

Hope this helps.
Thanks,
Anuj

Disclaimer: My comments on this website are my own and do not represent the opinions or suggestions of any other person or business entity, in any way.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “Assembler & PL/I.”