Sunday, October 24, 2010

Best Matress For Scholiosis

Change daylight savings

Like every year the weekend is change time to winter time (GMT -01:00)

AS400 for our systems and not mislead make the time change automatically review article published last year:

Friday, October 22, 2010

Mens Brazilian Wax Orange County

Bombay who delete a spool file

Algunas veces todos hemos tenido la necesidad de averiguar que usuario ha eliminado un archivo de spool de un trabajo. Esto lo podremos hacer si tenemos activada la auditoria del sistema (valor QAUDCTL) que debe contener *AUDLVL. TambiĆ©n debe estar especificado *SPLFDTA, en  el  valor de sistema QAUDLVL (ver Nota2 ) .

Una vez comprobado, y activado, lo anterior, ya podemos recuperar las entradas del diario de auditoria que se correspondan con las operaciones en el spool.
Para ello lo mas recomendable DSPJRN mandate is to submit (it usually takes quite a bit) indicating day / start time and date / time order, the time range where we want to investigate the disappearance of the spool, indicating that only want to dump the journal entries T-SF :
SBMJOB CMD (DSPJRN JRN (QAUDJRN) RCVRNG (* CURCHAIN) Fromtime ( ddmmyy hhmmss) Totime ( ddmmyy hhmmss) JRNCDE ((T)) ENTTYP (SF) OUTPUT (* OUTFILE) OUTFILFMT ( Type5 *) OUTFILE ( MyTmpLib / TmpDspJrn ) ENTDTALEN ( * CALC)) JOB (DSPJRN)

DSPJRN work will generate a file with related entries in the example MyTmpLib / TmpDspJrn . Now we can run a query, for example SQL, indicating the spool file name and the name of work where the spool is gone, in the example " QSYSPRT " and " MyJob " SELECT
* FROM MyTmpLib / TmpDspJrn JOESD WHERE LIKE 'D %' AND JOESD LIKE '% QSYSPRT %' AND JOESD LIKE '% MyJob %'

And "voila", in JOB column USER NAME and NAME, and have the user who deleted the spool file and the time from that program if QCMD indicates that was deleted from the command line, or some menu option. When we remove a spool, the field begins with the character JOESD D .
Note1: The OUTFILFMT (* Type5) applies to version V5R2 or higher. For earlier versions can use the * type4, but then we can not specify the job name (MyJob), which may appear more entries corresponding to spool file deletions, but in several papers. If you do not have much might not be a problem, but if there are many, be difficult to discern which is what we seek, although there are other values \u200b\u200bthat we can help, such as the output queue that also appears in the JOESD.

Note2: To enable security entry system read Configure system security. To learn more about the audit system Help400 published some years ago, a utility that can do well to better understand how it works.

Wednesday, October 6, 2010

How To Remove Tangled Hair In Office Chair Wheel

Lost

The mandate WRKSYSSTS shows a status screen system.
One of the values \u200b\u200bwe need to take into account in systems with many jobs, is " Jobs in system" that tells us how JobID is the system, this includes any work that is in queue work in an active state or output queue.

There is a value system that tells us what is the maximum number of jobs in the system: DSPSYSVAL SYSVAL (QMAXJOB)

The system uses tables to control jobs that are in the system , each of which can contain 16352 entries, the JobId of the work, which are in the system.

DSPJOBTBL Mandated can view the status of these tables.

active is important to clean the system (see entry automatically clean messages, joblogs, dumps, ... ) to avoid getting to meet and work tables have an abnormal system shutdown.