Author |
Message |
Topic: GDG Version Creation |
tvssv
Replies: 1
Views: 2198
|
Forum: Job Control Language(JCL) Posted: Sat Dec 10, 2022 10:27 am Subject: GDG Version Creation |
Hi,
We have a requirement as below.
We have 2 GDG bases in MVS. For eg.
ABC.EFG.SA..DATA
ABC.EFG.SA.AUDIT
We are getting these files from external system with same names as below.
... |
Topic: FTP file via email from MVS. |
tvssv
Replies: 1
Views: 2113
|
Forum: Utilities Posted: Wed Sep 28, 2022 9:24 am Subject: FTP file via email from MVS. |
Hi,
My requirement is to send dataset in mainframe via email. I have written the below JCL. I am getting email, but the attached text file is blank. Please give suggestion where it went wrong.
J ... |
Topic: Apending Date to Dataset in FTP or JCL |
tvssv
Replies: 2
Views: 2848
|
Forum: Utilities Posted: Thu Jun 09, 2022 9:20 am Subject: Apending Date to Dataset in FTP or JCL |
Thank You so much Kolusu.
It worked.
//EXTRCT EXEC PGM=EZACFSM1
//SYSOUT DD SYSOUT=*
//SYSIN DD DATA,DLM=@@ ... |
Topic: Apending Date to Dataset in FTP or JCL |
tvssv
Replies: 2
Views: 2848
|
Forum: Utilities Posted: Wed Jun 08, 2022 1:10 pm Subject: Apending Date to Dataset in FTP or JCL |
Hi,
My requirement is, I have a file ‘aaa.bbb.ccc’.
In put statement of FTP I have to add system/job run DATE in file name as below.
PUT ‘aaa.bbb.ccc’ xxx.yyy.zzz.yyyymmdd.A.B
... |
Topic: Need to send an email based on content in sysprint in sdsf |
tvssv
Replies: 1
Views: 2210
|
Forum: Utilities Posted: Sun Oct 11, 2020 4:16 am Subject: Need to send an email based on content in sysprint in sdsf |
Hi,
I have the below code.
//step1 EXEC PGM=program name,REGION=2M
//*
//input1 DD DS ... |
Topic: FTP issue |
tvssv
Replies: 3
Views: 4672
|
Forum: Job Control Language(JCL) Posted: Thu Sep 10, 2020 11:22 pm Subject: FTP issue |
Hi Kolusu,
Thank You.
I am transmitting the file directly from MVS to UNIX server through jcl. But still they are saying the file is displaying ^M junk character. |
Topic: FTP issue |
tvssv
Replies: 3
Views: 4672
|
Forum: Job Control Language(JCL) Posted: Thu Sep 10, 2020 10:51 am Subject: FTP issue |
Hi,
I am transmitting the file (FB, LEN 225) from MVS to UNIX server through ftp. This file contains only text. The receiver in UNIX says that all lines in the file they received contains ^M junk c ... |
Topic: Count of the non matching records. |
tvssv
Replies: 2
Views: 2555
|
Forum: Utilities Posted: Thu Sep 03, 2020 7:52 am Subject: Count of the non matching records. |
Hi Kolusu,
Thank You. Got it with SuperCE. |
Topic: Count of the non matching records. |
tvssv
Replies: 2
Views: 2555
|
Forum: Utilities Posted: Fri Aug 28, 2020 9:55 am Subject: Count of the non matching records. |
Hi,
I have two files. I need to compare two files and need to get the count of non matching records and matching records. Both the files are of length 225.
Actually both the files are same except ... |
Topic: CHECKSUM for a file. |
tvssv
Replies: 2
Views: 4118
|
Forum: Utilities Posted: Tue Aug 04, 2020 3:27 am Subject: CHECKSUM for a file. |
Is there any way to find CHECKSUM for a file in Mainframe. If it is available, could please let me know how to get CHECKSUM for a file.
Thank You. |
Topic: Creating dataset with Header and Trailer. |
tvssv
Replies: 1
Views: 3514
|
Forum: Job Control Language(JCL) Posted: Sat Jul 04, 2020 3:08 am Subject: Creating dataset with Header and Trailer. |
Hi,
I have file as below.
----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----
*********************************************************** Top of Data ... |
Topic: PL/I Help on PIC variable. |
tvssv
Replies: 5
Views: 4048
|
Forum: Application Programming Posted: Fri Apr 17, 2020 11:36 am Subject: PL/I Help on PIC variable. |
Thank You Kolusu.
DCL INPT CHAR(08) INIT('-4912315') ; with this declaration it is working fine.
I have delcared it as PIC 'SSSSSSS9' it was working fine but if value is '28653680' it is no ... |
Topic: PL/I Help on PIC variable. |
tvssv
Replies: 5
Views: 4048
|
Forum: Application Programming Posted: Tue Apr 14, 2020 1:03 pm Subject: Read negarive value from file to variable in program. |
Hi,
I need to read the value from file which is negative value for now but positive values also come . Now the value is -4912315.
I have declared in program is below.
DCL 1 BBK_DETAIL ... |
Topic: PL/I Help on PIC variable. |
tvssv
Replies: 5
Views: 4048
|
Forum: Application Programming Posted: Tue Apr 14, 2020 7:00 am Subject: PL/I Help on PIC variable. |
Hi,
I am declaring a variable as PIC '-------9'. I am getting value into this variable negative value for now. In future there is chance to getting positive value also to this variable. Actually we ... |
Topic: PL/I programming Help |
tvssv
Replies: 6
Views: 3479
|
Forum: Application Programming Posted: Wed Nov 27, 2019 6:11 am Subject: PL/I programming Help |
There is no FOR loop structure in PL/I. Does this person mean:
DO counter_variable = inital_value TO end_value
?
Yes, it should be.
I have coded as below.
DCL j fixed dec& ... |
|