Can JUSTIFIED be used for all the data types?
Answers were Sorted based on User's Feedback
Answer / guest
no it can be used only for alphabetic and alpha numeric
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / vampire
No,in numeric data types numeric wont be applicable
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bella
JUSTIFIED Clause cannot be used for numeric and numeric-
edited items
| Is This Answer Correct ? | 1 Yes | 0 No |
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
wht is load module and object module ?
2)Where the Plan is located in CICS-DB2?
Give some examples of command terminators?
study the following 01 A PIC 99V0 VALUE 5 01 B PIC 9V9 VALUE 6 01 C PIC 99V9 VALUE 2.5 01 D PIC 99 VALUE 3 COMPUTE A ROUNDED B C = A+B*C/D ON SIZE ERROR PERFORM PRINT-ERROR the comments of A.B.C after execution of the above statement are a.A=10 B=0 C=10 b.A=10 B=9.9 C=9.9 c.A=10 B=0 C=9.9 d.A=10 B=6 C=10
Explain the configuration section of a cobol program with examples of syntax.
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
How arrays can be defined in COBOL?
perform I from 0 by 1 until I=5?How maney times it will executes
How to execute a set of JCL statements from a COBOL program?
what is the coding difference between COBOL and CICS.
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible