How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?
No Answer is Posted For this Question
Be the First to Post Answer
which MONMSG will give higher priority in CL program? I know MONMSG are of two types. Program Level Monmsg and Command Monmsg?
Explain mdt?
1.WHAT IS WRONG WITH THE CODE BELOW? C CUSTNO CHAIN CUSTMAST IF %ERROR can any body find the wrong please? 2.What builtin function will you use to achieve the following functionality? C QTY IFLT *ZERO C QTY MULT-1 QTY ENDIF
1.I have a Batch job, Running for 4 hours, i want to reduce the executing time to 2 hours what should you do?
how do u track msg in cl pgm???
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
Suppose my file has 10 fields and I want to make the 2nd field zeros in all records. And assume I have millions of records and I dont want to read each record and update the desired field with 0. Any other way to do this in one step operation?
Can we possible to key with the date field?
what is the rpg system?
What is the length of Signature?
1.find most occurrences of a character. for exm: input:aaabbbbdddddyyy output: d 5 times how can i get that?
How do I read records from Subfile? what is the purpose of READC explain with example?