Answer Posted / sunish
in clp it is 43.
in clle it is 250.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
what was the robotech rpg?
what is file information data structure?
How would display prime numbers using CL program?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
how do I play {insert rpg system here}?
what is program status data structure?
How can we know running job is batch or interactive?
what is an online rpg?
how do I declare a minor?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is kids-rpg?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?
how can you display specific subfile page on the screen in unequal subfile?
Please tell me how to read the records from a file with load an array of size with error conditions(The logic answer for this question is ARR is array of 99 elements Z-ADD 0 IDX *LOVAL SETLL FILE READ FILE 99 *IN99 DOWEQ *OFF IDX ANDLT 99 ADD 1 IDX MOVE FIELD ARR,IDX READ FILE 99 ENDDO).So,Please give me the complete of this code.