What is keyword PFILE specifies ?
Answer / satyanarayan singh
PFILE is used define the Physical file being referenced.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can send report to user through cl program in as400
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
What is logical file in as400? What are the types of logical file?
What is the maximum length of a variable name in CL?
define the rcvf command?
Define each of the following operation codes a, b, c, d, e
What is the function of DSPATR (display attributes) keyword?
What is SDA used for?
when do you use f-spec. Continuation line ?
How to increase 3 days from my current date in RPG Program?
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 the different ways to input data into data area?