I have created a dummy library on the as400 system and I want to delete it. Please help me delete the library as I am not sure about it. Please someone explain how I can delete a library in the AS400 system. Also, how can I automate this process in a CL or RPG program? What are the checks required in deleting a library on the AS400 system?
To delete a library in as400 follow the below steps:
CHGJOB INQMSGRPY(*DFT)
DLTLIB LIB(LibraryName) ASPDEV(aspdeviceName)