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

What is the difference between perform … with test after and perform … with test before?

885


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

424


What are 77 levels used for?

660


i want a program using by if, evaluate , string, unstring, perform, occurs?

4062


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

681






Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

633


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2100


What is the difference between PIC 9.99 and PIC9v99?

783


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2013


What is a SSRANGE and NOSSRANGE?

824


what is amode(24), amode(31), rmode(24) and rmode(any)?

705


What are various search techniques in cobol? Explain.

650


explain sorting techniques in cobol program?

692


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

676


Write some characteristics of cobol as means of business language.

621