Application Development and Automation 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: 
Read only

How to pass a value and call SE38 program using SUBMIT statement

Former Member
0 Likes
704

Hello Friends

I am trying to write a batch program in SE38, that calls other SE38 Programs.

I don't want to use Parameter command to see the value on screen.

All I want is to send a range of date (ToDate & FromDate) and generate different reports satisfying this date range condition.

Can some one please help me with this. I would really appreciate it.

I have tried the command SUBMIT with options of filling the input fields of the subsequent programs but I don't want to do this.

I want all the sub programs to be called one after another and the reports generated using the date varialbles I send from the main program.

I don't want to use se37 functions because of the client's request.

Any help will be highly appreciated.

Tks

Ram

2 REPLIES 2
Read only

Former Member
0 Likes
504

SUBMIT IS THE WAY TO DO IT.

sorry for writing in CAPs but can you please explain why wont you use submit?

Read only

Former Member
0 Likes
504

Yes I am using SUBMIT command but I was not using the right options with the SUBMIT command and once I used the right options, it worked.

Tks

Ram