what is the maximum number of parameters allowed in rpg?
Show 2 ways to convert a date from YYMMDD to MMDDYY (MULT operation not acceptable)
How to declare the length of emp no in the physilcal file and the mandatory length is 6 i.e. Emp No should be numeric, mandatory and fill all the 6 places
which single rpg opcode performs both setll and reade?
What is the use of Header Specification in RPG/400?
What is the difference between regular logical file and join logical file?
What is acronym of RPG?
What is the use of E specification in RPG?
What is binder language ?
1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?
what is default data type for the fields(sub fields) defined in data structures in rpg?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
How can you identify End of file in CLP program?