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 various search techniques in cobol? Explain.
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 the difference between PIC 9.99 and 9v99 in COBOL?
What are the pertinent COBOL
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Explain the configuration section of a cobol program with examples of syntax.
What is the utilization of copybook in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
HOw can I get the negative sign while deduct high value from low value
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What are declaratives and what are their uses in cobol?
Define cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do you differentiate between cobol and cobol-ii?