plz any one tell clearly the justify right clause?
Answer / yuvaevergreen
hi,
Whenever alphabetic or alphanumeric data is moved to a
variable, as per the standard alignment rules, the data is
aligned with the leftmost position in the variable. But
when the same variable is declared with justified clause,
the data would be stored with justified right clause.
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the difference between subscript and index?
) how do u code after getting data?
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?
Can 88 level variable be declared in FD section..?
what are decleratives in cobol?
what is the advantage of sync class
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
What is the LINKAGE SECTION used for?
How to retain the Duplicates in the one records?
What the difference is between continue and next sentence?
A table has two indexes defined. Which one will be used by the SEARCH?
Hai friends why we need to read a file before re-write a record?