how do you use commitment control in rpg program ?
Answer / satyanarayan singh
Using COMIT operation. Makes all changes to the files that have been specified in output operation since the previous COMIT or the begining of operations under commitment control(if there has been no previous COMIT or ROLBK operation).
Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum number of elements in an array?
what keyword must be used with protect keyword ?
What is source physical file?
what is difference between accespath and datapath? what is the difference between accespath and open datapath?
What is the purpose of "A CSRLOC (F1ROW F1COL)"?
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..
How many secondary files allowed in a program?
what is library?
Feedback about ELI Faridabad.
What is the symbol used for copying & moving new field in SDA?
What is the difference between access path and Dynamic select?
How I can read and display three fields in the record format DSPFM1 of the display file,while one field(using in one file) is NAME which is Key field in field reference file and another two fields are AGE and ROLL NO are using another file. Please send me coding part.