what is the basic concept of mainframe? what knowledge is
needed for learn this mainframe?
Answer Posted / rachit dwivedi
mainfraim computer is used to perform a certain task.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
example for sub strings ? and refernce modifications whit output pls
What is cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What are all the divisions of a COBOL program?
How do you get the data to code the BMS macro?
Can we change the password using ALTER? anyone tried and changed?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
what is the difference between COBOL2 AND COBOL390?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Discuss about changing dataset name in proc.
Write a program to enter and display the names of students in a class using the occurs clause.