What is inspect in cobol ?
No Answer is Posted For this Question
Be the First to Post Answer
which is better either static call or dynamic call? and why?
Can JUSTIFIED be used for all the data types?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What was removed from COBOL in the COBOL II implementation?
how can you identify wheather the program is using search or search all in the cobol program?
What is the point of the REPLACING option of a copy statement?
OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49
Explain how you can characterize tables in cobol?
What is 77 level used for ?
Discuss about changing dataset name in proc.
What is the meaning of 'TALLING' verb in cobol?
how do you reference the fixed unblock file formats from cobol programs