how can u redefine picx(10) with pic 9(6).

Answer Posted / narasimha reddy.k

05 WS-TX-REASON PIC X(10).
05 WS-TX-NUM REDEFINES WS-TX-REASON PIC 9(06).

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is report-item in COBOL?

711


For rewrite, why is it mandatory that file needs to be opened?

623


How many sections are there in data division in COBOL?

680


How can you get the ksds file records into your cobol program?

644


example for sub strings ? and refernce modifications whit output pls

1846






How do u write test cases?

1640


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1004


What guidelines should be followed to write a structured cobol prgm?

673


how do you reference the printer file formats from cobol programs

668


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10633


State the various causes of s0c1, s0c5 and s0c7.

665


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1657


What is the difference between next sentence and continue in cobol programing language?

712


Give some examples of command terminators?

759


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678