load all subfile logic in sqlrpgle and when updating
particular record it must be lock form other jobs (not a
file)?
What is SFLSIZ ?
what are necessary keywords to code message subfile?
how you will find an error which is not in the first page of the subfile without using rolldown key?
where exactly we can use OPNQRYF ?
What Is The Difference Between Goto & Exsr?
when do you explicitly open files and close files in an rpg program?
How can u create a temporary file in CLP @ how to access that temporary file in RPG program?
can error messages as a result of a comp, range or values keyword be overridden?
what is the purpose of dynslt keyword?
What is the difference between /copy and /include in RPGLE?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.
Q.Suppose one job is running in a batch mode for a long time now i want to kill this batch job. how you achive this?