Difference Between Call & Sbmjob?
No Answer is Posted For this Question
Be the First to Post Answer
Feedback about ELI Faridabad.
Difference Between Call & Sbmjob?
can you specify a display file to be used in the following modes input,output, or combined modes ?
difference between view and index ?
what is a non-join logical file?
what is the purpose of dynslt keyword?
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
any one have give AS400 study material? pls pass it to gopalsai789@gmail.com
pf named karthik 3members jan feb mar cmd must executed create mbr ar ap
What are the types of data structure in as400?
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM Can u plz tell me what the above code do exactly?
What is field reference file?