Re: How to obtain a file bigger than 80 chars from two inputs file

2011-07-19 Thread Hilario G.
USING CTL1CNT ICE602I 0 OPERATION RETURN CODE: 16 ICE601I 0 DFSORT ICETOOL UTILITY RUN ENDED - RETURN CODE: 16 May you help me ? Kind Regards. Hilario G. -- For IBM-MAIN subscribe / signoff / archive access instructions

Re: How to obtain a file bigger than 80 chars from two inputs file

2011-07-19 Thread Hilario G.
Hello Michael, Pardon for the previos e-mail. Your example runs correctly. I adjust some values and now it work. Kind Regards. Hilario G. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists

How to merge two differents files with ICETOOL

2011-07-18 Thread Hilario G.
Hello folks, I need to obtain an output file of 300 bytes from two differents files: - FILE1 with a lenght of 80 - FILE2 with a lenght of 300 I need to merge both files, first FILE1 and after FILE2. I have several tested but I don't find the correct solution. The last one JCL that I used, I

Re: How to obtain a file bigger than 80 chars from two inputs file

2011-07-18 Thread Hilario G.
Hello folks, The additional information for the problem are: 1) FILE1 MEMBER OF A PDS LRECL=80. FB 2) FILE2 PS LRECL=210, FB 3) OUTPUT=FILE1+FILE2 PS,LRECL=210, FB FILE1 contains the header data for SMTP protocol. FILE2 is the attached file sentd via SMTP. I need to merge FILE1 (LRECL 80,

How to control in an JCL that a file is empty or not exist ?

2011-07-14 Thread Hilario G.
Hello folks, I have several batch processes that contain empty files or files that do not exist. I need to control the execution of certain programs based on the existence of these files (including files created empty). I try to used IDCAMS but didn't work in my tests. Thank you very much

Transfer files from Z/OS and Linux with conversion data

2011-07-12 Thread Hilario G.
Hello colleagues, I need to send files from a Z/OS 1.11 to other system with Linux operating system. The files are GDG's files and contain data in binary and packed. I would like to know the way to transfer those files with the necessary conversion from EBCDIC to ASCII. Kind Regards.

Merge two files with different lenght

2011-07-08 Thread Hilario G.
Hi folks, I solve the problem using next JCL: //STEP1 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //IN1 DD DSN=file80,DISP=SHR //IN2 DD

How to obtain a file bigger than 80 chars from two inputs file

2011-07-07 Thread Hilario G.
Hello folks, I need to obtain a file of 210 bytes that contain the content of two files: . First file is a PDS 80 bytes . Second file is a flat file 210 bytes I tryed to obtain via IEBGENER and ICETOOL but after some examples I never get the end file with the contents of both files. May

Re: A JCL SMTP with attached files and with the USERID that submit the bath process

2011-06-30 Thread Hilario G.
Hello folks, Thanks for your anser to my question. I answer some questions: 1) We have SAS but only on Windows platform not on the mainframe. 2) Actually the files that I want to send via SMTP are generated by application programs and are printed instead of create a file. 3) The user want to

A JCL SMTP with attached files and with the USERID that submit the bath process

2011-06-29 Thread Hilario G.
Hello folks, I have a batch SMTP with the following requirements: 1) Sending files 1-n attachment to the e-mail. 2) I need the user who submit the job appears as a user of the email address of TO: sys...@domain.com Someone can tell me anything about how to do it? Thank you very much

Problem with LPA=xx on IEASYSxx

2011-05-03 Thread Hilario G.
Hi, I have an extrange problem for mi. On the member IEASYSxx y have a sentence for the LPALST library concatenations (LPA=xx). I discovered that the SVC for CICS when I start CICS isssue a problem that couldn't found the SVC 216. I follow the SYSLOG and not appear any sentence that the system

How to find problems on code like S0C4 on programs that were made by others

2011-03-04 Thread Hilario G.
Hello, I'm a professional that I'm learning new mainframe environment. I would like to know how or steps to follow for the determination of problems in the source code (eg: SC04) in modules like Assembler and other. Where to look? There is some material or guide the search for find problems?

Someone has training manuals or notes that can help me

2010-10-04 Thread Hilario G.
Hi colleagues, I have not work in mainframe environment and now I have to perform the functions of System Programmer. I have no time to attend training and in my country there are no planned training courses for not having enough workers to justify the course. Some of you you can tell me if

Re: Someone has training manuals or notes that can help me

2010-10-04 Thread Hilario G.
Hello, Thank you all. I found information on the ABC's. What I find is on the installation of a Z / OS. Anyone know if there is any manual or notes about it. Anyone know if there is such information (at no installation training) to undertake this task. Thank you very much Hilario

Re: Someone has training manuals or notes that can help me

2010-10-04 Thread Hilario G.
Hello, The environment is a Z / OS 1.11. You have to make the installation of this version and migrate from a version Z / OS 1.7. Since there is no training in this regard, I would like to know if someone has training manuals about it. Also appreciate any comments or suggestions. Thank you