which of the cl command can be used to determine which logical files are dependent on a specific file?
how can a cgi check whether an ifs object is available?
What is the maximum number of subfiles that can be specified in a display file?
how many printer files can be defined in f specs ?
What is the as400 called now?
To Add A File To The 'file Selection' Option Of A Query, The Function Key To Be Pressed Is?
what is the function of cpysplf command?
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 are different record spacing keywords in rlu ?
what is the command used to invoke rlu ?
what are indicators?
what is the version of os/400 that we have?
WHAT IS AS/400 SYNORIO?
when should I use method get, and when should I use method post in my cgis?
what is the difference between packed decimal and zoned decimal?