FAQ & Off Topics :: RE: Zipping a mainframe dataset using OSHELL Commands and...
Author: raviyuvi Posted: Sat Sep 08, 2018 9:01 am (GMT 5.5) Thankyou enrico-sorichetti. You are the only person responding to my query. I feel very happy for that and sorry for misunderstanding you....
View ArticleFAQ & Off Topics :: RE: Zipping a mainframe dataset using OSHELL Commands and...
Author: Nic Clouston Subject: Reply to: Zipping a mainframe dataset using OSHELL Commands and FTP it Posted: Sat Sep 08, 2018 2:27 pm (GMT 5.5) Just because a file has a file extension used to indicate...
View ArticleFAQ & Off Topics :: RE: Zipping a mainframe dataset using OSHELL Commands and...
Author: enrico-sorichetti Posted: Sat Sep 08, 2018 3:21 pm (GMT 5.5) raviyuvi I DO NOT NEED ANY EXPLANATION ... the process is pretty clear Code:OSHELL bzip2 /testoptecon/opteconib.sh is it so...
View ArticleFAQ & Off Topics :: RE: Zipping a mainframe dataset using OSHELL Commands and...
Author: Nic Clouston Subject: Reply to: Zipping a mainframe dataset using OSHELL Commands and FTP it Posted: Sat Sep 08, 2018 5:44 pm (GMT 5.5) I will wait until the weekend (my weekend, that is, which...
View ArticleJCL & VSAM :: Cond parameter
Author: srini24 Subject: Cond parameter Posted: Sun Sep 09, 2018 2:06 am (GMT 5.5) Hi, I want to execute only two steps say step 3 and step 15 of 20 Steps given in Catalogue procedure through JCL. I...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: sergeyken Posted: Sun Sep 09, 2018 3:00 am (GMT 5.5) Idea #1: Please, give any details, sample of real code (the involved parts of it), the trace of execution (with Return Codes), and...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: srini24 Subject: Reply to: Cond parameter Posted: Sun Sep 09, 2018 1:11 pm (GMT 5.5) Below is the sample job which i have used for testing purpose. I have two steps in the job namely J010 and...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: Nic Clouston Subject: Reply to: Cond parameter Posted: Sun Sep 09, 2018 3:10 pm (GMT 5.5) The easiest way, and you could have done it by now, is to copy the proc and delete the unwanted steps...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: Nic Clouston Subject: Reply to: Cond parameter Posted: Sun Sep 09, 2018 7:09 pm (GMT 5.5) You should have a procedure to run one-off production jobs. Set up your job as advised and use that...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: srini24 Subject: Reply to: Cond parameter Posted: Sun Sep 09, 2018 9:48 pm (GMT 5.5) I am aware to handle the process in test jcl by keeping only two steps in the proc and run.. But if there is...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: sergeyken Posted: Sun Sep 09, 2018 11:04 pm (GMT 5.5) Any testing of unclear JCL parameters MUST BE PERFORMED using truncated and simplified JCL+PROC codes, not involving any production code,...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: srini24 Posted: Sun Sep 09, 2018 11:52 pm (GMT 5.5) Firstly,Only after trying as much of scenarios,i posted to know any other feasible solutions..Yes..I went through the link..But i didn't get...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: Robert Sample Subject: Reply to: Cond parameter Posted: Mon Sep 10, 2018 12:03 am (GMT 5.5)Quote:When i run the job,S020 Step got executed with RC=0 and due to condition parameter in the job...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: srini24 Subject: Re: Reply to: Cond parameter Posted: Mon Sep 10, 2018 12:52 am (GMT 5.5)Robert Sample wrote:Quote:When i run the job,S020 Step got executed with RC=0 and due to condition...
View ArticleJCL & VSAM :: RE: Cond parameter
Author: Nic Clouston Subject: Reply to: Cond parameter Posted: Mon Sep 10, 2018 1:17 pm (GMT 5.5) Yes, it can be done but..you have to override the COND on ALL steps after the restart step. It took me...
View ArticleAll Other Mainframe Topics :: RE: Zipping a mainframe dataset using OSHELL...
Author: Nic Clouston Subject: Reply to: Zipping a mainframe dataset using OSHELL Commands and FTP it Posted: Mon Sep 10, 2018 1:47 pm (GMT 5.5) A further note: I suspect that sending the compressed...
View ArticleAll Other Mainframe Topics :: RE: Zipping a mainframe dataset using OSHELL...
Author: vasanthz Posted: Mon Sep 10, 2018 10:33 pm (GMT 5.5)enrico-sorichetti wrote: bunzip2 ( bzip2 -d ) decompresses bzip2 compressed files the bzip2 and zip algorithms are different so ... unzip...
View ArticleAll Other Mainframe Topics :: RE: Zipping a mainframe dataset using OSHELL...
Author: enrico-sorichetti Subject: Reply to: Zipping a mainframe dataset using OSHELL Commands and FTP it Posted: Mon Sep 10, 2018 11:02 pm (GMT 5.5) my answer and comment was based on the content of...
View ArticleAll Other Mainframe Topics :: RE: Zipping a mainframe dataset using OSHELL...
Author: Robert Sample Posted: Mon Sep 10, 2018 11:46 pm (GMT 5.5)Quote:In FTP01 step, I am sending this mainframe dataset to particular server as a zip file(put 'mainframe dataset' testout.bz2)...
View ArticleAll Other Mainframe Topics :: RE: Zipping a mainframe dataset using OSHELL...
Author: raviyuvi Posted: Tue Sep 11, 2018 10:21 am (GMT 5.5)Quote:A further note: I suspect that sending the compressed data back to zOS is screwing the data up as it is not being transferred as binary...
View ArticleAll Other Mainframe Topics :: RE: Zipping a mainframe dataset using OSHELL...
Author: Robert Sample Posted: Tue Sep 11, 2018 5:19 pm (GMT 5.5) Yes -- AS LONG AS you have issued FTP subcomand BINARY before doing the PUT. If you don't switch to image mode, and the FTP is going...
View ArticleAll Other Mainframe Topics :: RPG II Problem with unsigned Packed decimal field
Author: Andi1982 Subject: RPG II Problem with unsigned Packed decimal field Posted: Tue Sep 11, 2018 6:11 pm (GMT 5.5) Hello, we have some RPG II program and nobody here know how to solve this problem....
View ArticleDB2 :: Delete Multiple rows in chunks by using Cursor
Author: dharmaraok Subject: Delete Multiple rows in chunks by using Cursor Posted: Tue Sep 11, 2018 8:44 pm (GMT 5.5) I want to delete the records in a table in chunks by using cursor. Cursor normally...
View ArticleDB2 :: RE: Delete Multiple rows in chunks by using Cursor
Author: RahulG31 Subject: Reply to: Delete Multiple rows in chunks by using Cursor Posted: Tue Sep 11, 2018 9:35 pm (GMT 5.5) If you want to delete multiple rows then you can simply write:Code:DELETE...
View ArticleDB2 :: RE: Delete Multiple rows in chunks by using Cursor
Author: Rohit Umarjikar Posted: Tue Sep 11, 2018 11:56 pm (GMT 5.5)Quote:Cursor normally fetches the records one by one and delete the records one by one. but I need to fetch the records in Chunk - Say...
View ArticleDB2 :: RE: Delete Multiple rows in chunks by using Cursor
Author: dharmaraok Posted: Wed Sep 12, 2018 8:54 am (GMT 5.5) Hi , Can any one provide the sample pgm for Multi Row Fetch and after that Delete Multiple Row_________________dharmaraok
View ArticleDB2 :: RE: Delete Multiple rows in chunks by using Cursor
Author: Rohit Umarjikar Posted: Wed Sep 12, 2018 8:57 am (GMT 5.5) No unfortunately and thatâs not how it works and even if someone does and gives you the code , how should it help you to learn...
View ArticleDB2 :: RE: Delete Multiple rows in chunks by using Cursor
Author: Arun Raj Posted: Wed Sep 12, 2018 6:29 pm (GMT 5.5) dharmaraok, You could find some info HERE on declare, open, fetch, positioned delete and close rowset cursors, with some examples. Good...
View ArticleCICS :: Native CICS
Author: srini24 Subject: Native CICS Posted: Thu Sep 13, 2018 2:44 am (GMT 5.5) What is native CICS and what are all the native CICS screen commands.. Could anyone please help me with the right manual...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: Marso Posted: Thu Sep 13, 2018 12:18 pm (GMT 5.5) I can't say I remember much of my small encounter with RPG II from 40 years ago... Is it possible to append a packed-decimal zero (x'0C' or...
View ArticleCICS :: RE: Native CICS
Author: Nic Clouston Subject: Reply to: Native CICS Posted: Thu Sep 13, 2018 2:09 pm (GMT 5.5) Google was not very forthcoming about a definition of "native CICS". However, it is not aseparate product,...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: Andi1982 Posted: Thu Sep 13, 2018 2:35 pm (GMT 5.5)Marso wrote: Is it possible to append a packed-decimal zero (x'0C' or x'0F') giving x'1234560C' and then divide the lot by ten ? Yes, in COBOL...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: PeterHolland Posted: Thu Sep 13, 2018 2:58 pm (GMT 5.5) See data structures : https://www.ibm.com/support/knowledgecenter/ssw_i5_54/books/c0918180.pdf
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: Andi1982 Posted: Thu Sep 13, 2018 3:03 pm (GMT 5.5)PeterHolland wrote:See data structures : https://www.ibm.com/support/knowledgecenter/ssw_i5_54/books/c0918180.pdf Thx a lot! I was not able to...
View ArticleCICS :: RE: Native CICS
Author: enrico-sorichetti Subject: Reply to: Native CICS Posted: Thu Sep 13, 2018 3:05 pm (GMT 5.5) unfortunately ( by design ) CICS is not very friendly ... the command prompt is just an empty...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: PeterHolland Posted: Thu Sep 13, 2018 3:16 pm (GMT 5.5) Good luck.
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: ApexNC Posted: Thu Sep 13, 2018 5:36 pm (GMT 5.5) My RPG experience is likewise very old, but one of the COBOL conversion techniques I know very well should be easily adaptable. Decimal digits...
View ArticleDFSORT/ICETOOL :: Extra data in overlay field
Author: speermb Subject: Extra data in overlay field Posted: Thu Sep 13, 2018 6:04 pm (GMT 5.5) The field with extra data is starting in 105 and is the OVERLAY field. other data looks good. I have sort...
View ArticleDFSORT/ICETOOL :: RE: Extra data in overlay field
Author: speermb Subject: fOUND IT Posted: Thu Sep 13, 2018 7:28 pm (GMT 5.5) I JUST NEED TO USE THE RIGHT LENGTH IN THE OVERLAY...I WAS USING THE WRONG LENGTH!! I HAD Quote:...
View ArticleDFSORT/ICETOOL :: RE: Extra data in overlay field
Author: Rohit Umarjikar Posted: Thu Sep 13, 2018 7:31 pm (GMT 5.5) So you got it figured out by your self. Well done._________________Regards, Rohit Umarjikar A leader is one who knows the way, goes...
View ArticleFAQ & Off Topics :: Tips to a new system dba
Author: ricardoajpinto Subject: Tips to a new system dba Posted: Thu Sep 13, 2018 9:00 pm (GMT 5.5) Hello, i´m new to z/os world and i am on my road to became a system dba, after some search i am...
View ArticleDB2 :: Sliding window
Author: Ron Klop Subject: Sliding window Posted: Fri Sep 14, 2018 12:43 am (GMT 5.5) Hai, a question. I have two tables. Contract-table, containing three attributes: - contract-id -...
View ArticleDB2 :: RE: Sliding window
Author: RahulG31 Subject: Reply to: Sliding window Posted: Fri Sep 14, 2018 1:38 am (GMT 5.5)Quote:Suppose the first week starts at 09-09-2018. Where is this date (09-09-2018) stored? How do we know...
View ArticleDB2 :: RE: Sliding window
Author: Ron Klop Posted: Fri Sep 14, 2018 2:10 am (GMT 5.5) It is the daily processing date, which is stored in a separate table. Or can also be CURRENT DATE
View ArticleDB2 :: RE: Sliding window
Author: Pandora-Box Posted: Fri Sep 14, 2018 2:53 am (GMT 5.5) Hi Ron, Did you try anything ? I am not trying to be snide here... Just wanted to see what you have tried.._________________To understand...
View Article