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 |
can we use cl programming to update or delete physical files
Hi friends, I am using a load all subfile , and currently i am in in the third page of the subfile , from third page i have selected a record and called some other program .on returning, subfile is being loaded from the frist page. so can any one kindly suggest me in retaining my third page after returning. i.e loading from third page.
Assume my file has 100 records and I want to see only first 10 records. Is this possible through lf?
One of the job in subsystem is in Running status,expected time to complete this job is 2 minutes. But from last 5 -10 minutes this job is still in running status....What are the possible reasons...and What are the actions i need to perform to check 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???
What is the OPEN and CLOSE accesspath?
When PGMA calls PGMB for the first time PGMB executes the *INZSR. PGMB uses the RETRN operation to return to PGMA. When PGMA call PGMB the second time is the *INZSR executed?
what is the equivalent keyword for CHAIN opcode ??
How do I link an existing logical file to it's Physical File without recompiling?
how to find whether a date format is valid or not in RPG400 not in RPGILE.Can you please write the coding for this sir,i'm new to AS400.Please help.
why we do STRSRVJOB in batch debugging in as400
Given the following code, what is the value of RESULT? DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++++++++++++ D RESULT S 5 0 C EVAL RESULT = (2 + 3 * 2) ** 2 / 2