Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to add default commented lines at the top when creating a new program?

dsubhash567
Explorer
0 Kudos

Hello Everyone,

I need to add commented out lines such as Requester of the program, developer, modification log and guidelines to be followed through out the program(while defining global variables and local variables) when a developer is creating a new program. How can I achieve this?

Appreciate your help!

Thanks,

Subhash.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Subhash,

You have to create a user exit and write the code.I have searched and found a link which will be helpful for you.

Check this.

Regards,

Kannan

3 REPLIES 3

Former Member
0 Kudos

Hi Subhash,

You can make use of the Create Pattern option available.

Try like this

Create your desired pattern like your header details and change log details and call the pattern via Pattern-->other pattern option

Hope it helps.

Regards,

Kannan

0 Kudos

Hi Kannan,

Thank you for sharing  your knowledge, in my previous client they loaded automatically when a new program is created. I guess there is a way to do that.

Regards,

Subhash.

Former Member
0 Kudos

Hi Subhash,

You have to create a user exit and write the code.I have searched and found a link which will be helpful for you.

Check this.

Regards,

Kannan