what is the use of sflend keyword?
Answer / bipul kunal
By specifying this keyword, the Bottom/More message could be displayed at end of screen.
| Is This Answer Correct ? | 0 Yes | 0 No |
Describe about Query/400?
what is the difference between sflclr and sflinz?
i want to display the 10000 record in a subfile by using loadall , can we do it?
how do you turn off indicators 50 through 59 in only one operation
what does vldcmdkey means?
how do we know batch job aborted after we submitting it
what is the sequence when using cursor?
what if my system I runs with system value qccsid 65535?
define the purpose of the leave operation?
what is xfoot opcode ?
how to develop some simple graphs (bar charts) using just html?
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..