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

Answer Posted / sujith

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

Is This Answer Correct ?    35 Yes 2 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


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


What is the Purpose of POINTER Phrase in STRING command in COBOL?

723


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

826


What is cobol?

749






What is the difference between goback, stop run and exit program in cobol?

932


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1703


how do you reference the fixed unblock file formats from cobol programs

712


What is the compute verb? How is it used?

663


Write down the divisions of cobol program?

671


IF I mention stop run in CICS what happens?

1898


Why did you choose to work with ibm mainframe cobol programming?

631


What is perform what is varying?

711


Write the code to count the sum of n natural numbers.

703


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2661