A rpg or clp command to find if the file field is defined as a character or numeric field.
Answer Posted / maha
testn opcode or %check
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of record level identifier?
How to handle duplicate error handling in RPG?
how do I declare a minor?
We have job which is running as batch. It takes atleast 06 hours to complete tht job. But I wanna do tht job with in 3 hours?
what is kids-rpg?
What is ment by record level identifier?
How to call one program from another program in RPG? please help me with the code
what was the robotech rpg?
what is the necessary keyword needed to scroll subfile records?
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.
how do you use commitment control in rpg?
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?
What is the difference between iter and do?
what is an online rpg?
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...