What is the difference between Perform para and perform
asaection in cobol?
Answer Posted / sruthi
perform para means only that particular para will be
executed.
section can have one or more paras.
so perform section means the paras under that section will
be executed.
Thanks,
sruthi.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is cobol?
Which division and paragraphs are mandatory for a COBOL program?
What are the different data types in cobol?
What are the pertinent COBOL
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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 the difference between a binary search and a sequential search 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.
Which mode is used to operate the sequential file?
Can you please let me know the centre name of INS certification in Kolkata.
) how do u code after getting data?
Explain what you understand by passing by value.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Write a program that uses move corresponding.
how to move the records from file to array table. give with code example