Thank you in advance for reading this. It is proably a simple question. I have a VBScript that I use to install a program onto client computers. I was trying to create a Email with instruction I could send out with a hyperlink to the install script. The hyperlink causes an error. I can click on...
Thanks to everyone that replied to this. I guess the files I worked with at Hertz were created as variable length files so they could be read in to one input file. That was awhile ago and I slept since then. I ended up writing a EZTrieve program that works nicely.
Well I didn't get very far out the door on this the input is a 373 length record.
* //GLBIN DD DSN='TDWJB00.S.TEST.LALQUAL.FILE1(0)',
* // DISP=(OLD,KEEP)
SELECT GLOBE-IN ASSIGN TO GLBIN
STATUS IS...
Ok I will try that. I think I tryed it alr but coded RECORDING MODE V. VSE is differant than MVS I know I have done this in a past life on MVS. Its Friday so you guys have a great weekend. Thanks for all the help. I will let you know how it turns out.
Binary searches (search All) are only good on keyed tables where the key is ordered and unique as stated above. Sounds like you need a multi level perform incrementing the X and y indexes. When the value you are looking for is found then write out the desired output. This searches all the fields...
Its a more complicated than that. This is for the New "Inteligent Mail Bar Code". This program wiil count the records then call another program that will reserve a sequecnce of numbers. This program then writes the starting number to a VSAM record that can be picked up by Post (vendor software)...
I have been programming for about ten years and also use SPF/SE on the PC. It is a great fixed length file editor. Especially for handling editing Mainframe files on the PC. It is not just for source code but it is good in that area also. Liked it so much I bought my own copy.
I am working on COBOLIII, on a VSE system. I have a program that just needs to count the records in a file not update the file. There about 6 different fixed length files ranging from 160-475 in length. In other programs here at work they define separate FD'd and open and close the one with the...
I need to update an Access database when a file is loaded on a server. I would like to have the FTP that loads the file run a program on the host after a successful load. I don’t think the FTP can not start Windows secession so it needs to be a standalone EXE. The problem is finding a program...
I am tiring to deploy an Access .MDB application using a MSI file. Most, but not all machines will have a copy of A2000-A2007 already installed. I need to make A2007 runtime to be optionally installed. This is because 2007 runtime causes havoc with computers that have Access 2000-2003...
This might be a dumb suggestion but, have you tried exporting the data to a Excel and then back to Access. The import process will let you know if you have any data errors or if the col. names are incompatible with Access. I am loading a bunch of tables in access and import everything from Excel.
Try putting it on a screen that calls the query and reference Forms!myform!UserID. That works for me when I need to use a variable in a query it can't get too. Also I have a module to pass data called get_global in some queries I filter by populating a global variable then add get_global...
I share your dislike of the new 2007 screen layout. Some focus group got together and decided to make it easier for the novice user and harder for the developer. What was wrong with pull down menus? Change does not always mean progress.
The ribbon and the navigation pane take up a lot of...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.