how do you turn off indicators 50 through 59 in only one operation
you can use below opcode for this
Movea '0000000000' *in(50)
| Is This Answer Correct ? | 5 Yes | 1 No |
is their a difference in cobol400 for the release 5.2 and 6.1 at the as400.
what are activation group and what are its types.?
how can u check no of records in a file?
what are dds required for subfile?
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 valid user defined data area types?
is it possible to create a join logical file using two join logical files ? give exact reason for your answer
What is Folder?
How are the objects stored on AS/400?
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 difference between regular logical file and join logical file?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?