Answer Posted / sowmya
we should redefine in 01 level for group levels.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how do you reference the printer file formats from cobol programs
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 goback, stop run and exit program in cobol?
How you can read the file from bottom?
What is the difference between external and global variables in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are the different types of condition in cobol and write their forms.
What is length is cobol?
What the difference is between continue and next sentence?