Answer Posted / amar
COBOL is third generation language
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain about different table spaces.
) How do u handle errors in BMS macro?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How arrays can be defined in COBOL?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are the different open modes available in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are 77 levels used for?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
A table has two indexes defined. Which one will be used by the SEARCH?
State the various causes of s0c1, s0c5 and s0c7.
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?
how to convert the recors form vsam file to db2 table tru file aid
What is the usage of comp fields in cobol?
Name the divisions, which are available in a cobol program?