list down and describe the sub systems vailable
Answers were Sorted based on User's Feedback
Answer / sudhir
Just type WRKSBS command to get all the subsystems..
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vinu sharad
List of subsystems are:
QINTER,QBATCH,QBASE,QCMN,QSPL,QCTL
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / swetha p rao
QINTER,QPGMR ,QBATCH,QBATCH2 are some of the system
subsystems
qinter is the subsystem where you login and for interactive
jobs
Qbatch is for batch jobs
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / chandrababu
Simple IBM supplied Subsystem configuration:
-> QBASE : Supports Interactive, Batch and communication jobs.
-> QSPL : Spool subsystem that supports reader/writer jobs.
-> QCTL : Controlling Subsystem that starts up the system console.
-> QINTER : Supports Interactive jobs.
-> QBATCH : Supports Batch jobs.
-> QCMN : Supports all communication jobs.
Hope this is clear..
Chandra.
Is This Answer Correct ? | 0 Yes | 0 No |
3 members in databasefile .how to read records from all the members??
how to display all the members records in a physical file without using ovrdbf?
Suppose we add one field in physical file and this physical file is used by several programs.how do we know which program is using that file? What are the impact analysis.
1.Load an runtime array of length 99 from the pf and you want to handle all the possible errors?
I want to add 10 days in current date. how it is possible in CL program...?
How can we override a file during runtime in RPG? Without using OVRDBF or calling a CL program
Can we have a Physical file without any member ? Please let me know
How to call one program from another program in RPG? please help me with the code
If I have a file with 5 record and that file has 2 Key field and I want to read the unique record of the file then how can we achieve it?
what is the difference between the procedure and module in ILERPG?
What you have to do in the display file when you are using message subfile?
I have 1000 records in a file. I would like to generate 10 identical reports from this record with same format (structure of records) how do I do this?