what is mainframe?
Answers were Sorted based on User's Feedback
Answer / muttaiah
Never ask this question again.
You can google and get it.
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / muttaiah
Mainframe is also like a computer, PC which we use is Mini
computer whereas mainframe is super computer which is used
to perform many arithmetic, scientific calculations & for
processing huge volume of data within milli or macro secs.
PC Mainframe
WINDOWS - MVS
95,98,XP,VISTA - OS/390,Z/OS
Harddisk - DASD
File - DATASET
Folder - PDS
CD - TAPE
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / mohi
Mainframe is a large systems technology, it acts as an application server where huge amount of information is processed on dialy bases.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anirud
mainframe s nothing but a large size computer.it is made up with frames .all frames togeather is called a mainframe.frame is nothng but a physical component
| Is This Answer Correct ? | 1 Yes | 1 No |
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
How many positional parameters are there in job statement?
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
how can u identify the db2 from jcl ?
I have 20 steps in a job... step01, 02....step17...step20. For some reason I want to execute step17 only if the return code for all the previous steps are less than or equal to 4. otherwise if return code for any of the previous 16 steps is greater than 4, then step17 should be bypassed. How do I do that ?? how and in which step should i formulate COND parameter
common jcl abends??
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
whats SOC7?
which parameter is used to check the syntax of a jcl without executing it?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
describe the dd statement,its meaning,syntax and keywords?
which utility is used to run a cobol-db2 program?