what are different record spacing keywords in rlu ?
What the difference between Source Physical File and Physical File?
An rpg program is processing an openquery file.The file is declared in update mode in F spec.Can we update this file? Please explain?
what is the maximum number of files allowed in rpg?
how many printer files can be defined in f specs ?
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
How to inner join more than 2 PFs in a CL program using OPNQRYF command?
Hi i have one question In my srvpgm one module ADDM is there now i want to add new module i.e SUBM , please answer me IN STEPS how to write bndlanguage and how it was attach to SRVPGM
what does the ovrdbf command do?
what is logical file?
Q.Suppose one job is running in a batch mode for a long time now i want to kill this batch job. how you achive this?
is it possible, in the same cgi, to run more than one gethtml or gethtmlifs?
what is the use of unique keyword and what level it is defined?