How many PARM statement can we use in a CL program?
Answer Posted / megha
40 Parm can be sent from CL to RPG
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
A join logical file has how many record formats?
i am using non join multiple format my 3 database file is like that pf97 R REC ENAME ETENNO ESTATUS K ENAME pf98 R REC1 ENAME ESAL K ENAME PF99 R REC3 ENAME CRDCARD EID K EID & MY NON JOIN LOGICAL FILE IS ALSO SAME EXCEPT RECORD NAMES BEFORE I TRIED WITH 2 FILES SO ITS SAYS ERROR I.E.(Key field attributes must be same as for previous formats. ) SO I CHANGED KEYFIELD ACCORDING TO PF SO ITS WORKING BUT AFTER ADDING 3 FILES ITS SAYING SAME ERROR . I DONT KNOW I NEW IN AS400 PLLZ HELP ME I HAVE ONE MORE QUE. CANT BE USE DIFFERENT KEYFIELD (NOT ACCORDING TO PF) IN NON JOIN LOGICAL FILE.
how can a message from a message file appear as a constant on the screen?
What is file access opcodes?
How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?
Difference Between Source Physical File & Physical File?
how can you detect and handle a record lock situation?
how to validate input values in display file ?
what the purpose of ovrdta, ovrata keywords?
define subsystem?
how can I give more performance to some selected pages?
if dspatr(pc) and csrloc were specified for a format, which keyword would have priority?
How to reverse the string in rpg
can a indexed file be accessed in arrival sequence in rpg program?
when should I use method get, and when should I use method post in my cgis?