in cobol perform stmt whether it first checks the condition
or not
Answer Posted / manivannan m
In line perform is not checks the condition first.
Regards,
Manivannan M
Note: Ples correct it, if it is wrong
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
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?
What do you understand by psb and acb?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are literals?
HOw can I get the negative sign while deduct high value from low value
Explain the configuration section of a cobol program with examples of syntax.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is a SSRANGE and NOSSRANGE?
How to print 10 to 1 if the input have only 10 digit number?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the rrds file formats from cobol programs
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.
How do get the result of your program directly on your pc?
how do you reference the ksds vsam file formats from cobol programs