Hi All,
I am checking object existance using following way in my existing CLLE program:
CHKOBJ OBJ(TEST123) OBJTYPE(*PGM)
If this object exist then I want to give a call to my new CLLE program which will set the authority on this object, but CHKOBJ will not return any message if object is exist then How I can do this?
I am checking object existance using following way in my existing CLLE program:
CHKOBJ OBJ(TEST123) OBJTYPE(*PGM)
If this object exist then I want to give a call to my new CLLE program which will set the authority on this object, but CHKOBJ will not return any message if object is exist then How I can do this?
Comment