What is the difference between Perform para and perform
asaection in cobol?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ssampath
Perform para is just one paragraph and perform section can
perform multiple para's.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is 88 level used for ?
What is Redefines clause?
HOw can I get the negative sign while deduct high value from low value
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
how do you reference the variable unblock file formats from cobol programs
should I use Go back in the main program ? Yes we can use Go back in main program as well.
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.
how to transfer the file from pc to mainframe??
Can JUSTIFIED be used for all the data types?
How many sections are there in data division?.
What are the different rules for performing sort operation?