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
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Are you comfortable in cobol or jcl?
Whats the difference between search & search ALL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the pertinent COBOL
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?
How many sections are there in data division in COBOL?
What are declaratives and what are their uses in cobol?
In which area will you utilize 88 level items in cobol?
How arrays can be defined in COBOL?
how to move the records from file to array table. give with code example
Explain the configuration section of a cobol program with examples of syntax.
Write a program to enter and display the names of students in a class using the occurs clause.
how do you reference the variable unblock file formats from cobol programs