75 pts.
 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

Software/Hardware used:
ASKED: February 20, 2009  7:08 PM
UPDATED: February 20, 2009  9:49 PM

Answer Wiki:
ohhhhhhhhhhhhhh you get me so confused (and I love it!) I thought that you had a problem with DSPOBJD but no it's chgvar You can not put three strings into one field. wrong: chgvar &objtype values('*file' '*pgm' '*cmd') either one string like this chgvar &objtype values('*file *pgm *cmd') or chgvar &objtype values('*file' *bcat '*pgm' *bcat '*cmd') *bcat is concatenate with a blank. Phil
Last Wiki Answer Submitted:  February 20, 2009  9:49 pm  by  philpl1jb   44,630 pts.
All Answer Wiki Contributors:  philpl1jb   44,630 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _