hi. This is Ram.i have one doubt.why can't we display comp-3
variables directly? let me answer quickly plez........
Answer / yuvaevergreen
Hi ram,
Comp-3 variables are generally used for high storage
efficiency. They are stored in packed decimal format
internally.So, display is possible only when the packed
decimal item is moved to a numeric edited item.
| Is This Answer Correct ? | 21 Yes | 0 No |
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
how do you reference the variable unblock file formats from cobol programs
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
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?
How to define a array dynamically.....
what is S04E error in jcl?
11 Answers IBM, L&T,
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
how do you define single dimensional array and multidimensional array in your cobol?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
what is the diff b/w select stsmt and cursor ?
wht r the advantages of 77 level number ?