19
Fri, Apr
5 New Articles

TechTip: V5R3 System Values

IBM i (OS/400, i5/OS)
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times


As I'm sure you're well aware, OS/400 and i5/OS use system values to store configuration information for your iSeries/i5. These system values are used in much the same way a Windows PC uses the registry. In V5R3, IBM has added new system values and changed a few existing system values. In this TechTip, I'll explain how these changes will impact you.

New System Values

V5R3 includes 10 new system values to allow you greater control over things like auditing level and job threads as well as new system values for configuring system time on the iSeries. The table below contains a list of the new system values in V5R3.

New System Values in V5R3
System Value
Category
Value Type/
Length
Description
QTIMADJ
Date/Time
*CHAR 30
Identifies the software to use to adjust the system clock to keep it synchronized with an external time source
QTIMZON
Date/Time
*CHAR 10
Specifies the time zone to be used for this system
QDATETIME
Date/Time
*CHAR 20
Contains the combined values of QDATE and QTIME system values in a single system value
QAUDLVL2
Auditing
*CHAR 160
Used to define actions to audit in addition to those defined on the QAUDLVL system value
QENDJOBLMT
Jobs
*DEC 5,0
Defines the amount of time for application cleanup during the immediate ending of a job
QSAVACCPTH
Save and Restore
*CHAR 1
Defines a default value identifying whether not logical access paths are saved
QSCANFS
Security
*CHAR
Defines whether objects in the root (/), QOpenSys, and user-defined file systems should be scanned by exit programs registered with any of the Integrated File System (IFS) scan-related exit points
QSCANFSCTL
Security
*CHAR 200
Defines scan control options
QTHDRSCAFN
Performance
*CHAR 20
Defines whether secondary threads will have affinity to the same group of processors and memory as the initial thread
QTHDRSCADJ
Performance
*CHAR 1
Defines whether the system should make dynamic adjustments to the affinity of threads currently running on the system

You'll notice that several of these new system values are date- and time-related. The QTIMADJ and QTIMZON system values both affect the way the iSeries clock is adjusted when time synchronization is used. The QTIMADJ system value identifies the software used to adjust the system clock to keep it in synch with a time server. This value is strictly informational and is not enforced in any way by the operating system, but it prevents software conflicts. The QTIMZON system value identifies the time zone for purposes of adjusting a synchronized time based on the time zone of your iSeries. The value for this system value is generally set using the WRKTIMZON command by placing an '8' (Update system value) next to the desired time zone description. The QDATETIME system value returns the combined values of the QDATE and QTIME system values in a single field.

The QAUDLVL2 system value (part of the AUDITING group of system values) identifies the level of action auditing in addition to those defined on the QAUDLVL system value.

The QENDJOBLMT system value identifies the amount of time (in seconds) allowed to pass for application cleanup when an application using signal handling procedures has been ended *IMMED.

The QSAVACCPTH system value defines a value to be used when ACCPTH(*SYSVAL) is specified on any of the save commands (SAVLIB, SAVOBJ, SAVCHGOBJ, etc.). A value of 1 defines that the logical access path data should be saved. This will increase the time and amount of storage space required to perform a save, but it will decrease restore time because access paths will not have to be rebuilt.

The QSCANFS system value defines whether or not exit programs registered with any of the user-defined exit points should scan the root file system, the QOpenSys file system, or any user-defined file systems. Along with this system value, the QSCANFSCTL system value defines whether default scan control options are used with the QSCANFS system value or if specified options should be used instead.

The QTHDRSCAFN system value identifies whether secondary threads should have affinity to the same resources as their parent (or initial) thread. The value *GROUP identifies that secondary threads should be grouped with the initial thread. *NOGROUP indicates that the secondary threads do not need to be grouped, for resource purposes, with their initial thread. QTHDRSADJ specifies whether or not automatic adjustments should be made to the affinity of threads currently running in the system. The default value is set to 1 (Dynamic Adjustment). You can lock the location of all threads and disable this automatic adjustment by setting the QTHDRSCADJ system value to 0 (No adjustment).

Changed System Values

As I mentioned earlier, in addition to the new system values, five system values have been changed.

The QPWRDWNLMT defines the amount of time in seconds allowed to pass for normal system shutdown when a shutdown *IMMED has been requested. The default value has been changed for this system value to 900 to work in turn with the new QENDJOBLMT system value. The value of QPWRDWNLMT should always be greater than the value of QENDJOBLMT.

The QUTCOFFSET system value defines the offset in hours and minutes from the coordinated universal time, or UTC. In V5R3, this system value is no longer editable because it is set based on the time zone definition supplied on the new QTIMZON system value.

The QTIME system value contains the current system time. This system value has been changed to prevent the user from changing the system time to the hour that daylight savings time affects. This means that once the system clock adjusts the time for daylight savings time, you cannot adjust the clock to fall between the hour the time was changed from and the hour it was changed to.

The QIPLDATTIM system value allows you to define a date and time to schedule a system IPL. This system value has also been changed to prevent the user from setting the IPL time to fall in the hour during which daylight savings time would be adjusted. In this circumstance, the scheduled IPL would never occur.

The system value QPRCMLTTSK controls system processor multi-tasking. A value of 0 identifies that the processor should perform a single task at a time. A value of 1 defines that the processor should be allowed to perform multiple tasks. A new value of 2 has been added to identify that the system should control whether or not multi-tasking is on.

Mike Faust is an application programmer for Fidelity Integrated Financial Solutions in Maitland, Florida. Mike is also the author of the books The iSeries and AS/400 Programmer's Guide to Cool Things and Active Server Pages Primer and SQL Built-in Functions and Stored Procedures. You can contact Mike at This email address is being protected from spambots. You need JavaScript enabled to view it..

Mike Faust

Mike Faust is a senior consultant/analyst for Retail Technologies Corporation in Orlando, Florida. Mike is also the author of the books Active Server Pages Primer, The iSeries and AS/400 Programmer's Guide to Cool Things, JavaScript for the Business Developer, and SQL Built-in Functions and Stored Procedures. You can contact Mike at This email address is being protected from spambots. You need JavaScript enabled to view it..


MC Press books written by Mike Faust available now on the MC Press Bookstore.

Active Server Pages Primer Active Server Pages Primer
Learn how to make the most of ASP while creating a fully functional ASP "shopping cart" application.
List Price $79.00

Now On Sale

JavaScript for the Business Developer JavaScript for the Business Developer
Learn how JavaScript can help you create dynamic business applications with Web browser interfaces.
List Price $44.95

Now On Sale

SQL Built-in Functions and Stored Procedures SQL Built-in Functions and Stored Procedures
Unleash the full power of SQL with these highly useful tools.
List Price $49.95

Now On Sale

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: