Email Alerts
-
Convert a date from MMDDYY to YYMMDD -- revisited
Learn how RPG allows redefinition of data within accessible data structures. Tip
-
Using RPG IV: Where does the 01-01-0001 default date come from?
You're working on an RPG IV program when you notice the date of 01-01-0001. How did that get there when you didn't enter anything? The answer lies in the requirements of DB2. Tip
-
View the description of an active user
View the description of an active user on the system instead of just seeing his or her profile. Tip
-
Spooky update statements and %NULLIND()
Update statement not showing up in the journal? Here's a workaround. Tip
-
Keeping spool files open
Here's a simple way to free up the spool file for printing. Tip
-
Take control of your job logs
A job log is invaluable in determining the cause of a problem when a job ends abnormally. If not properly managed, though, job logs can eat up huge amounts of system storage. Tip
-
Delete old spool files
Delete spool files from each outq -- based on number of days old they are. Tip
-
Display user space
Display the contents of a user space without using the API, QUSRTVUS. Tip
-
Find the maximum record count using SQL
Retrieve the maximum count of the record using SQL. Tip
-
Copy spool files to a PC text file
Search400.com member Praveshree Mahabeer suggests an alternative method for copying spool files to a PC text file. Tip