what opcode could be used to test an alphanumeric field for all numeric values?
can you specify a display file to be used in the following modes input,output, or combined modes ?
Is qgpl a user library or system library?
can you display a empty subfile?
How to reverse a string using RPG?
what is join logical file?
what are activation group and what are its types.?
how can I predict the performance of my cgis?
how do we know batch job aborted after we submitting it
how will you add a field to physical file already containing data?
using dfu, user will be able to ___________ from physical file?
Is it necessary to define all formats ? Which are mandatory and which are Optional ?
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..