1
List of objects
Hi.. I got to create a pf which will have list of objects present in all the user libraries availabe. When i use DSPOBJD, the server gets struck. DSPOBJD works fine when a specified library is specified. But in order to get all the objects, is there anyother options?
Answer Question
| October 19, 2012 5:46 AM
DSPOBJD, object, Outfile, RPG, RPGLE
Hi.. I got to create a pf which will have list of objects present in all the user libraries availabe. When i use DSPOBJD, the server gets struck. DSPOBJD works fine when a specified library is specified. But in order to get all the objects, is there anyother options?
How to get the list of files in a library to a outfile
How to get the list of *file of attribute PF in a library in an outfile
Answer Question
| March 17, 2012 10:03 AM
DSPOBJD, MS
How to get the list of *file of attribute PF in a library in an outfile
Want to delete objects of type ‘File’ except ‘source physical file’
I have taken output of DSPOBJD in a database file. Now I want to delete all the objects having type ‘*FILE’ and object attribute ‘PF’ but the problem is I don’t want to delete ‘Source physical files’. I just want to delete files except ‘Source physical file’. can anybody suggest how to do that ?
Answer Question
| June 9, 2011 11:07 AM
AS/400 Database File, AS400 physical file, Database Files, DSPOBJD, Physical Files
I have taken output of DSPOBJD in a database file. Now I want to delete all the objects having type ‘*FILE’ and object attribute ‘PF’ but the problem is I don’t want to delete ‘Source physical files’. I just want to delete files except ‘Source physical file’. can anybody suggest how to do that ?
Source name and location for RPGLE
I want to find out the source name and location for all objects within a library – The source types are RPGLE and CLLE. Kindof like we use the DSPOBJD for RPG sources. Thanks.
Answer Question
| May 2, 2011 8:38 AM
CLLE, DSPOBJD, RPG Source, RPGLE, Source Code Analysis
I want to find out the source name and location for all objects within a library – The source types are RPGLE and CLLE. Kindof like we use the DSPOBJD for RPG sources. Thanks.
List objects owned by named user in iSeries
How can I list all objects on a system owned by named user. (I am trying to track where a certain user has made changes in the past (years ago..), and I want this to be part of the analysis. I would like to have a parameter ‘OWNER’ on the DSPOBJD command, but its not there. System [...]
Answer Question
| April 28, 2011 7:53 AM
DSPOBJD, IBM, Object authority, System i, V6R1
How can I list all objects on a system owned by named user. (I am trying to track where a certain user has made changes in the past (years ago..), and I want this to be part of the analysis. I would like to have a parameter ‘OWNER’ on the DSPOBJD command, but its not there. System [...]
Command to show daily save file verification
It there a command as with DSPOBJD QSAVSYS *DTAARA DETAIL(*FULL) to show the Daily save file details, IF I am out of line here I apologize,
Answer Question
| December 2, 2010 3:35 AM
AS/400 command functions, AS/400 commands, DSPOBJD
It there a command as with DSPOBJD QSAVSYS *DTAARA DETAIL(*FULL) to show the Daily save file details, IF I am out of line here I apologize,
Identifying objects mounted on a Windows drive on System i
How can I identify the objects that are in a mounted Windows drive from the IBM i? I want to do the equivalent of a dspobjd and send the object names to a file that I can then process.
Answer Question
| February 17, 2010 8:51 PM
AS/400, AS/400 objects, DSPOBJD, Windows partition
How can I identify the objects that are in a mounted Windows drive from the IBM i? I want to do the equivalent of a dspobjd and send the object names to a file that I can then process.
DSPOBJD – Storage Information
We have a production system and a DR system, we use MIMIX to keep the systems in sync. If I do a DSPOBJD on a Ile in both systems I get a Different value in the Storage Information : Size field. The number of records and everything are the same. Any Ideas ?
Answer Question
| November 28, 2009 6:04 PM
DSPOBJD, iSeries, iSeries Storage
We have a production system and a DR system, we use MIMIX to keep the systems in sync. If I do a DSPOBJD on a Ile in both systems I get a Different value in the Storage Information : Size field. The number of records and everything are the same. Any Ideas ?
What causes the last used date to be updated on a file?
I have a library that has a number of files with very recent last used dates. This library is left over from the original application install and is not used anywhere that I can find. The only mention of the library is on a dsppgmref listing for the base application programs, where the library is [...]
Answer Question
| May 29, 2009 5:36 PM
AS/400 database, AS/400 Library, DSPOBJD, iSeries database
I have a library that has a number of files with very recent last used dates. This library is left over from the original application install and is not used anywhere that I can find. The only mention of the library is on a dsppgmref listing for the base application programs, where the library is [...]
DSPOBJD command with many values in OBJTYPE
Is it possible to DSPOBJD command to do the following: chgvar &objtype values(‘*file’ ‘*pgm’ ‘*cmd’) dspobjd *all/*all objtype(&objtype) When i am doing this i am getting an error “OBJTYPE not valid values *PGM *FILE *CMD” Could you please help how can i bypass this issue as i want to pass many types in &objtype variable
Answer Question
| February 20, 2009 7:08 PM
DSPOBJD, OBJTYPE
Is it possible to DSPOBJD command to do the following: chgvar &objtype values(‘*file’ ‘*pgm’ ‘*cmd’) dspobjd *all/*all objtype(&objtype) When i am doing this i am getting an error “OBJTYPE not valid values *PGM *FILE *CMD” Could you please help how can i bypass this issue as i want to pass many types in &objtype variable
Finding newly created objects
I am trying to define a query to find any newly created objects ona daily basis. I have scheduled a job to run daily that creates a file to display all DSPOBJD which outputs into a physical file. I now want to query this file to find anything created on the previous day (the job [...]
Answer Question
| November 7, 2008 4:36 PM
AS/400 Query, DSPOBJD, Physical File
I am trying to define a query to find any newly created objects ona daily basis. I have scheduled a job to run daily that creates a file to display all DSPOBJD which outputs into a physical file. I now want to query this file to find anything created on the previous day (the job [...]
File pointer is being reset to the top in a CLP program
I am processing the *OUTFILE from a DSPOBJD command. Trying to create a logical file. When the CRTDUPOBJ fails the program loops to the RCVF command but the same record is being read again…WHY??
Answer Question
| September 26, 2008 4:44 PM
CLP, CRTDUPOBJ, DSPOBJD, File Pointer, RCVF
I am processing the *OUTFILE from a DSPOBJD command. Trying to create a logical file. When the CRTDUPOBJ fails the program loops to the RCVF command but the same record is being read again…WHY??
What is the best way to identify User modified IBM commands in QSYS
I am trying to identify any or all the commands in QSYS which have been modified / changed by Users. Ideally I only want the original version of IBM supplied commands in QSYS. I want to put the changed versions of IBM commands in a Separate LIbrary and put this Lib on the top of [...]
Answer Question
| August 19, 2008 4:00 PM
AS/400 upgrading, DSPOBJD, QSYS
I am trying to identify any or all the commands in QSYS which have been modified / changed by Users. Ideally I only want the original version of IBM supplied commands in QSYS. I want to put the changed versions of IBM commands in a Separate LIbrary and put this Lib on the top of [...]
1





