On 24 Feb 2015 02:49:50 -0800, in bit.listserv.ibm-main you wrote:

>Hello
>
>Our customer has been trialling Enterprise PL/1 4.4, with the intention of 
>upgrading from their current compiler, PL/1 for MVS&VM.
>They have issues with performance, particularly with CICS programs, where the 
>CPU time of a transaction is 3 times what it was with PL/1 for MVS&VM.
>We have a PMR open with IBM, who suggested the NORENT option, which did reduce 
>the CPU to just double the old value.
>IBM are suggesting experimenting with these options, below. Does anybody have 
>any experience of these and which can have most impact?
>
>ARCH
>BIFPREC(31)
>DEFAULT(NONASGN)
>DEFAULT(CONNECTED)
>DEFAULT(REORDER)
>DEFAULT(NOOVERLAP)
>OPTIMIZE(2)/OPTIMIZE(3)
>REDUCE
>NORENT
>RULES(NOLAXCTL) . . .

I have read the thread as of 3 PM Atlantic (not Eastern Standard) Time
on Feb. 24, 2015 and would recommend as a first step to check your
compile options for the MVS and VM compiler to see which ones differ.
This may be difficult in some cases because the option may be
specified differently.  I also would be surprised that NORENT is a
good idea in CICS.  I know that one of the main advantages of the
changes in COBOL starting with VS COBOL V1.4 was the ability to have
REENTRANT modules in CICS.  Check your CICS compile proc against any
that are recommended by IBM.  Definitely have someone who understands
the options used for both compilers review for differences.  I suspect
that the ARCH level is not the problem because the MVS and VM compiler
probably generates code that is pre ARCH(6).  Using a higher ARCH
level if feasible in the destination environment is good but not
relevant to the problem here.  Also check any of the CICS precompile
and execution time options for differences.

Clark Morris 
>
>Regards and thanks
>Paul
>
>
>
>Atos, Atos Consulting, Worldline and Canopy The Open Cloud Company are trading 
>names used by the Atos group. The following trading entities are registered in 
>England and Wales: Atos IT Services UK Limited (registered number 01245534), 
>Atos Consulting Limited (registered number 04312380), Atos Worldline UK 
>Limited (registered number 08514184) and Canopy The Open Cloud Company Limited 
>(registration number 08011902). The registered office for each is at 4 Triton 
>Square, Regent’s Place, London, NW1 3HG.The VAT No. for each is: GB232327983.
>
>This e-mail and the documents attached are confidential and intended solely 
>for the addressee, and may contain confidential or privileged information. If 
>you receive this e-mail in error, you are not authorised to copy, disclose, 
>use or retain it. Please notify the sender immediately and delete this email 
>from your systems. As emails may be intercepted, amended or lost, they are not 
>secure. Atos therefore can accept no liability for any errors or their 
>content. Although Atos endeavours to maintain a virus-free network, we do not 
>warrant that this transmission is virus-free and can accept no liability for 
>any damages resulting from any virus transmitted. The risks are deemed to be 
>accepted by everyone who communicates with Atos by email.
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to