Quantcast
Browsing all 8500 articles
Browse latest View live

DFSORT/ICETOOL :: RE: Format record to remove Leading zeroes

Author: Learncoholic Posted: Fri Apr 07, 2017 6:56 pm (GMT 5.5) Arun, I tried the below SORT card to get the O/P I required:Code: INREC IFTHEN=(WHEN=INIT,...

View Article


JCL & VSAM :: RE: LISTCAT on a dataset with symbolic parameters

Author: steve-myers Posted: Fri Apr 07, 2017 7:15 pm (GMT 5.5) Don't forget (or if you didn't know) – not only is LISTCAT an IDCAMS command, it is also a TSO command, which opens up all sort of...

View Article


IBM Tools :: RE: scheduling between OPC and TWS give unpredictable result ?

Author: Harald.v.K Posted: Fri Apr 07, 2017 7:28 pm (GMT 5.5) Hi nsbl, I'm not as experienced as you, but from your description it seems to be an issue with a starting point, which is indexed 'zero' on...

View Article

DFSORT/ICETOOL :: RE: Format record to remove Leading zeroes

Author: RahulG31 Subject: Reply to: Format record to remove Leading zeroes Posted: Fri Apr 07, 2017 8:14 pm (GMT 5.5) Hey, Good to hear that.

View Article

DFSORT/ICETOOL :: RE: Format record to remove Leading zeroes

Author: Arun Raj Posted: Fri Apr 07, 2017 8:52 pm (GMT 5.5) Cool. Like mentioned earlier, you could remove the data positions you don't intend to modify, from your OVERLAYs. No big deal here, but a...

View Article


TSO/ISPF :: RE: HLIST Utility In Batch

Author: Pedro Subject: Reply to: HLIST Utility In Batch Posted: Fri Apr 07, 2017 10:00 pm (GMT 5.5) I do not think HLIST supports wildcard characters in the way that you recall. Use LEVEL...

View Article

IMS DB/DC :: RE: Need help in estimating space of unload file

Author: ashek15 Subject: Reply to: Need help in estimating space of unload file Posted: Sat Apr 08, 2017 1:29 am (GMT 5.5) One more thing, I would like to share is that our ims database(i.e VSAM file)...

View Article

IMS DB/DC :: RE: Need help in estimating space of unload file

Author: steve-myers Posted: Sat Apr 08, 2017 6:48 am (GMT 5.5) There is, but the relation is more complex.Ignore everything in the ATTRIBUTES section of the listing. AVGLRECL, for example is nothing...

View Article


IBM Tools :: Application not run by time HH:MM trigger

Author: jzhardy Subject: Application not run by time HH:MM trigger Posted: Sun Apr 09, 2017 3:22 pm (GMT 5.5) I can set an application to start and finish with entry time/deadline time fairly easily,...

View Article


JCL & VSAM :: RE: LISTCAT on a dataset with symbolic parameters

Author: Marso Posted: Sun Apr 09, 2017 6:43 pm (GMT 5.5) This is also an option:Code://*------------------------------------------- //STEP01   EXEC  PGM=SORT                      //SORTIN   DD    *...

View Article

IMS DB/DC :: RE: Need help in estimating space of unload file

Author: ashek15 Subject: Reply to: Need help in estimating space of unload file Posted: Mon Apr 10, 2017 3:42 am (GMT 5.5) I looked further into it but looks like AVGLRECL and MAXLRECL are same most of...

View Article

IMS DB/DC :: RE: Need help in estimating space of unload file

Author: steve-myers Posted: Mon Apr 10, 2017 6:14 am (GMT 5.5) The maximum BLKSIZE for system determined BLKSIZE is 27998 on a 3390. System determined BLKSIZE yields 2 records per track. 27998 * 2 = ?....

View Article

Image may be NSFW.
Clik here to view.

JCL & VSAM :: RE: LISTCAT on a dataset with symbolic parameters

Author: shreya19 Posted: Mon Apr 10, 2017 11:21 am (GMT 5.5) Thanks a lot everyone I used the one suggested by steve-myers It runs perfectly fine

View Article


TSO/ISPF :: RE: HLIST Utility In Batch

Author: Virendra Shambharkar Subject: Reply to: HLIST Utility In Batch Posted: Mon Apr 10, 2017 2:34 pm (GMT 5.5) Thanks for the inputs. If I give Code:HLIST LEVEL(HLQ) it gives me output asCode:...

View Article

Image may be NSFW.
Clik here to view.

IBM Tools :: RE: Application not run by time HH:MM trigger

Author: Rohit Umarjikar Posted: Mon Apr 10, 2017 8:55 pm (GMT 5.5)Quote:My thinking is maybe create a dummy application X, and make it successor to all applications which need to have been...

View Article


TSO/ISPF :: RE: HLIST Utility In Batch

Author: vasanthz Posted: Tue Apr 11, 2017 12:18 am (GMT 5.5)Code: BACKUP      FROM      BACKUP BACKUP    SYS   GEN VOLUME     VOLUME   DATE      TIME        CAT    NMBR You get this because this is...

View Article

IMS DB/DC :: RE: Need help in estimating space of unload file

Author: ashek15 Subject: Reply to: Need help in estimating space of unload file Posted: Tue Apr 11, 2017 5:20 am (GMT 5.5) Thanks. Let me investigate more on this. will get back....

View Article


IMS DB/DC :: RE: Need help in estimating space of unload file

Author: don.leahy Posted: Tue Apr 11, 2017 5:02 pm (GMT 5.5) Data bases contain a significant amount of free space in order to efficiently handle Inserts, so it is difficult to tell the Unload data set...

View Article

DFSORT/ICETOOL :: Sort Large record length

Author: cmsmoon Subject: Sort Large record length Posted: Tue Apr 11, 2017 5:49 pm (GMT 5.5) Hi , I have a jcl which have sort step running 9 hrs to process 60000 record and its record length 30000....

View Article

DFSORT/ICETOOL :: RE: Sort Large record length

Author: Robert Sample Posted: Tue Apr 11, 2017 6:32 pm (GMT 5.5) It sounds like your problem is not sorting but something else -- 60,000 records in 9 hours is about 2 records per second and that is WAY...

View Article
Browsing all 8500 articles
Browse latest View live