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 maximum error code in mainframe
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
what is the difference between external and global variables?
tell me about examine inspect and evaluate ?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
How can you pass values from COBOL program to non-COBOL programs?
What are the differences between OS VS COBOL and VS COBOL II?
what is MSGLEVEL?
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
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?
ZEROES and SPACES are _______ constants (a) Figurative (b) Numeric (c) Non-numeric (d) Alphabete
what is search and searchall?what is the diffrence between them?give an best example?