what is the basic concept of mainframe? what knowledge is
needed for learn this mainframe?

Answers were Sorted based on User's Feedback



what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?..

Answer / prasanna

Structured Programming concept is the basic concept of main
frames and one can learn it if he has good analtical skills

Is This Answer Correct ?    46 Yes 8 No

what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?..

Answer / sreeram

just required analytical skills to work on mainframe.
that's enough.

Is This Answer Correct ?    25 Yes 13 No

what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?..

Answer / rachit dwivedi

mainfraim computer is used to perform a certain task.

Is This Answer Correct ?    1 Yes 4 No

what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?..

Answer / rachit dwivedi

mainfraim computer is used to perform a certain task.

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More COBOL Interview Questions

How do you define a table/array in COBOL?

5 Answers   Hexaware,


The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?

6 Answers   Cognizant,


COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.

7 Answers   HCL,


What is ASKTIME, SUSPEND

1 Answers   IBM,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


What is rmode(any) ?

1 Answers  


I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.

9 Answers  


How many variables can be declared in w-s section.?

2 Answers  


consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

6 Answers   ABCL, TCS,


) How do u handle errors in BMS macro

1 Answers   IBM,


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  


What are the different data types in cobol?

1 Answers  


Categories