Answer Posted / aditya
FILE NOT OPENED........
| Is This Answer Correct ? | 9 Yes | 20 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Discuss about changing dataset name in proc.
Give some examples of command terminators?
What is a SSRANGE and NOSSRANGE?
What is the use of intialize verb?
How do you get the data to code the BMS macro?
Can a Search can be done on a table with or without Index?
Write a program that uses move corresponding.
example for sub strings ? and refernce modifications whit output pls
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.
how do you reference the printer file formats from cobol programs
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.
how do you reference the variable unblock file formats from cobol programs