what is the difference between perform varying and perform
until
Answer Posted / ssampath
Perform until will step through automatically used in one
dimensional table and a perform varying will calculate
index for two dimensional table
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between comp and comp-3 usage?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Explain what you understand by passing by value.
how can i see junk values in dclgen or in hostvariable of comp ?
) how do u code after getting data?
what are decleratives in cobol?
What is perform what is varying?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are 77 levels used for?
How do you get the data to code the BMS macro?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between Global and External Variables?
What is the difference between external and global variables in COBOL?