How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / obama
255
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the access modes of START statement?
how to move the records from file to array table. give with code example
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 the difference between Call and a Link?
IF I mention stop run in CICS what happens?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to remove 2 duplicate records and copy only one using job control language?
What is the local-storage section?
what is the use of outrecord?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What are different data types in cobol?
how do you reference the variable unblock file formats from cobol programs
In which area will you utilize 88 level items in cobol?
What is length is cobol?