Answer Posted / ravi
Before advancing is not there.
only after advanving is allowed
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
Write the code implementing the perform … varying.
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.
Which mode is used to operate the sequential file?
what is the difference between COBOL2 AND COBOL390?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is an in line perform? When would you use it? Anything else you wish to say about it.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Define static linking and dynamic linking.
What is the use of intialize verb?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What kind of error is trapped by on size error option?
What is the compute verb? How is it used?
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between goback, stop run and exit program in cobol?