What are different data types in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
Whats the difference between search & search ALL?
How many maximum number of procedures can we write in one COBOL program?
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
db2 variable decimal(15,2) what is the equalent size of cobol variable
How do you define a table/array in COBOL?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What guidelines should be followed to write a structured Cobol program?
What divisions, sections and paragraphs are mandatory for a COBOL program?
What is Alternate Index ? How is it different from regular index ?
What are subroutines ? and how do we pass data to the sub routines?
Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???
What is a report item?