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
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Can we change the password using ALTER? anyone tried and changed?
What is static and dynamic call in cobol?
Write a program to explain size error.
How to know whether the module is dynamical or statistical?
When is inspect verb is used in cobol?
What are the different data types in cobol?
Why did you choose to work with ibm mainframe cobol programming?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Discuss about changing dataset name in proc.
How you can read the file from bottom?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?