What is the difference between crtdupobj and copyf?
Q. Soppose one job is running in a batch mode for long time now i want to kill(end)this batch job.How you will achive this?
Write a CL program which will run a batch job at 1 am every night
how do you specify the number of records to roll in a subfile ?
explain the difference between defining subfile and message-subfile?
How can we read file using curser? how to define a curser?
how can see logical file based on which physical file and vice versa
what are the different opcodes available in rpg for database access ?
What are the different types of messages in CL?
What are the two main attributes, which govern the execution of a job?
what does the opcode free do?
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 maximum number of files allowed in rpg?