what is the basic concept of mainframe? what knowledge is
needed for learn this mainframe?
Answer Posted / 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 |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the difference between perform … with test after and perform … with test before?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is static and dynamic call in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How you can characterize tables in cobol?
explain sorting techniques in cobol program?
Why would you use find and get rather than to obtain?
For rewrite, why is it mandatory that file needs to be opened?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is a report item?
) what is the difference between AID and HANDLE AID?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?