Answer Posted / timmy
What does it mean if we get a MAXCC=0000 CN(INTERNAL)?
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain how you can characterize tables in cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is a report item?
A table has two indexes defined. Which one will be used by the SEARCH?
Differentiate between structured cobol programming and object-oriented cobol programming.
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?
IF I mention stop run in CICS what happens?
What the difference is between continue and next sentence?
What guidelines should be followed to write a structured cobol prgm?
Write a program to enter and display the names of students in a class using the occurs clause.
) How do u handle errors in BMS macro
How are the next sentence and continue different from each other?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the different rules for performing sort operation?