What is the use of intialize verb?
No Answer is Posted For this Question
Be the First to Post Answer
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
Can the OCCURS clause be at the 01 level?
What are VS COBOL 11 special features?
how to check whether the open command of a sequential file is successful? or not?
What does the initialize statement do ?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between index and subscript?
what is rediffine clause?in what situation it can use?give me real time example?
how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)
plz any one tell clearly the justify right clause?
Describe the difference between subscripting and indexing ?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.