In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Answer Posted / shubha
here Before is default,but if After is mentioned then
condition will be checked after perform execution.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Write the code implementing the perform … varying.
How do get the result of your program directly on your pc?
Are you comfortable in cobol or jcl?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the local-storage section?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
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 sorting techniques in cobol program?
Write a program that uses move corresponding.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how do you reference the ksds vsam file formats from cobol programs
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?