How to xpedite inline procedures



Compuware's QA & Impact Analysis Tools: Xpediter/CICS , Xpediter/TSO, Xpediter/DB2, Xpediter/Xchange, Xpediter/IMS

How to xpedite inline procedures

Postby deepa » Thu Dec 18, 2008 10:27 am

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?
deepa
 
Posts: 1
Joined: Thu Dec 18, 2008 10:16 am
Has thanked: 0 time
Been thanked: 0 time

Re: How to xpedite inline procedures

Postby dick scherrer » Thu Dec 18, 2008 10:43 am

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?
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to Xpediter