What type of Call you would use if you don;t want the
control back to the calling program?
Answer Posted / menaka
USING 'CHAIN' KEYWORD IN COBOL.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
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 print 10 to 1 if the input have only 10 digit number?
What type of SDLC u followed? Why?
example for sub strings ? and refernce modifications whit output pls
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
what happens if parmparameter passes zero bytes to the program
What are all the divisions of a COBOL program?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
what is difference between cobol and cobol/400
What is perform what is varying?
Discuss about changing dataset name in proc.
How do you reference the following file formats from cobol programs?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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.