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

Answer Posted / mehdee

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

Is This Answer Correct ?    7 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which mode is used to operate the sequential file?

681


What is cobol?

752


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2738


What is the utilization of copybook in cobol?

666


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

718






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

1319


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2347


) what is the difference between AID and HANDLE AID?

1641


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

1667


Explain how you can characterize tables in cobol?

652


A table has two indexes defined. Which one will be used by the SEARCH?

767


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

627


What are the different data types in cobol?

801


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

431


Have you used comp and comp-3 in your project? And how?

2014