How you can read the file from bottom?
No Answer is Posted For this Question
Be the First to Post Answer
if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.
Have you used comp and comp-3 in your project? And how?
Have you code any new programs in COBOL ? What is the functionality of the programs?
There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.
What is report-item in COBOL?
What do you feel makes a good program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
01 a pic s9(5) occupies how many bytes ?
how to transfer the file from pc to mainframe??
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
How to display string in the reverse order using occurs clause?