I need to send an email from mainframe using the parmcard which has HELO MAIL FROM:RCPT TO:DATAFROM: TO: SUBJECT:etcbut i also need to get the system date and time each time I do so.How do I get that
Latest Answer: To send an Email from mainframe use:-PROC :- ARRMMAIL and use the control mem as RRMROLL1) . You can get this by using following code :In JCL code as:-//JS010 EXEC ARRMMAIL, RREMAIL='CORD2DAL.DDPP.PARMLIB(RRMROLL1)' ...
Latest Answer: THE RULE FOR CONCATANATION IS 1. LRECL and RECORD FORMAT SHOULD BE SAME2. IF THE BLOCK SIZE IS DIFFERENT THEN LARGEST BLOCK SIZE DATASET SHOULD BE IN THE FIRST DSN NAME3. DATASET MAY RESIDE IN DIFFERENT DEVICE AND VOLUMES. ...
Latest Answer: Positional parameters should come in an order...and key word parametes can come in any order....Positional ParametersA positional parameter must be placed in a specific position within the operand field. (If you want to omit a positional parameter, you ...
What is the difference between PS and PDS ? If a PS file is almost equal to member of a PDS. Then what is the neccerasy to use a PS file.?
Latest Answer: PS stands for physical sequential. Data in these files can be read sequentially by a program. PDS stands for partitioned data set. Each member within the PDS can be read as a sequential file if you set up your JCL to reference the specific ...
Latest Answer: Dude...Simple...Just write them in reverse order....that is only the solution.... ...
Latest Answer: Yes we can create PDS member by option 3.2, just by giving directory blocksalong with primary and seconday quantity. Pls try hands on it and incase you change default block size or record length, please remember to keep block size exact multiple of record ...
Latest Answer: HelloGDG's are Generation Data groups....If you want to main tain the versions of the reports.....you can use generations.Let us say your have to create a daily report throught your job, then if you use a flat file today's job will write the report ...
Can we copy the data of two input files to two output files using SORT utility with the data as 'SORT FIELDS=COPY' in the same step?
Latest Answer: No we cannot copy two input files to two output files using sort utility in one step.The job will not abend,but the second output dataset will be empty.below is the jcl...//xyz07t JOB (SSY295),'MN',NOTIFY=SSY297, ...
Job have 3 steps in
1) Step01 creating New GDG file(+),
2) Step02 Delete file(+),
3) Step03 create new GDG file with same file name
What is the version for that file?
Any utilities? Don't want to use any programs.
Latest Answer: Use disp=modto append the records to a file. ...
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top