how to define global parameter in ile ?
No Answer is Posted For this Question
Be the First to Post Answer
How to inner join more than 2 PFs in a CL program using OPNQRYF 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
CAN WE INSERT FIELD IN PHYSICAL FILE BY USING OPNQRYF?
. How to know why the OPM job is in MSGWAIT state?..WHAT COULD BE THE REASON FOR it?
Suppose we have field reference file we were any changes that corresponding Physical file then what will Happen in field reference file??
How can I automate sftp commands(ls & get) in CL program.. If I want to write two scripts one for each command... can u plz tell where the script should be written? & what will be the content of each scripts?
what are the different types of data areas?
pf named karthik 3members jan feb mar cmd must executed create mbr ar ap
what does the ovrdbf command do?
we have 2 PF files with same name, how to copy data's from one file to another through RPG program logic?
What is the maximum number of times Multiple Occurrences DS can occur in a program?
A join logical file has how many record formats?