WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
Answer Posted / sugisuhan
PLZ ANY ONE SAY
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is static and dynamic call in cobol?
how to move the records from file to array table. give with code example
What are the different data types in cobol?
Write some characteristics of cobol as means of business language.
Which Search verb is equivalent to PERFORM…VARYING?
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?
What is link edit in cobol?
What is Pic 9v99 Indicates in COBOL?
What is redefines clause in COBOL?
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 happens when we move a comp-3 field to an edited (say z (9). Zz-)?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How you can read the file from bottom?
What are the rules of the move verb?