Cobol Program Template

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rupeshg
Premium Member
Premium Member
Posts: 60
Joined: Thu Dec 22, 2005 6:02 am
Location: United Kingdom

Cobol Program Template

Post by rupeshg »

Hi Everyone,

I am currently working on DataStage MVS version. I designed a job and generated code for the same.

I could see that to generate JCL (Compile and Run) we have got JCL Templates, but the mystery is how is the cobol code generated? From which template? Does DS really use any template?

Since this code is generated at the client end, I was curious to know which file (could be encrypted) does it uses but could not find any.

Could somebody tell me how exactly all this works? Any clues?

Regards,
Rupesh
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

JCL templates exist so that you can customize the JCL for your particular installation.

COBOL source generation is a method of each stage type and is not negotiable/customizable. After all, what would you change? Generic function calls are made to ARDRTLIB (from memory), and the JCL can specify where that is.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply