I have a table with 3 dimensions like this :
01 ws-table
04 ws-page occurs 3
08 ws-column occurs 2.
12 ws-record occurs 20 pic x(40).
How to code with PERFORM varying with 3 dimension...I
forgot..
Answer Posted / garry
@Lu
Excellent Posts, I Really appreciate your time for giving wonderful and sure-shot results.
Pls keep it up.
gmt360@gmail.com
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the use of intialize verb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Write a program to explain size error.
What are literals?
What are the cobol coding sheets?
How many bytes S(8) comp field occupy and its maximum value?
What are the pertinent COBOL
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What the difference is between continue and next sentence?
How do you reference the following file formats from cobol programs?
What is redefines clause in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to print 10 to 1 if the input have only 10 digit number?
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.
What is perform what is varying?