Answer Posted / ravi
No we cant.
Inline perform is - -> PERFROM END-PERFORM.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What kind of error is trapped by on size error option?
Differentiate between structured cobol programming and object-oriented cobol programming.
Why would you use find and get rather than to obtain?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
how can i see junk values in dclgen or in hostvariable of comp ?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How do we get current date from system with century in COBOL?
Explain what you understand by passing by value.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
what is amode(24), amode(31), rmode(24) and rmode(any)?
IF I mention stop run in CICS what happens?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?