what is mainframe?
what is the mainframe software ? what is use in s/w field?
Answer Posted / om prakash yadav
No, i m not agre to yopu that main frame is used to
describe a main computer which can serve many users
simultaneously.
it is true it will provide a envirnoment to work on
simultaneously but
it is depend on system configuration.
main frame is a system which is provide a facility to share
a server at a time many users.
mainframe software is TSO :- no
mainframe s/w
COBOL- Language
DB2- database
jcl controling lanauge
vsam - temporary store upto 2 GB.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is report-item in COBOL?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the LINKAGE SECTION used in COBOL?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is amode(31)
how do you reference the printer file formats from cobol programs
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Difference between array and sub-script ?
Write a cobol program making use of the redefine clause.
what is amode(24), amode(31), rmode(24) and rmode(any)?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
In COBOL programming, what is PERFORM? What is VARYING?
Write down the divisions of cobol program?