How many variables can be declared in w-s section.?
Answers were Sorted based on User's Feedback
Answer / raja murugesan
am not sure about it. Any written proof in any cobol tutorial
| Is This Answer Correct ? | 0 Yes | 0 No |
Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
1)what is use of linkage section? 2)what is difference between comp and comp-3
At the minimum, which division of COBOL is enough to be coded?
What are the divisions in a cobol program? Which one is the mandatory division among them?
How can you add a particular field/coloumn in copybook?
If I want to increase the Limit in GDG. What should I do?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
When would you use in-line perform?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how to submit a jcl by cobol program. clear me with an example.
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?