Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Explain the function of //cntl statement?

1228


What is the significance of addrspc parameter in exec statement?

1259


How to pass the parameter in parm using linkage section ? (syntax)?

1182


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1283


if the submitter of a job wants to inform another user about the job completion, how can it be done?

1303


What is the significance of addrspc parameter in the exec statement?

1131


Explain how can an in-stream dataset be terminated?

1406


What is the purpose of dd * statement in jcl?

1330


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

1437


how do you access an uncataloged dataset in a jcl?

1808


what is the JCL statement consists of?

1254


Name what parameter directs the output of the job log dataset?

1105


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1520


Describe the various parameters utilized in the creation of a gdg?

1209


Explain the function of a dd statement?

1272