what is mainframe?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to run cobol program using jcl?

662


Is it possible to code instream data in a PROC?

767


Explain in DD statement what is the use of DCB parameter?

666


how to run batch program without jcl?

10104


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5072






What is the purpose of dd dummy statement?

960


Explain how can the attributes of one sms dataset be copied to another dataset?

713


When output dataset space is required, what quantity categories are used?

845


what is the purpose of coding class parameter in job statement?

732


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

798


Where & How Do You Code Identifier In Jcl?

710


Differentiate between addressing mode and run mode.

620


Explain the function of job statement in jcl?

659


Is condition checking possible in jcl? If yes, how?

751


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

862