vsam job interview preparation guide

Upload: pvnkraju

Post on 06-Jul-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/18/2019 VSAM Job Interview Preparation Guide

    1/14

    VSAM Interview Questions And

    Answers Guide.

    Global Guideline.

    http://www.globalguideline.com/

    http://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    2/14

    VSAM Interview Questions And Answers

    VSAM Job Interview Preparation Guide.

    Question # 1

    What are the different types of VSAM files available?

    Answer:-ESDS: Entry Sequence Data Set

    KSDS: Key Sequence Data Set

    RRDS: Relative Data Set

    Read More Answers.

    Question # 2

    What is IDCAMS?

    Answer:-

    IDCAMS is the Access Method Services program. You run the IDCAMS program and supply AMS commands thru SYSIN. (examples of AMS commands areDELETE, DEFINE, REPRO etc..).

    Read More Answers.

    Question # 3

    Can AMS commands be run from the TSO prompt?

    Answer:-

    Yes

    Read More Answers.

    Question # 4

    Syntax of AMS modal commands?

    Answer:-

    Note: these can be used only under IDCAMS and not from the TSO prompt.

    IF LASTCC(or MAXCC) >(or

  • 8/18/2019 VSAM Job Interview Preparation Guide

    3/14

    VSAM Interview Questions And Answers

    Question # 5

    Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system?

    Answer:-

    The maximum condition code generated is returned as the condition code of the IDCAMS step.

    Read More Answers.

    Question # 6

    What is Control Interval, Control Area?

    Answer:-

    Control Interval is analogous to a physical block for QSAM files. It is the unit of i/o. Must be between 512 bytes to 32 k. Usually either 2K or 4K. A larger controlinterval increases performance for sequential processing while the reverse is true for random access. Under CICS when a record is locked, the entire CI gets locked.

    Control area is a group of control intervals. CA is used during allocation. CA size is calculated based on the allocation type (cyl, tracks or records) and can be max of 1 cylinder

    Read More Answers.

    Question # 7

    What is FREESPACE?

    Answer:-

    Coded in the DEFINE as FREESPACE(ci ca) where ci is the percentage of each control interval to be left free for insertions, ca is the percentage of control intervalsin each control area to be left empty.

    Read More Answers.

    Question # 8

    How do you decide on optimum values for CI, FREESPACE etc?

    Answer:-

    CI size should be based on record length, type of processing. Usually CI is 4K. If record length is larger(>1K), chose 6K or 8K.

    FREESPACE should be large if more number of insertions are envisaged. Usual values are (20 20) when heavy updates are expected. CI size can be calculated.

    Read More Answers.

    Question # 9

    Would you specify FREESPACE for an ESDS?

    Answer:-

    No. Because you cannot insert records in an ESDS, also when you rewrite a record, it must be of the same length. Thus putting any value for freespace does not makeany sense.

    Read More Answers.

    Question # 10

    What is SHAREOPTS?

    Answer:-

    SHAREOPTS is a parameter in the DEFINE and specifies how an object can be shared among users. It is coded as SHAREOPTS(a b), where a is the cross regionshare option ie how two or more jobs on a single system can share the file, while b is the cross system share option ie how two or more jobs on different MVSes canshare the file. Usual value is (2 3).

    Read More Answers.

    Question # 11What is the meaning of each of the values in SHAREOPTS(2 3)?

    Answer:-

    Value of 2 for cross region means that the file can be processed simultaneously by multiple users provided only one of them is an updater. Value of 3 for cross systemmeans that any number of jobs can process the file for input or output (VSAM does nothing to ensure integrity).

    Read More Answers.

    Question # 12

    How do you define a KSDS?

    Answer:-

    DEFINE CLUSTER(cluster name) with the INDEXED parameter. Also specify the ds name for the DATA component & the ds INDEX component. Other importantparms are RECORDSIZE, KEYS, SHAREOPTIONS.

    Read More Answers.

    Question # 13

    How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgms?

    Answer:-

    Copyright © http://www.GlobalGuideline.COM Page 3/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=Under_IDCAMS__multiple_functions_can_be_executed_each_of_which_returns_a_cond_code_What_will_be_the_condition_code_returned_to_the_operating_systemhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_Control_Interval_Control_Areahttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_FREESPACEhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_decide_on_optimum_values_for_CI_FREESPACE_etchttp://www.globalguideline.com/interview_questions/Answer.php?a=Would_you_specify_FREESPACE_for_an_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_SHAREOPTShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_each_of_the_values_in_SHAREOPTS2_3http://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_define_a_KSDShttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_define_a_KSDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_each_of_the_values_in_SHAREOPTS2_3http://www.globalguideline.com/interview_questions/Answer.php?a=What_is_SHAREOPTShttp://www.globalguideline.com/interview_questions/Answer.php?a=Would_you_specify_FREESPACE_for_an_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_decide_on_optimum_values_for_CI_FREESPACE_etchttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_FREESPACEhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_Control_Interval_Control_Areahttp://www.globalguideline.com/interview_questions/Answer.php?a=Under_IDCAMS__multiple_functions_can_be_executed_each_of_which_returns_a_cond_code_What_will_be_the_condition_code_returned_to_the_operating_systemhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    4/14

    VSAM Interview Questions And Answers

    DEFINE ALTERNATEINDEX. Important paramters are RELATE where you specify the base cluster name, KEYS,RECORDSIZE,SHAREOPTIONS,UNIQUEKEY(or NONUNIQUEKEY), DATA(ds name for the data component), INDEX(ds name for the index component).

    Then DEFINE PATH. Important paramters are NAME (ds name for the path), PATHENTRY (ds name of the alternate index name), UPDATE(or NOUPDATE)which specifies whether an alt index is updated when a update to the base cluster takes place.

    Then BLDINDEX. Parameters are INDATASET(ds name of base cluster), OUTDATASET(ds name of AIX).

    Using alternate indexes in batch pgms:

    In the JCL, you must have DD stmts for the cluster and for the path(s). In the cobol pgm, SELECT .. ASSIGN TO ddname for base cluster RECORD KEY IS...ALTERNATE RECORD KEY IS..

    Using alternate indexes in CICS pgms:

    FCT entries must be created for both base cluster & the path. To read using the alternate index, use the dd name of the path in CICS file control commands.

    Read More Answers.

    Question # 14

    What happens when you open an empty VSAM file in a COBOL program for input?

    Answer:-

    A VSAM file that has never contained a record is treated as unavailable. Attempting to open for input will fail. An empty file can be opened for output only. Whenyou open for output, COBOL will write a dummy record to the file & then delete it out.

    Read More Answers.

    Question # 15

    How do you initialize a VSAM file before any operation? a VSAM with alternate index?

    Answer:-

    Can write a dummy program that just opens the file for output & then closes it.

    Read More Answers.

    Question # 16

    What does a file status of 02 on a VSAM indicate?

    Answer:-

    Duplicate alternate key . Happens on both input and output operation

    Read More Answers.

    Question # 17

    What are the types of VSAM datasets?

    Answer:-

    Entry sequenced dataset (ESDS), key sequenced datasets (KSDS) and relative record dataset (RRDS).

    Read More Answers.

    Question # 18

    How are records stored in an ESDS, entry sequenced dataset?

    Answer:-

    they are stored without respect to the contents of the records and in the order in which they are included in the file.

    Read More Answers.

    Question # 19

    What are the distinctive features of a KSDA, key sequenced dataset?

    Answer:-

    The index and the distributed free space.

    Read More Answers.

    Question # 20

    What is a sequence set?

    Answer:-

    This is the part of the index that points to the CA and CI of the record being accessed.

    Read More Answers.

    Question # 21

    What is a cluster?

    Answer:-

    Copyright © http://www.GlobalGuideline.COM Page 4/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_define_an_ALTINDX__How_do_you_use_ALTINDXs_in_batch_CICS_pgmshttp://www.globalguideline.com/interview_questions/Answer.php?a=What_happens_when_you_open_an_empty_VSAM_file_in_a_COBOL_program_for_inputhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_initialize_a_VSAM_file_before_any_operation_a_VSAM_with_alternate_indexhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_does_a_file_status_of_02_on_a_VSAM_indicatehttp://www.globalguideline.com/interview_questions/Answer.php?a=What_are_the_types_of_VSAM_datasetshttp://www.globalguideline.com/interview_questions/Answer.php?a=How_are_records_stored_in_an_ESDS_entry_sequenced_datasethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_are_the_distinctive_features_of_a_KSDA_key_sequenced_datasethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_sequence_sethttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_sequence_sethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_are_the_distinctive_features_of_a_KSDA_key_sequenced_datasethttp://www.globalguideline.com/interview_questions/Answer.php?a=How_are_records_stored_in_an_ESDS_entry_sequenced_datasethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_are_the_types_of_VSAM_datasetshttp://www.globalguideline.com/interview_questions/Answer.php?a=What_does_a_file_status_of_02_on_a_VSAM_indicatehttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_initialize_a_VSAM_file_before_any_operation_a_VSAM_with_alternate_indexhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_happens_when_you_open_an_empty_VSAM_file_in_a_COBOL_program_for_inputhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_define_an_ALTINDX__How_do_you_use_ALTINDXs_in_batch_CICS_pgmshttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    5/14

    VSAM Interview Questions And Answers

    A cluster is the combination of the index, sequence set and data portions of the dataset. The operating system gives program access to the cluster, ie. to all parts of thedataset simultaneously.

    Read More Answers.

    Question # 22

    What is an alternate index?

    Answer:-An AIX is a file that allows access to a VSAM dataset by a key other than the primary one.

    Read More Answers.

    Question # 23

    What is the upgrade set?

    Answer:-

    The upgrade set is the list of all AIXes that VSAM must maintain for a specific base cluster, so that when data in the base cluster is updated, the AIX files are alsoupdated.

    Read More Answers.

    Question # 24

    What is a VSAM split?

    Answer:-If there isn't enough space in the control interval VSAM performs a control interval split by moving some records to the free control intervals. If there isn't a freecontrol interval VSAM performs a control area split by allocating a new control area and moving half of the control intervals to it.

    Read More Answers.

    Question # 25

    Do primary key values have to be unique? Do alternate key values have to be unique?

    Answer:-

    Primary key values must be unique; alternate key values need not be.

    Read More Answers.

    Question # 26

    In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?

    Answer:-

    ACCESS can be SEQUENTIAL, RANDOM or DYNAMIC.

    Read More Answers.

    Question # 27

    What is the purpose of the FILE STATUS clause in the SELECT statement?

    Answer:-

    The FILE STATUS field identifies the field that VSAM uses to provide information about each I/O operation for the file.

    Read More Answers.

    Question # 28

    What is the catalog?

    Answer:-The catalog contains the name of all datasets. VSAM and non-VSAM. It is used to access these datasets.

    Read More Answers.

    Question # 29

    What is the index set?

    Answer:-

    This is the other part of the index. It has multiple levels with pointers that ultimately reach to the sequence set.

    Read More Answers.

    Question # 30

    What is a CA, control area?

    Answer:-

    A group of control intervals makes up a control area.Read More Answers.

    Question # 31

    Copyright © http://www.GlobalGuideline.COM Page 5/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_clusterhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_an_alternate_indexhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_upgrade_sethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_VSAM_splithttp://www.globalguideline.com/interview_questions/Answer.php?a=Do_primary_key_values_have_to_be_unique_Do_alternate_key_values_have_to_be_uniquehttp://www.globalguideline.com/interview_questions/Answer.php?a=In_the_COBOL_SELECT_statement_for_a_KSDS_what_are_the_three_possibilities_for_ACCESShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_purpose_of_the_FILE_STATUS_clause_in_the_SELECT_statementhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_cataloghttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_index_sethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_CA_control_areahttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_CA_control_areahttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_index_sethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_cataloghttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_purpose_of_the_FILE_STATUS_clause_in_the_SELECT_statementhttp://www.globalguideline.com/interview_questions/Answer.php?a=In_the_COBOL_SELECT_statement_for_a_KSDS_what_are_the_three_possibilities_for_ACCESShttp://www.globalguideline.com/interview_questions/Answer.php?a=Do_primary_key_values_have_to_be_unique_Do_alternate_key_values_have_to_be_uniquehttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_VSAM_splithttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_upgrade_sethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_an_alternate_indexhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_clusterhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    6/14

    VSAM Interview Questions And Answers

    What is a CI, control interval?

    Answer:-

    A control interval is the unit of information that VSAM transfers between virtual and auxilliary storage.

    Read More Answers.

    Question # 32

    What is a path?

    Answer:-

    A path is a file that allows you to access a file by alternate index - the path provides an association between the AIX and the base cluster.

    Read More Answers.

    Question # 33

    What is free space?

    Answer:-

    Free space is reserved within the data component of a KSDS to accommodate inserting new records.

    Read More Answers.

    Question # 34

    What is the base cluster?Answer:-

    The base cluster consists of the data component and the index component for the primary index of a KSDS.

    Read More Answers.

    Question # 35

    In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?

    Answer:-

    the ORGANIZATION is INDEXED.

    Read More Answers.

    Question # 36

    What is the COBOL RECORD KEY clause?

    Answer:-

    The RECOED KEY in the SELECT clause identifies the files primary key as it will be known to the program.

    Read More Answers.

    Question # 37

    If you wish to use the REWRITE command haw must the VSAM file be opened?

    Answer:-

    It must be opened as I/O.

    Read More Answers.

    Question # 38

    What is File Status in VSAM?

    Answer:-The File STATUS clause of the FILE-CONTROL paragraph allows for each file to be associated with a file status key (i.e., the 2-character data item specified in theFILE STATUS clause). If the FILE STATUS clause is specified for a given file, a value indicating the status of each I/O operation against that file is placed in theaccociated file status key. This value is stored in the file status key as soon as the I/O operation is completed (and before execution of any EXCEPTION/ERRORdeclarative or INVALIDKEY/AT END phrase associated with the I/O request).Note: This element may behave differently when the CMPR2 compiler option is used. The file status key is divided into two status keys: the first character is knownas file status key1; the second character is file status key 2.

    Read More Answers.

    Question # 39

    What is the significance of the SHAREOPTIONS parameter?

    Answer:-

    It specifies how the file may be shared between jobs and between batch and CICS environments.

    Read More Answers.

    Question # 40

    There are at least seven IDCAMS commands name and explain each of them?

    Answer:-

    Copyright © http://www.GlobalGuideline.COM Page 6/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_CI_control_intervalhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_pathhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_free_spacehttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_base_clusterhttp://www.globalguideline.com/interview_questions/Answer.php?a=In_the_COBOL_SELECT_statement_what_is_the_ORGANIZATION_for_a_KSDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_COBOL_RECORD_KEY_clausehttp://www.globalguideline.com/interview_questions/Answer.php?a=If_you_wish_to_use_the_REWRITE_command_haw_must_the_VSAM_file_be_openedhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_File_Status_in_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_significance_of_the_SHAREOPTIONS_parameterhttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_significance_of_the_SHAREOPTIONS_parameterhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_File_Status_in_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=If_you_wish_to_use_the_REWRITE_command_haw_must_the_VSAM_file_be_openedhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_COBOL_RECORD_KEY_clausehttp://www.globalguideline.com/interview_questions/Answer.php?a=In_the_COBOL_SELECT_statement_what_is_the_ORGANIZATION_for_a_KSDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_base_clusterhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_free_spacehttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_pathhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_CI_control_intervalhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    7/14

    VSAM Interview Questions And Answers

    ALTER modifies information for a catalog, alternate index, cluster or path. BLDINDEX builds the alternate index, of course. DEFINE is used forALTERNATEINDEX, CLUSTER or PATH. DELETE removes the catalog entry for a catalog, cluster, alternate index or path. LISTCAT lists information about thedataset. PRINT prints the dataset contents. REPRO copies records from one file to another.

    Read More Answers.

    Question # 41

    What is a VSAM slot?

    Answer:-

    A relative record dataset (RRDS) consists of a specified number of areas called slots. Each slot is identified by a relative record number (RRN) which indicates itsrelative position in the file.

    Read More Answers.

    Question # 42

    Name some common VSAM error conditions and codes?

    Answer:-

    They are end of file (10), duplicate key (22), record not found (23), VSAM logic error (90), open problem (92) and space problem (93).

    Read More Answers.

    Question # 43

    How do you define an ALTINDX? How do you use ALTINDXs in batch, CICS programs?Answer:-

    DEFINE ALTERNATEINDEX. Impartant parameters are RELATE where you specify the base cluster name, KEYS, RECORDSIZE, SHAREOPTION,UNIQUEKEY (or NONUNIQUEKEY), DATA (DS NAME for the data component), INDEX(DS name for the index component). Then DEFINE PATH. Importantparamters are NAME (DS name for the path). PATHENTRY (DS name of the alternate index name). UPDATE (or NOUPDATE) which specifies whether an ALTindex is updated when a update to the vase cluster takes place. Then BLDINDEX. Paramters are INDATASET (DS name of base cluster), OUTDATASET (DS nameof AIX).

    Read More Answers.

    Question # 44

    What is the meaning of each of the values in SHAREOPTS (2 3)?

    Answer:-

    Value of 2 for cross region means that the file can be processed simultaneously by multiple users provided only one of them is an updater. Value of 3 for cross systemmeans that any number of jobs can process the file for input or output (VSAM does nothing to ensure integrity).

    Read More Answers.

    Question # 45

    Would you specify FREESPACE CE for an ESDS?

    Answer:-

    No. Because you cannot insert records in an ESDS, also when you rewrite a record, it must be of the same length. Thus putting any value for FREESPACE does notmake any sense.

    Read More Answers.

    Question # 46

    Under IDCAMS, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?

    Answer:-

    The maximum condition code generated is returned as the condition code of the IDCAMS step.

    Read More Answers.

    Question # 47

    What is the meaning of dynamic processing?

    Answer:-

    It's rarely used. It means one program uses both sequential and random processing for a VSAM KSDS file.

    Read More Answers.

    Question # 48

    What is the VSAM-code field?

    Answer:-

    It is a COBOL II enchancement to VSAM batch processing expanding the FILE STATUS field. It is defined in WORKING-STORAGE as a six byte group item withthree two byte elements, the normal return code, the function code and the feedback code.

    Read More Answers.

    Question # 49

    What is the utility program closely associated with VSAM?

    Copyright © http://www.GlobalGuideline.COM Page 7/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=There_are_at_least_seven_IDCAMS_commands_name_and_explain_each_of_themhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_VSAM_slothttp://www.globalguideline.com/interview_questions/Answer.php?a=Name_some_common_VSAM_error_conditions_and_codeshttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_define_an_ALTINDX_How_do_you_use_ALTINDXs_in_batch_CICS_programshttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_each_of_the_values_in_SHAREOPTS_2_3http://www.globalguideline.com/interview_questions/Answer.php?a=Would_you_specify_FREESPACE_CE_for_an_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=Under_IDCAMS_multiple_functions_can_be_executed_each_of_which_returns_a_condition_code_What_will_be_the_condition_code_returned_to_the_operating_systehttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_dynamic_processinghttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_VSAM-code_fieldhttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_VSAM-code_fieldhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_dynamic_processinghttp://www.globalguideline.com/interview_questions/Answer.php?a=Under_IDCAMS_multiple_functions_can_be_executed_each_of_which_returns_a_condition_code_What_will_be_the_condition_code_returned_to_the_operating_systehttp://www.globalguideline.com/interview_questions/Answer.php?a=Would_you_specify_FREESPACE_CE_for_an_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_each_of_the_values_in_SHAREOPTS_2_3http://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_define_an_ALTINDX_How_do_you_use_ALTINDXs_in_batch_CICS_programshttp://www.globalguideline.com/interview_questions/Answer.php?a=Name_some_common_VSAM_error_conditions_and_codeshttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_VSAM_slothttp://www.globalguideline.com/interview_questions/Answer.php?a=There_are_at_least_seven_IDCAMS_commands_name_and_explain_each_of_themhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    8/14

    VSAM Interview Questions And Answers

    Answer:-

    IDCAMS, the access mehtod services utility.

    Read More Answers.

    Question # 50

    What are the three levels of definition for the VSAM DEFINE?

    Answer:-

    They are DEFINE CLUSTER, DATA and INDEX.

    Read More Answers.

    Question # 51

    What is the meaning of the DEFINE MODEL parameter?

    Answer:-

    It specifies whether Daniela Pestova or Yamila - oops! Wrong models! The MODEL parameter allows you to model your cluster by modeling it after an existingcluster.

    Read More Answers.

    Question # 52

    What is a LDS (Linear Data Set) and what is it used for?

    Answer:-

    LDS is a VSAM dataset in name only. It has unstructured 4k (4096 bytes ) fixed size CT's which do not contain control fields and therefore from VSAM's standpointthey do not contain any logical records. There is no free space, and no access from Cobol. Can be accessed by DB2 and IMS fast path datasets. LDS is essentially atable of data maintained on disk. The 'table entries' must be created via a user program and can only be logically accessed via a user program. When passed, the entireLDS must be mapped into storage, and then data is accessed via base and displacement type processing.

    Read More Answers.

    Question # 53

    Using Alternate Indexes in Batch program?

    Answer:-

    In the JCL, you must have DD statements for the cluster and for the path9s). In the COBOL program, SELECT ... ASSIGN TO ddname for base cluster RECORDKEY IS... ALTERNATE RECORD KEY IS ...

    Read More Answers.

    Question # 54

    Using Alternate Indexes in CICS program?

    Answer:-

    FCT entires must be created for both base cluster and the path. To read using the alternate index, use the DD name of the path in CICS file control commands.

    Read More Answers.

    Question # 55

    Assuming that the DEFINE JCL is not available, how do you get info about a VSAM files organisation?

    Answer:-

    Use the LISTCAT command.

    Read More Answers.

    Question # 56What more info you should give in the DD statement while defining the next generation of a GDG?

    Answer:-

    Give (+1) as the generation number, give (new, catlg) for disp, give space parameter, can give the DCB parameter if you want to override the DCB of the modeldataset.

    Read More Answers.

    Question # 57

    Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?

    Answer:-

    Use GDG name(-2).

    Read More Answers.

    Question # 58Do all versions of the GDG have to be of the same record length?

    Answer:-

    Copyright © http://www.GlobalGuideline.COM Page 8/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_utility_program_closely_associated_with_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_are_the_three_levels_of_definition_for_the_VSAM_DEFINEhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_the_DEFINE_MODEL_parameterhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_LDS_Linear_Data_Set_and_what_is_it_used_forhttp://www.globalguideline.com/interview_questions/Answer.php?a=Using_Alternate_Indexes_in_Batch_programhttp://www.globalguideline.com/interview_questions/Answer.php?a=Using_Alternate_Indexes_in_CICS_programhttp://www.globalguideline.com/interview_questions/Answer.php?a=Assuming_that_the_DEFINE_JCL_is_not_available_how_do_you_get_info_about_a_VSAM_files_organisationhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_more_info_you_should_give_in_the_DD_statement_while_defining_the_next_generation_of_a_GDGhttp://www.globalguideline.com/interview_questions/Answer.php?a=Suppose_3_generations_of_a_GDG_exist_How_would_you_reference_the_1st_generation_in_the_JCLhttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=Suppose_3_generations_of_a_GDG_exist_How_would_you_reference_the_1st_generation_in_the_JCLhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_more_info_you_should_give_in_the_DD_statement_while_defining_the_next_generation_of_a_GDGhttp://www.globalguideline.com/interview_questions/Answer.php?a=Assuming_that_the_DEFINE_JCL_is_not_available_how_do_you_get_info_about_a_VSAM_files_organisationhttp://www.globalguideline.com/interview_questions/Answer.php?a=Using_Alternate_Indexes_in_CICS_programhttp://www.globalguideline.com/interview_questions/Answer.php?a=Using_Alternate_Indexes_in_Batch_programhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_LDS_Linear_Data_Set_and_what_is_it_used_forhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_the_DEFINE_MODEL_parameterhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_are_the_three_levels_of_definition_for_the_VSAM_DEFINEhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_utility_program_closely_associated_with_VSAMhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    9/14

    VSAM Interview Questions And Answers

    No, the DCB of the model dataset can be overridden when you allocate new versions.

    Read More Answers.

    Question # 59

    How do you load a VSAM data set with records?

    Answer:-

    Using the REPRO command.

    Read More Answers.

    Question # 60

    How do you calculate record size of an alternate cluster? Give your values for both unique and nonunique?

    Answer:-

    UniqueCase: 5 + (alt-key-length + primary - key )Non unique Case: 5 + (alt-key-length + n * primary - key ) where n = number of duplicate records for the alternate key

    Read More Answers.

    Question # 61

    What is the difference between sequential files and ESDS files?

    Answer:-

    Sequential (QSAM) files can be created on tape while ESDS files cannot. Also, you can have ALTINDEX for an ESDS while no such facility exists for QSAM files.

    Read More Answers.

    Question # 62

    How do you define a GDG?

    Answer:-

    Use the DEFINE GENERATIONDATAGROUP command. In the same IDCAMS step, another dataset must be defined whose DCB parameters are used when newgenerations of the GDG are created. This dataset is known as the model dataset. The DS name of this model dataset must be the same as that of the GDG, so use adisp of keep rather than catlg and also specify space = (trk,0)

    Read More Answers.

    Question # 63

    How are different versions of GDG named?

    Answer:-

    base-file-name. GnnnnnnV00 where nnnn=generation number (upto 255). nnnn will be 0000 for the 1st generation.

    Read More Answers.

    Question # 64

    Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be thedisposition of this generation now?

    Answer:-

    Relative generation numbers are updated only at the end of the job, not at the end of a step. To allocate a new generation, we would be using (+1) with a DISP of (NEW, CATLG, DELETE ). To refer to this in a subsequent step in the same job, we would again use (+1) but with a DISP of SHR or OLD.

    Read More Answers.

    Question # 65

    During processing of a VSAM file, some system error occurs and it is subsequently unusable What do you do?

    Answer:-

    Run VERIFY.

    Read More Answers.

    Question # 66

    How do you fix the problem associated with VSAM out of space condition?

    Answer:-

    Define new VSAM dataset allocated with more space.Use IDCAMS to REPRO the old VSAM file to new VSAM dataset.Use IDCAMS to ALTER / rename the old VSAM dataset or se IDCAMS to DELETE the old VSAM datset.Use IDCAMS to ALTER / rename the new VSAM dataset to the name of the original VSAM dataset.

    Read More Answers.

    Question # 67

    What is the meaning of VSAM RETURN-CODE 28?

    Answer:-

    Copyright © http://www.GlobalGuideline.COM Page 9/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=Do_all_versions_of_the_GDG_have_to_be_of_the_same_record_lengthhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_load_a_VSAM_data_set_with_recordshttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_calculate_record_size_of_an_alternate_cluster_Give_your_values_for_both_unique_and_nonuniquehttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_difference_between_sequential_files_and_ESDS_fileshttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_define_a_GDGhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_are_different_versions_of_GDG_namedhttp://www.globalguideline.com/interview_questions/Answer.php?a=Suppose_a_generation_of_GDG_gets_created_in_a_particular_step_of_a_proc_How_would_you_refer_the_current_generation_in_a_subsequent_step_What_would_be_http://www.globalguideline.com/interview_questions/Answer.php?a=During_processing_of_a_VSAM_file_some_system_error_occurs_and_it_is_subsequently_unusable_What_do_you_dohttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_fix_the_problem_associated_with_VSAM_out_of_space_conditionhttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_fix_the_problem_associated_with_VSAM_out_of_space_conditionhttp://www.globalguideline.com/interview_questions/Answer.php?a=During_processing_of_a_VSAM_file_some_system_error_occurs_and_it_is_subsequently_unusable_What_do_you_dohttp://www.globalguideline.com/interview_questions/Answer.php?a=Suppose_a_generation_of_GDG_gets_created_in_a_particular_step_of_a_proc_How_would_you_refer_the_current_generation_in_a_subsequent_step_What_would_be_http://www.globalguideline.com/interview_questions/Answer.php?a=How_are_different_versions_of_GDG_namedhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_define_a_GDGhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_difference_between_sequential_files_and_ESDS_fileshttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_calculate_record_size_of_an_alternate_cluster_Give_your_values_for_both_unique_and_nonuniquehttp://www.globalguideline.com/interview_questions/Answer.php?a=How_do_you_load_a_VSAM_data_set_with_recordshttp://www.globalguideline.com/interview_questions/Answer.php?a=Do_all_versions_of_the_GDG_have_to_be_of_the_same_record_lengthhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    10/14

    VSAM Interview Questions And Answers

    Out of space condition is raised.

    Read More Answers.

    Question # 68

    On which dataset You can have ALT INDEX?

    Answer:-

    only on KSDS and ESDS - not RROS

    Read More Answers.

    Question # 69

    How many ALternate Indexes you can have on a dataset?

    Answer:-

    255 - but you must be a nut to have so many ALT Indexes on a dataset !

    Read More Answers.

    Question # 70

    Is it slower if you access a record through ALT INDEX as compared to Primary INDEX?

    Answer:-

    Yes. Why? Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.Read More Answers.

    Question # 71

    What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?

    Answer:-

    RECOVERY (default ) and SPEED are mutually exclusive. Recovery performats the control areas during the initial dataset load, if the job fails, you can restatt butyou must have a recovery routine already written to restart the job. SPEED does not preformat the CAs. It is recommended that you specify SPEED to speed up yourinitial data load.

    Read More Answers.

    Question # 72

    Describe SHAREOPTIONS parameter (SHR) in Define Cluster command?

    Answer:-

    It define the cross-region and cross-system sharing capabilities of the dataset. Syntax is SHR (Crvalue, CSvalue) value 1 means multiple read OR single write (readintegrity ) 2 means multiple read AND single write ( Write integrity ) 3 means Multiple read AND multiple write 4 is same as 3, which refreshes the buffer with everyrandom access defualt is SHR(1 3).

    Read More Answers.

    Question # 73

    What does the KEYRANGES parameter in Define Cluster commends do?

    Answer:-

    It divides a large dataset into several volumes according to the Key ranges specified. e.g. KEYRANGES ((0000001 2999999) (3000000 5999999)). if the activity onthe key ranges are evenly distributed, concurrent access is possible, which is a performance inprovement.

    Read More Answers.

    Question # 74

    What are the optional parameters to the input dataset While loading the empty cluster with the data records?

    Answer:-

    1) FROMADDRESS(address)2) TOADDRESS(address) where 'address' specifies the RBA value of the key of the input record.3) FROMNUMBER (rrn)4)TONUMBER (rrn) where 'rrn' specifies the relative record number of the RRDS record5) FROMKEY (key)6) TOKEY (key) where 'key' specifies the key of the input record7) SKIP (number)8) COUNT (number) where 'number' specifies the number of records to skip or copy Ex: REPRO INFILE(DD1) OUTFILE(DD2) SKIP(9000) COUNT(700)-Skipsthe first 9000 records and begin copying at 9001 and copies 700 records from DD1 to DD2.

    Read More Answers.

    Question # 75

    What is IDCAMS? and what is the purpose of it?

    Answer:-

    IDCAMS is an access method services utility used for creating, deleting, altering VSAM files and coping sequential file to a VSAM file, etc.

    Read More Answers.

    Copyright © http://www.GlobalGuideline.COM Page 10/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_VSAM_RETURN-CODE_28http://www.globalguideline.com/interview_questions/Answer.php?a=On_which_dataset_You_can_have_ALT_INDEXhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_many_ALternate_Indexes_you_can_have_on_a_datasethttp://www.globalguideline.com/interview_questions/Answer.php?a=Is_it_slower_if_you_access_a_record_through_ALT_INDEX_as_compared_to_Primary_INDEXhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_RECOVERY_and_SPEED_parameters_in_DEFINE_CLUSTER_commandhttp://www.globalguideline.com/interview_questions/Answer.php?a=Describe_SHAREOPTIONS_parameter_SHR_in_Define_Cluster_commandhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_does_the_KEYRANGES_parameter_in_Define_Cluster_commends_dohttp://www.globalguideline.com/interview_questions/Answer.php?a=What_are_the_optional_parameters_to_the_input_dataset_While_loading_the_empty_cluster_with_the_data_recordshttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_IDCAMS_and_what_is_the_purpose_of_ithttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=What_is_IDCAMS_and_what_is_the_purpose_of_ithttp://www.globalguideline.com/interview_questions/Answer.php?a=What_are_the_optional_parameters_to_the_input_dataset_While_loading_the_empty_cluster_with_the_data_recordshttp://www.globalguideline.com/interview_questions/Answer.php?a=What_does_the_KEYRANGES_parameter_in_Define_Cluster_commends_dohttp://www.globalguideline.com/interview_questions/Answer.php?a=Describe_SHAREOPTIONS_parameter_SHR_in_Define_Cluster_commandhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_RECOVERY_and_SPEED_parameters_in_DEFINE_CLUSTER_commandhttp://www.globalguideline.com/interview_questions/Answer.php?a=Is_it_slower_if_you_access_a_record_through_ALT_INDEX_as_compared_to_Primary_INDEXhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_many_ALternate_Indexes_you_can_have_on_a_datasethttp://www.globalguideline.com/interview_questions/Answer.php?a=On_which_dataset_You_can_have_ALT_INDEXhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_meaning_of_VSAM_RETURN-CODE_28http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    11/14

    VSAM Interview Questions And Answers

    Question # 76

    How to delete a member using JCL?

    Answer:-

    Using IDCAMS a member can be deleted. DELETE 'XXX.YYY (memeber)

    Read More Answers.

    Question # 77

    What is the difference between LDS and ESDS?

    Answer:-

    There two datasets are VSAM datasets. ESDS maintains control information. But LDS does not maintains the control information.

    Read More Answers.

    Question # 78

    Is a delete operation possible in an ESDS? B, is rewrite operation possible in ESDS?

    Answer:-

    No delete operation is not possible in VSAM ESDS.B. yes rewrite operation is possible in an ESDS.

    Read More Answers.

    Question # 79What is an alternate index and path?

    Answer:-

    An alternate index is an another way of accessing key sequenced data record stored in a base cluster and path is the linkage which connect alternate index to its basecluster.

    Read More Answers.

    Question # 80

    How many buffers are allotted to VSAM KSDS and ESDS?

    Answer:-

    2 data buffers by default for ESDS. For KSDS it allots 2 data buffers and 1 index buffers. each buffer is about 4K.

    Read More Answers.

    Question # 81What is the biggest disadvantage of using a VSAM dataset?

    Answer:-

    FREE SPACE ( FPSC )

    Read More Answers.

    Question # 82

    What is the device independent method to indicate where a Record is Stored?

    Answer:-

    By USING RBA (Relative Byte Address).

    Read More Answers.

    Question # 83

    How many times secondary space allocated?

    Answer:-

    122 TIMES

    Read More Answers.

    Question # 84

    What is the RRN for the first record in RRDS?

    Answer:-

    The answer is : 1

    Read More Answers.

    Question # 85

    What is a Base Cluste?

    Answer:-

    The Index and data components of a KSDS

    Read More Answers.

    Copyright © http://www.GlobalGuideline.COM Page 11/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_to_delete_a_member_using_JCLhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_difference_between_LDS_and_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=Is_a_delete_operation_possible_in_an_ESDS_B_is_rewrite_operation_possible_in_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_an_alternate_index_and_pathhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_many_buffers_are_allotted_to_VSAM_KSDS_and_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_biggest_disadvantage_of_using_a_VSAM_datasethttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_device_independent_method_to_indicate_where_a_Record_is_Storedhttp://www.globalguideline.com/interview_questions/Answer.php?a=How_many_times_secondary_space_allocatedhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_RRN_for_the_first_record_in_RRDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_Base_Clustehttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=What_is_a_Base_Clustehttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_RRN_for_the_first_record_in_RRDShttp://www.globalguideline.com/interview_questions/Answer.php?a=How_many_times_secondary_space_allocatedhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_device_independent_method_to_indicate_where_a_Record_is_Storedhttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_biggest_disadvantage_of_using_a_VSAM_datasethttp://www.globalguideline.com/interview_questions/Answer.php?a=How_many_buffers_are_allotted_to_VSAM_KSDS_and_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_an_alternate_index_and_pathhttp://www.globalguideline.com/interview_questions/Answer.php?a=Is_a_delete_operation_possible_in_an_ESDS_B_is_rewrite_operation_possible_in_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=What_is_the_difference_between_LDS_and_ESDShttp://www.globalguideline.com/interview_questions/Answer.php?a=How_to_delete_a_member_using_JCLhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    12/14

    VSAM Interview Questions And Answers

    Question # 86

    If FSPC(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both CI and CA are specified to beempty?

    Answer:-

    No, they would not be left empty. one record will be written in each CI and 1 CI will be written for each CA.

    Read More Answers.

    Copyright © http://www.GlobalGuideline.COM Page 12/14

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/Answer.php?a=is_specified_does_it_mean_that_both_the_controlhttp://www.globalguideline.com/http://www.globalguideline.com/http://www.globalguideline.com/interview_questions/Answer.php?a=is_specified_does_it_mean_that_both_the_controlhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Virtual_storage_access_method_VSAMhttp://www.globalguideline.com/interview_questions/

  • 8/18/2019 VSAM Job Interview Preparation Guide

    13/14

    Mainframes Most Popular Interview Topics.

    1 : IMS DB Frequently Asked Interview Questions and Answers Guide.

    2 : CICS Frequently Asked Interview Questions and Answers Guide.

    3 : JCL Frequently Asked Interview Questions and Answers Guide.

    4 : IDMS Frequently Asked Interview Questions and Answers Guide.

    5 : IBM AS400 Frequently Asked Interview Questions and Answers Guide.

    6 : IBM COBOL400 Frequently Asked Interview Questions and Answers Guide.

    7 : IBM MainFrame Frequently Asked Interview Questions and Answers Guide.

    8 : IBM Assembler Frequently Asked Interview Questions and Answers Guide.

    9 : IBM DB400 Frequently Asked Interview Questions and Answers Guide.

    10 : IBM RPG400 Frequently Asked Interview Questions and Answers Guide.

    http://www.globalguideline.com/interview_questions/Questions.php?sc=Information_Management_System_IMS_DBhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Customer_Information_Control_System_CICShttp://www.globalguideline.com/interview_questions/Questions.php?sc=Job_Control_Language_JCLhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Integrated_Database_Management_System_IDMShttp://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_AS400http://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_COBOL400http://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_MainFramehttp://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_Assemblerhttp://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_DB400http://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_RPG400http://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_RPG400http://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_DB400http://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_Assemblerhttp://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_MainFramehttp://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_COBOL400http://www.globalguideline.com/interview_questions/Questions.php?sc=IBM_AS400http://www.globalguideline.com/interview_questions/Questions.php?sc=Integrated_Database_Management_System_IDMShttp://www.globalguideline.com/interview_questions/Questions.php?sc=Job_Control_Language_JCLhttp://www.globalguideline.com/interview_questions/Questions.php?sc=Customer_Information_Control_System_CICShttp://www.globalguideline.com/interview_questions/Questions.php?sc=Information_Management_System_IMS_DB

  • 8/18/2019 VSAM Job Interview Preparation Guide

    14/14

    About Global Guideline.

    Global Guideline is a platform to develop your own skills with thousands of job interview questions

    and web tutorials for fresher's and experienced candidates. These interview questions and webtutorials will help you strengthen your technical skills, prepare for the interviews and quickly revisethe concepts. Global Guideline invite you to unlock your potentials with thousands of InterviewQuestions with Answers or begin a tutorial right away, such as HTML, XML, XSLT, CascadingStyle Sheet (CSS), Search Engine Optimization (SEO), JavaScript, Structure Query Language (SQL),Database Articles, Web Hosting Guide and much more. Learn the most common technologiesInterview Questions and Answers. We will help you to explore the resources of the World Wide Weband develop your own skills from the basics to the advanced. Here you will learn anything quiteeasily and you will really enjoy while learning. Global Guideline will help you to become aprofessional and Expert, well prepared for the future.

    * This PDF was generated from http://www.GlobalGuideline.com at November 29th, 2012

    * If any answer or question is incorrect or inappropriate or you have correct answer or you found anyproblem in this document then don't hesitate feel free and e-mail us we will fix it.

    You can follow us on FaceBook for latest Jobs, Updates and other interviews material. www.facebook.com/InterviewQuestionsAnswers

    Follow us on Twitter for latest Jobs and interview preparation guideshttp://twitter.com/InterviewGuide

    Best Of Luck.

    Global Guideline Teamhttp://[email protected]

    http://www.globalguideline.com/interview_questions/index.phphttp://www.globalguideline.com/interview_questions/index.phphttp://www.globalguideline.com/html/index.phphttp://www.globalguideline.com/xml/index.phphttp://www.globalguideline.com/xslt/index.phphttp://www.globalguideline.com/CSSGuide/index.phphttp://www.globalguideline.com/CSSGuide/index.phphttp://www.globalguideline.com/articles/research.php?c=Search_Engine_Optimization_Updateshttp://www.globalguideline.com/JavaScript_Guide/index.phphttp://www.globalguideline.com/sql/index.phphttp://www.globalguideline.com/articles/research.php?c=Research_Articles_and_Updates_about_Databasehttp://www.globalguideline.com/articles/research.php?c=Web_Hosting_GuideLinehttp://www.globalguideline.com/interview_questions/index.phphttp://www.globalguideline.com/interview_questions/index.phphttp://www.facebook.com/InterviewQuestionsAnswershttp://twitter.com/InterviewGuidehttp://www.globalguideline.com/mailto:[email protected]:[email protected]://www.globalguideline.com/http://twitter.com/InterviewGuidehttp://www.facebook.com/InterviewQuestionsAnswershttp://www.globalguideline.com/interview_questions/index.phphttp://www.globalguideline.com/interview_questions/index.phphttp://www.globalguideline.com/articles/research.php?c=Web_Hosting_GuideLinehttp://www.globalguideline.com/articles/research.php?c=Research_Articles_and_Updates_about_Databasehttp://www.globalguideline.com/sql/index.phphttp://www.globalguideline.com/JavaScript_Guide/index.phphttp://www.globalguideline.com/articles/research.php?c=Search_Engine_Optimization_Updateshttp://www.globalguideline.com/CSSGuide/index.phphttp://www.globalguideline.com/CSSGuide/index.phphttp://www.globalguideline.com/xslt/index.phphttp://www.globalguideline.com/xml/index.phphttp://www.globalguideline.com/html/index.phphttp://www.globalguideline.com/interview_questions/index.phphttp://www.globalguideline.com/interview_questions/index.php