What is the purpose of the following
I UDS
I 1 60ORDER#
I 7 90LINE#
Answer / neha nimesh
The purpose is to define the variables in I-Spec and these are further used in C-spec. Where as ‘U’ indicates data area data structure? The above code is used to update the data area value through the program.The letter "U" indicates that the defined data structure is a data area data structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
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
Define the purpose of the following code (If you know, how would this be written in RPG ILE) HI LO EQ C *IN66 DOUEQ *OFF C KEY1 CHAIN FILEA 90 66 C 66 CALL PGM1 PRM C ENDDO
What is a Join Logical File, Can it be used for Update ?
what is the maximum number of record formats in dspf?
In 'o' Specs What Is The Opcode For Write?
why we sometimes use same file name in FILE and TOFILE in OVRDBF and sometimes different??please tell
What is a Member?
what are the three line types in rlu ?
how can send report to user through cl program in as400
What is the purpose of the following FORDHDR1 CF E WORKSTN $2SFN SFILE FMT2
How to see all record formats used in a file?
what would be the effect on the field where reverse image, underline and highlight display attributes were active?