How many variables can be declared in w-s section.?
Answer Posted / samiuddin
16777215
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the configuration section of a cobol program with examples of syntax.
How many bytes S(8) comp field occupy and its maximum value?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are the access modes of START statement?
how do you reference the fixed unblock file formats from cobol programs
What is the local-storage section?
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?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between goback, stop run and exit program in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
IF I mention stop run in CICS what happens?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
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 are the different rules to perform a Search?