can we print comp 3 stmts how ?
Answers were Sorted based on User's Feedback
Answer / kaarthik
1. Redefine the comp-3 with a numeric field and then move
the numeric value to an Alphanumeric value and then Display
it.
Regards,
Kaarthik
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / amarnadh reddy
Another way is,
Use File-Aid, we can possible to see comp 3 stmts.
Ex: open File-Aid, 1st option means browse option. give
data set name and copy book layout and open F mode.
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / saravana
Move it to other x() or 9() variable and display that variable
| Is This Answer Correct ? | 0 Yes | 0 No |
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
how to crack cts interview apps? NOVEMBER 21 2010
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What is the difference between working storage copybook and linkage section copybook?
How do get the result of your program directly on your pc?
What does the initialize statement do ?
How are the next sentence and continue different from each other?
how can you identify wheather the program is using search or search all in the cobol program?
how to change picture class of copy book variable inside program?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
How do u know what version of cobol u are using?
What are the access modes of START statement?