The file layout of "Security patch installation status information files" is shown as follows.
File format
The first line: Download date and time, Section name, Section code
The second line: Security patch name
1st column~3rd column: blank characters
4th column and on: security patch names displayed in Security patch installation status
The third line: Information
1st column : Section code
2nd column: PC name
3rd column: User ID
4th column and on: indicate security patch installation status with 0, 1 flags.
Details of what the flags indicate are shown as follows:
Flag | Security patch installation status |
---|---|
0 | Not install |
1 | Installed |
File output example
Up to 200 security patches can be displayed in the line for security patch names.
In case the number of security patches exceeds 200, they are displayed in groups of 200, shown as follows:
"01/01/2016 12:00:00","xxx Section","1000" "","","","Security patch 1","Security patch 2","Security patch 3","Security patch 4",...,"Security patch 100",..., "Security patch 150",...,"Security patch 200" "100","PC1","00001",0,1,1, ...,1 "100","PC2","00001",0,0,1, ...,0 : "110","PC3","00001",0,1,0, ...,1( <- Up to 200 entries can be displayed) "","","","Security patch 201","Security patch 202","Security patch 203","Security patch 204",...,"Security patch 300",..., "Security patch 350",...,"Security patch 400" "100","PC1","00001",0,1,0, ...,0 "100","PC2","00001",0,1,1, ...,1 "110","PC3","00001",0,0,1, ...,0 |