where can you specify an indicator in lokup operation?
How to see active jobs of the system.
What are the system objects required for journalling?
what is the difference between packed decimal and zoned decimal?
What is Spool file, Why is it required?
Which command we can use to update a physical file using c.l pgm?
Difference Between Skip Before & Space Before?
what would be the effect on the field where reverse image, underline and highlight display attributes are active ?
what is code for reading member in rpgle when wehave like extmbr(*all) so we have 3 members in *all then i want to read first record in 2member
how many levels are there in a physical file?
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?
is it possible to create a physical file without dds?
how to get the particular field's records in CL without using OVRDBF,OPNQRY? tell me the concept?