What is the difference between Perform para and perform
asaection in cobol?
Answer Posted / amita
Performing a section will cause all the paragraphs in that
para to be executed.
While, performing a paragraph will cause only that
particular paragraph to be exe cuted.
Thanks;
Amita.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are all the divisions of a COBOL program?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How to know whether the module is dynamical or statistical?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Why occurs cannot be used in 01 level in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is the difference between COBOL2 AND COBOL390?
What is the difference between comp and comp-3?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.