Answer Posted / dave
We wrote a REXX program that attaches a .txt file to an
SMTP email and sends it to outlook. Then you simply open it
from your email and save it to your harddrive.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which is not true about evaluate statement
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Which mode is used to operate the sequential file?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the compute verb? How is it used?
How do you get the data to code the BMS macro?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between binary search and sequential search?
Write a program to explain size error.