IBM Tools :: RE: coloured / formatted screen captures with any 3270 emulation
Author: prino Posted: Fri Sep 07, 2018 7:13 pm (GMT 5.5)don.leahy wrote:prino wrote: What would your employer loose by making it publicly available? They would gain quite a bit of goodwill by putting...
View ArticleIBM Tools :: RE: coloured / formatted screen captures with any 3270 emulation
Author: enrico-sorichetti Subject: Reply to: coloured / formatted screen captures with any 3270 emulation Posted: Fri Sep 07, 2018 8:08 pm (GMT 5.5)Quote:When I joined my present employer in 2010 I had...
View ArticleCLIST & REXX :: Encoding using rexx
Author: pkmurali Subject: Encoding using rexx Posted: Sat Sep 08, 2018 1:05 am (GMT 5.5) Dear all, I have to write an rexx program to encrpyt a sequential file. Using similar logic mentioned in the...
View ArticleCLIST & REXX :: RE: Encoding using rexx
Author: Nic Clouston Subject: Reply to: Encryption using rexx Posted: Sat Sep 08, 2018 2:06 am (GMT 5.5)Code:decrypt = bitxor(encrypt,b_pwd) say 'decrypted:' x2c(b2x(decrypt)) b_pwd is the same as 'f'...
View ArticleCLIST & REXX :: RE: Encoding using rexx
Author: sergeyken Posted: Sat Sep 08, 2018 3:42 am (GMT 5.5) As Nic mentioned above, you need RTFM PULL ... is equivalent to PARSE UPPER PULL ... In order to work with mixed case data you need to use...
View ArticleCLIST & REXX :: RE: SLEEP function in REXX
Author: dajm Subject: Reply to: SLEEP function in REXX Posted: Sat Sep 08, 2018 5:01 am (GMT 5.5) Wow, what a stunning over-reaction to a simple question. Sachin won't ask a question here again and...
View ArticleCLIST & REXX :: RE: SLEEP function in REXX
Author: Robert Sample Posted: Sat Sep 08, 2018 6:57 am (GMT 5.5)Quote:Wow, what a stunning over-reaction to a simple question.Wow -- so you add your comments 9 years, 10 months, and 2 weeks after the...
View ArticleFAQ & 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 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: 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 Article