Page 1 of 1

How to xpedite inline procedures

PostPosted: Thu Dec 18, 2008 10:27 am
by deepa
hi all,
i was trying to xpedite
SORT SORT-FILE ON ASCENDING KEY SORT-COMPANY-CODE
                                SORT-STAT-RB
                                SORT-TAX-RB
    INPUT  PROCEDURE IS 2000-SORTIN-PROCEDURE
    OUTPUT PROCEDURE IS 2100-REPORT-OUT-PROCEDURE.
ACCEPT TIME-DISPLAY FROM TIME.

this set of lines. but control is not going inside input output procedures.
it is directly coming to accept stmt. but when i ran my module through JCL i was getting correct output..
could any one tell me how to xpedite this code and what all necessary setting i need to do?

Re: How to xpedite inline procedures

PostPosted: Thu Dec 18, 2008 10:43 am
by dick scherrer
Hello and welcome to the forum,

What is in the code before the SORT or is this the first exdecutable statement in the procedure division?

Please post the first part of the procedure division as well as a bit of the sections of the input/output procedures.

What informatonal messages have been written in the jes queued output?