In a program, there are 2 sections defined say SECTION-A
and SECTION-B. There is a paragraph say CALC-INT in both
the sections. If this para has to be called directly for
SECTION-A, then PERFORM CALC-INT will not work as it is
present in both sections. How the PERFORM statement has to
be coded here?
Answer Posted / kb
It will be called as
PERFORM CALC-INT OF SECTION-A.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Can we change the password using ALTER? anyone tried and changed?
What are the different rules of SORT operation?
How do we get current date from system with century in COBOL?
For rewrite, why is it mandatory that file needs to be opened?
Difference between cobol and cobol-ii?
how do you reference the rrds file formats from cobol programs
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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
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.
Explain how to differentiate call by context by comparing it to other calls?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?