In the command line just type CRTLIB then press F4 key. Your screen should look like this:
We just need to supply the following parameters: Library (LIB), Library Type (TYPE) and Text Description (TEXT).
a) LIB, input the desired library name.
b) TYPE, input *TEST, since this is just a test library.
c) TEXT, input the description of your library.
See sample inputted parameter values:
After you are done setting up the parameters just press ENTER key. You now have created your first library.
You can also create the library using this command (w/o prompt screen):
CRTLIB LIB(MYLIBRARY) TYPE(*TEST) TEXT('My First Library')
You can check if the library was successfully created by using WRKOBJ command.
WRKOBJ OBJ(MyLibrary)
You Might Also Want To Visit The Following Tutorial Posts:
AS/400 For Dummies
AS/400 Tutorial
SQL/400 Tutorial
Query/400 Tutorial
No comments:
Post a Comment