Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answer Posted / sreeram
In Career Soft I joined for IBM Mainframes course
and this Institute teaches Mainframe concepts with real
time very well that even layman can understand the concepts
without any difficulty. Also if you are in search for good
institute for IBM Mainframes then I would suggest
Career Soft Solutions ameerpet Hyderabad
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is a SSRANGE and NOSSRANGE?
How arrays can be defined in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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 a scope terminator give example?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Define static linking and dynamic linking.
What are the cobol coding sheets?
When is inspect verb is used in cobol?
What is static and dynamic call in cobol?
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?
Explain about different table spaces.
) How do u handle errors in BMS macro?
In which area will you utilize 88 level items in cobol?