What is the difference between structured cobol programming and object alternativelyiented cobol programming?
1241Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
1253What is the difference between a binary search and a sequential search what are the pertinent cobol?
1138
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the difference between external and global variables in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
) How do u handle errors in BMS macro?
How do you define a variable of comp-1 and comp-2?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is a report item?
what happens if parmparameter passes zero bytes to the program
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Explain how you can characterize tables in cobol?
HOw can I get the negative sign while deduct high value from low value
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 is difference between cobol and cobol/400
In COBOL programming, what is PERFORM? What is VARYING?