PURGE termid
termid-The four-character terminal ID. You must type this value exactly as generated by the AUTOINSTALL routine since term-ID is case sensitive.
When the session is purged, the following message displays:
Terminal 'termid' purge complete
If the value supplied for termid is not a defined terminal ID, the following message displays:
Terminal 'termid' not found
Check to be sure you entered the terminal ID in the correct case, exactly as the AUTOINSTALL routine generated it.
When you run applications in a VSE environment, having enough space is critical. CA Ideal under VSE is no exception.
Try some of the following suggestions if you encounter space issues:
If you allow both on-line and batch compiles, the compiler modules are also a good choice. Moving those modules can save you GETVIS and free up DSA in CICS if the space in SVA is available.
To determine which CA Ideal modules are used for compiles, compile a program using the CA Ideal Trace facility:
@I$TRACE TRACE ON LOCAL COMPILE pgmname @I$TRACE PRINT FUNC VPE STATISTICS
One way to do this is to eliminate old and unused ROSFD entries for your VLS libraries. Another thing to look at is your ROSFD entries for sequential files. The blocksize parameter on those entries represents a maximum blocksize. The macro is expanded to include the space needed for that blocksize. For example, if you change the blocksize parameter on the ISLTAPE1 ROSFD entry from 4 KB to 10 KB, the size of @IIDSYSF increases by 6 KB. If you know that the largest blocksize you ever need is 4 KB, you have 6 KB of wasted space.
For batch, make sure that your SIZE= parameter is correct for the type of function you are trying to perform. If you are trying to compile a program and you are getting insufficient GETVIS messages, check if you are producing a cross-reference. If you really do not need one, SET COM XREF=NO. This frees up more GETVIS for the compile.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|