what are the necessary keywords for the join logical file?
Answers were Sorted based on User's Feedback
when is a tag statement used in rpg?
What is source physical file?
what is the function of rlu ?
maximum number of subfiles that can be active for a single file is?
how can you check for a records existence without causing and i/o (chain/read)?
can a single screen format occupy a screen area above and below a subfile format ?
what is the purpose of putovr (put with explicit override) keyword?
what are all the contents of subfile?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
What is the default value for the number of increment for the physical file?
what is the rpg and cl life cycle?Please tell me any body
can I copy content of Physican file in some source Member of type TXT? Thanx..