Is there a way in Free Formatted RPG to tell if there are no records in the file? I have a process that is producing a report but need to only run the process if there are records in the file.
Thanks,
DAC
SetLL *Start TMP400LGL;
Read TMP400LGL;
It would be nice if there was an opt code that I could use to see if there any records in TMP400LGL.
Thanks,
DAC
SetLL *Start TMP400LGL;
Read TMP400LGL;
It would be nice if there was an opt code that I could use to see if there any records in TMP400LGL.
Comment