大型机的面试题英文版.docx
- 文档编号:7815029
- 上传时间:2023-01-26
- 格式:DOCX
- 页数:23
- 大小:30.14KB
大型机的面试题英文版.docx
《大型机的面试题英文版.docx》由会员分享,可在线阅读,更多相关《大型机的面试题英文版.docx(23页珍藏版)》请在冰豆网上搜索。
大型机的面试题英文版
大型机复习题库
1)what'smainframe?
Mainframessystemsaredesignedforlargeamountsofdatainmanydifferentandinterconnectedways.
Mainframeisamachinethatrunsamainframeoperatingsystem.IntheIBMworld,thisoperatingsystemisz/OS,OS/390,MVS/ESA,VM/ESAandVSE/ESA.
2)what'stheadvantageofmainframe?
Reliability(可靠性),recoverability,redundancy(冗余),safty,connectivity,concurrency
3)what'sOS/390?
OS/390isanew,integrated(完整的)enterpriseserveroperatingsystemenvironment.Itincorporates(合并)intooneproductaleading-edgeandopencommunicationserver,distributed(分布式的)dataandfileservices,parallelsysplex(系统综合体)support,object-orientedprogramming,DCEandopenapplicationinterfaces.
4)what'stheOS390'Selements?
DFSMS,SDSF,TSO,ISPF,DITTO,NETVIEW,SDFII,VTAM,JES2,RACFetc...
5)what'sthesysplex?
SYSPLEXisacollectionofMVSsystemsthatcooperate(合幷),usingcertainhardwareandsoftwareproducts,toprocesswork.
6)howmanytypephysicalstoragearethereinmainframe?
CentralStorage(MainStorage)
ExpandedStorage
AuxiliaryStorage
7)what'sjes2?
Ajobentrysubsystem(JES)isresponsibleformanagingjobsinanOS/390system.
8)what'sjobprocessstage?
Input
Conversion
Execution
Output
Hardcopy
Purge
9)what'scataloginmainfram?
Mastercatalogisthecatalogthatlistsalltheusercatalogs,systemdatasetsandtheirlocations.
Usercatalogisthecatalogthatcanbeaccessedandchangedbyusers.Itholdstheuserdatasets.
Thereareone,andonlyone,mastercatalog.
Thesearchorderofcatalogis:
STEPCATinjob
JOBCATinjob
Aliases(别名)inUserCAT
Mastercatalog
10)HowmanytypeareThereseveraltypesofDUMP?
SYMPTOMDUMP
SNAPDUMP
SYSDUMP
SYSMDUMP
SVCDUMP
STAND-ALONEDUMP
11)what’sISPF?
ISPF(InteractiveSystemProductivityFacility)isPDF(ProgramDevelopmentFacility)'sprerequisite(首先必备的)licensedprogram.ISPFmustbeinstalledeitherbeforeorduringtheinstallationofPDF.
12)WhatisJCL?
JCLstandsforJobControlLanguage,JCLisasetofcontrolstatementthatprovidethespecificationnecessarytoprocessajob.
13)Whatisthedifferencebetweenkeywordandpositionalparameters?
Positionalparametersarecharacterized(表現特色)bytheirpositionintheoperand(操作數)fieldinrelationtootherparameters.
Keywordparametersarepositionallyindependentwithrespecttoothersoftheirtypeandconsistingofakeywordfollowedbyanequalsignandvariableinformation.
14)WhatisaDISP?
DISPisakeywordparameterwhichisdefinedontheDDstatementandwhichconsistofthefollowingpositionalsubparameters:
DISP=(Status,NormalDisp,AbnormalDisp).TheDISPparameterdescribesthecurrentstatusofthedataset(old,new,ormodified)anddirects(指示)thesystemonthedisposition(部署)ofthedataset(pass,keep,catalog,uncatalog,ordelete)eitherattheendofthesteporifthestepabnormallyterminates(.DISPisalwaysrequiredunlessthedatasetiscreatedanddeletedinthesamestep.
15)WhatisDISP=SHR?
DISP=SHRpermitsolddatasetstobeshared.SHRisidentical(同样的)toOLDexceptthatseveraljobsmayreadthedatasetconcurrently(并发的)inmultiprogramming(多道程序设计)environments.SHRmustbeusedonlyforinputdatasets;useOLDorMODifdatasetismodified.?
SharingdatasetisnecessarybecausepubliclibrarieslikeSYS1.LINKLIBorthesubroutine(子程序)librariesshouldbeavailabletoeveryjobinthesystem.
16)WhatisDISP=MOD?
DISP=MODmodifiesasequential(顺序的)dataset.Itisaconvenient(方便的)waytoadddatatotheendofsequentialdataset.Ifthedatasetdoesn'texist,thesystemchangesMODtoNEWunlesstheVOLparameterrequestspecificvolume.WhenVOLiscoded,thesystemexpectstofinddatasetonthespecifiedvolumeandterminatesthestepifitcannotfindit.MODistheusualwayofextendeddatasetsintoseveraldirect-access(随机存储)volumes.
17)WhatisDISP=PASS?
PASSpassesthedatasetontosubsequent(后来的)jobsteps,andeachstepcanusethedatasetonce.ItisapositionalsubparameteroftheDISPwhichcouldonlybespecifiedundernormalterminationaction.Passsavestimebecausethesystemretains(保留)thedatasetlocationandvolumeinformation.
18)WhataretheparametersthathavetobecodedonaDDstatementinordertoretrieve(找回)acatalogeddataset?
TheminimumparametersneededareDSNandDISP.
19)Howdoesthesystemgetinformationabouttheblocksize?
DCBinfocomesfrom:
-
1)Program-FD:
BLOCKCONTAINS3RECORDSRECORDCONTAINS100CHARACTERS
2)Thelabel-likeatape
3)FromtheVTOC-forDasd
4)FromtheJCL-DCB=BLKSIZE=nnn.
20)WhatisaLabel?
LABELisakeywordparameterwhichcanbespecifiedonDDstatementandconsistsofthefollowingsubparameters:
LABEL=(RelativeFile#,TypeofLabelProcessing)
TheLABELparametertellsthetypeoflabel,therelativefilenumber,andwhetherthedatasetistobeprotectedforinputoroutput.
21)WhenshouldbeNLbespecifiedasatypeoflabelprocessing?
NLshouldbespecifiedwhenaprogramneedstoprocessunlabeledtapes,NLcanalsobespecifiedwhenthepgmwantstocreateunlabeledtapebecausethesystem'sdefaultaction,incases(万一)whenparameterisnotspecified,willcreateIBMstandardlabel.Nonlabeledtapesareoftenusedforsendingtapestoanotherinstallation.Thatwayyoudon'thavetoworryaboutthetapelabelcorresponding(相应的)tothestandardsattheotherinstallationoraboutaccidentallymatchingthevolumeserial(连续的)numberofanexistingtapeattheinstallation.
22)Howdoyoudescribetheinputdatawhichisapartoftheinputjobstream?
YoushoulduseeitherDD*orDDData.
23)Whatisthedifferencebetween*andData?
DD*andDDDATAdescribetheinputdatawhichfollowstheabovementioncards.Iftheinputdatacontainsrecordswitch//incol1and2thenDDDatashouldbeused.
24)WhatisthepurposeofSPACEparameter?
Itisakeywordparameterwhichshouldallocated(分配)heDDstatementfortheoutputdatasetsstoredonthedisk.Itconsistsofthefollowingsubparameters:
SPACE=(BLKS/CYL/TRK,(primary,secondary,index),RLSE,CONTIG)
25)WhatisaRLSE?
RLSEreleasesallunusedspacewhenthedatasetisclosed.Itpermitsyoutoallocatemorespacethanperhaps,itneededwithoutwastingspace.Spaceisreleasedonlyifthedatasetisnotemptyandifthedatasetisclosedafterbeingopened.
26)WhatisaCONTIG?
CONTIGrequeststheprimaryspacebeallocatedonlyoncontiguoustracksandcylinders,thatisalltracksonacylinderarecontiguous,andifmorethanonecylinderisneeded,thecylindersarealsocontiguous.AlwayscodeCONTIGiftrackoverflowisused.Contiguous-连续的
27)WhatisaPDS?
PDSisalibrarytypeofdatasetorganizationconsistingofDirectoryandMembers.Thedirectoryconsistsofblocks,andeachblockis256bytesinlengthandcanholdupto5members.EachmemberofthePDSisasequentialdataset.
28)WhatisaTemporaryDataSet?
Temporarydatasetsareusedforstorageneededonlyforthedurationofthejob.IftheDISPparameterdoesn'tdeletethedatasetbytheendofthejob,thesystemwilldeleteit.Deletingatapedatasetdismountsthetape,whereasdeletingadatasetonadirect-accessvolumereleasethestorage.AdatasetismarkedtemporarybyomittingtheDSNparameterorbycodingDSN=&&dsname.ThesystemassignauniquenametothedatasetwhentheDSNparameterisomitted,andanysubsequentstepsusingthedatasetreferbacktotheDDstatement.Refer-提交
29)WhatisCONDparameter?
ItisakeywordparameterwhichcanbespecifiedontheJOBorEXECstatements.CONDconsistsof3subparameters:
code(0thru4095),logicaloperator,andstepnameofthestepthatisgoingtobecompared.
ThepurposeoftheCONDistodeterminewhetherthestepshouldbeexecutedorbypassed.IfconditionspecifiedintheCONDparameteristrue,thestepisbypassed.
30)HowdoyouspecifyaCONDparameterforajobstepsothatthestepwillneverbeexecuted?
COND=(0,LE)orCOND=(4095,GE).
31)WhatdoesCOND=ONLYmean?
Itmeansthatthisjobstepwillbeexecutedonlyifapreviousstephadabnormallyterminated.
32)WhatdoesCOND=EVENmean?
Itmeansthatthisjobsstepwillbeexecutedevenifapreviousstepabnormallyterminated.
33)WhatisaNAME?
Nameisapositionalparameterwhichidentifiesthepersonorgroupresponsibleforajob.
34)WhatisaPRIORITY?
Itisakeywordparameterwhichspecifiesajobinitiationprioritywithinitsjobclass.Whenthejobisinitiated,thesystemwillconvertthejob'spriorityintoadispatchingprioritysothatjob'staskcancompletewithothertasksforuseofmainstorageandCPUresources.
35)Howdoesthesystemdeterminethepriorityofajobforexecution?
Firstthesystemdetermineswhichjobhasthehighestclass.Eachclasshasajobqueuewithjobsofdifferentpriorities.ThesystemwillselectthejobforexecutionthathasthehighestPRTY(0thru15)15isthehighestpriority.
36)WhatisaMSGCLASSparameter?
Itisakeywordparameterwhichspecifiestheoutputclasstowhichsystemmessagesforyourjobaretoberouted.Outputclassisanalphabetic(AthruZ)ornumeric(0thru9)character.ThedefaultforMSGCLASSparameterwillbeA.Systemmessagesandoutputdatasetscanberoutedtothesameoutputclass.YoucancodetheMSGCLASSparameterintheJobstatementandtheSYSOUTparameterontheDDstatement.
37)WhatisMSGLEVELparameter?
Itisakeywordparameterwhichindicateswhatjoboutputistobewrittenasapartofoutputlisting.Thefollowingoutputscanberequested:
theJob
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 大型机 试题 英文