how to transfer the file from pc to mainframe??
Answer Posted / pawan
It can be done through Emulator software(Session)if file is
from your PC(local) or NDM Or FTP ( if File is from remote
or local server)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the access modes of START statement?
Discuss about changing dataset name in proc.
Why occurs cannot be used in 01 level in COBOL?
What are the various section in data division and briefly explain them.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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?
What is redefines clause in COBOL?
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...)
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.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the different rules of SORT operation?
How do u write test cases?
What kind of error is trapped by on size error option?
What is Pic 9v99 Indicates in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?