Which is the best IBM mainframe Training Institute in
Ameerpet, Hyderabad
Answer Posted / anil
Mat is best
| Is This Answer Correct ? | 6 Yes | 21 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Write a program that uses move corresponding.
Which division and paragraphs are mandatory for a COBOL program?
What is Pic 9v99 Indicates in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
How arrays can be defined in COBOL?
What guidelines should be followed to write a structured cobol prgm?
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?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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.
Write the code implementing the perform … varying.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?