Answer Posted / sanjeet kumar
* A user request the job.
* The job is created (job name is assigned, job attributes are allocated)
* The job is placed on a job queue
* The sub system QBATCH takes the job from job queue and starts it.
* Output generated by the batch job is placed on an output queue.
* The spool sub system prints the output on the output queue.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is sflpag and sflsiz ?
If I want to execute Sftp commands(LS & GET) stored in Physical file from CL program automatically...Can u Plz tell me how can I do this?...How the script will look?? THANX FOR NY HELP...
what is rpg ?
what is a join logical file?
how to toggle between single line and multi - line display of a particular record in a subfile?
how can u check no of records in a file?
Can we debug the MSGW JOBS?
why do we use readc? What is sflnxtchg?
what the purpose of ovrdta, ovrata keywords?
what does vldcmdkey means?
how you will know whether you are in sfldrop or sflfold mode?
Hi,Can any body give the code for the below mentioned quetion.?Im trying to get coding in with easily inderstanding.Plese give me the coding for this? 1.How would you achieve this requirement with out using RPG/RPGLE pgm,but by using only CL?Read a database file and display file contents on the screen when enter key pressed the next record should be displayed on screen.When the last record is reached or when F3 key is pressed the program should exit if the file is empty,a message should be displayed indicate that there are no records to display. Database file Name=EMPDBF Fields in EMPDBF to be displayed on screen Employee Number- EMPNUM(5,0) Employee Name- EMPNAM(30,A) Employee Address-EMP ADDR(50 A)
Which command is used to replace CDUP command in FTP IF i WANT TO USE SFTP?
how to write code for singlepage in sqlrpgle with update ?
is it possible to create a physical file without dds?