How to create a user defined (general) data area?
how many files can be defined in f specs?
Can anyone answer me when we will go for LF without key fields
Service Program : S1 Modules in S1 : M1 M1 having two procedures : ADD, SUB Current Binder Language STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP Doubt: I need to add one new Module to the Service Program M2 having one procedure ‘MULT’ How to add this new module to the service program S1 ? If I need to recreate the service program again, Do I need to mention the Module M1 again while recreating along with new Module M2? There is no Binding Directory. Binder language structure will be like this STRPGMEXP PGMLVL(*CURRENT) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") EXPORT SYMBOL("MULT") ENDPGMEXP STRPGMEXP PGMLVL(*PREVIOUS) EXPORT SYMBOL("ADD") EXPORT SYMBOL("SUB") ENDPGMEXP
What is access path in as400?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
What is program status data structure(psds) in as400?
WHAT is STORED PROCEDURE CONCEPT IN AS400 WITH EXAMPLE?
When would the ALL keyword be used?
how can I predict the performance of my cgis?
I am a fresher. I got project on AS 400. Can any body suggest the best book for learning of it.
which are the member types which seu supports?
what is procedure prototype and procedure interface.