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 |
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
what is importance of 'MAPFLD' IN OPNQRYF FILE ?
How can read PF in reverse order (end to start) in CL pgm..
In how many ways a session/device error occurs,,, and what is the remedy for it?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
1.I have a Physical file with 100 records, No duplicates exists, all are Unique,But while i am running Runqry utility i am getting only 80 records..What could be the reason?
HOW TO DELETE THE RECORD FROM MASTER FILE WHICH IS LINK BY ANOTHER TRASATION FILE WITH REFERTIAL INTYGRITY?
How to identify the object has compiled with the debug view as *source without using STRDBG?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
A pgm subroutine calling child subroutine, that child subroutine again calling parent subroutine, u have 1000 lines of code, with out debugging , how can u find that error??? Is there any command to find errors in pgm???
if i have three programs progA,progB and progC .now i call progB from progA. but the progB does not exist . now i want to call progC instead of starting dump. how can we achieve this.
Q1.How to read the Array? Q2.How to copy the content of one Array to another Array?