what is the basic concept of mainframe? what knowledge is
needed for learn this mainframe?
Answers were Sorted based on User's Feedback
Answer / sreeram
just required analytical skills to work on mainframe.
that's enough.
| Is This Answer Correct ? | 25 Yes | 13 No |
Answer / rachit dwivedi
mainfraim computer is used to perform a certain task.
| Is This Answer Correct ? | 1 Yes | 4 No |
Answer / rachit dwivedi
mainfraim computer is used to perform a certain task.
| Is This Answer Correct ? | 0 Yes | 4 No |
How do you define a table/array in COBOL?
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.
What is ASKTIME, SUSPEND
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.
What is rmode(any) ?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
How many variables can be declared in w-s section.?
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
) How do u handle errors in BMS macro
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?
What are the different data types in cobol?