Hello All,
 
I found that CPU time varies when I change the concatenation order of loadlibs 
in STEPLIB. For example, when I had CEE.SCREEN loadlib in the first; before 
application programs loadlib, the CPU took only 0.6 seconds but when I had 
application loadlib in the first; before CEE.SCREEN, the CPU took 1.2 seconds.
 
Run 1 - In this case CPU took only 0.6 seconds to execute the job
-----
//STEPLIB  DD DSN=CEE.SCREEN,DISP=SHR
//             DD  DSN=S1222.SYS.LOADLIB,DISP=SHR
 
 
Run 2 - In this case CPU took 1.2 seconds to execute the job
-----
//STEPLIB  DD DSN=S1222.SYS.LOADLIB,DISP=SHR
//             DD  DSN=CEE.SCREEN,DISP=SHR
 
Does anyone know why there is a difference in CPU time when I change the 
concatenation order of loadlibs in STEPLIB? 
 
Thanks,
Raja.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to