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 |
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
What is GDG and what is the maximum limit of versions that can be created?
How do you check the syntax of a JCL without running it?
What is DISP= (NEW,PASS,DELETE)?
How to search strings in multiple dataset with conditions 'string1 & string2'?
In your JCL, run the even numbered steps if date is even and run odd numbered steps if date is odd . Where do you generate the date ??in cobol or JCL ??
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
what is pupose and meaning of the REGION keyword and what jcl statement is it associated with?
how do u send return code from cobol to jcl ?
wht is sysudump n sysout,sysprint ?
how to identify the file used in the JCL is an VSAM file. Just seeing the JCL code how can we track the file as VSAM file?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?