what is a program described file in rpg?
Answer / hemendra kumar
The field name and length of the fields are defined with in the RPG program.
| Is This Answer Correct ? | 0 Yes | 0 No |
When will you use OPEN and CLOSE opcodes in RPG program?
what is the command to know how many lf are related to a pf?
List the steps/commands necessary to accomplish the following: a. Copy data from the file ORDHDR into file ORDHIST b. The file ORDHIST may or may not exist c. If the file ORDHDR does exist, it may or may not contain data d. The file ORDHIST may or may not contain data, if the file does contain data the old data should be erased
how can I automatically refresh a web page?
any one have give AS400 study material? pls pass it to gopalsai789@gmail.com
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?
how can i convert hexadecimal value to packed value?
What is primary file? How many primary file can be declared in a RPG program?
what is the difference between sflclr and sflinz?
how many triggers can be associated with a file?
not all command typed on command line are cl command? true r false
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