how can we run a batch job?
No Answer is Posted For this Question
Be the First to Post Answer
what is message file?
What are the system objects required for journalling?
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 specifications are there in rpg/400? What are they?
What is the purpose of PR and PI in calling program and called program? in Called program PR is compulsory?
under given circumstances, my cgi should link to another site. How to implement this?
what is the command to know key fields of file?
Apart from opening of a file do we have any other use of USROPN?
What Is The Difference Between Goto & Exsr?
How many Printer Files can Declare in a CL Program?
whare we can use IN AND OUT AND UNLCK opcodes?please can any body tell me in real time senario with example
PGM QSH CMD('/QOpenSys/bin/sftp -b/home/test/myfile.txt serverUserID@server') ENDPGM Can u plz tell me what the above code do exactly?