Answer Posted / atluri
Apart from utins ISPF option 6 with the Send Command, If
your installation uses Sterling Commerce Connect : Direct
you can transmit files from Mainframe to other operating
Systems by writing a script.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to know whether the module is dynamical or statistical?
Write a cobol program making use of the redefine clause.
How many bytes S(8) comp field occupy and its maximum value?
Write a program to explain size error.
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?
Write a program that uses move corresponding.
How do you reference the following file formats from cobol programs?
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?
What is the LINKAGE SECTION used in COBOL?
How do you differentiate between cobol and cobol-ii?
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
Define static linking and dynamic linking.
What is inspect in cobol ?
How arrays can be defined in COBOL?