Re: CORRUPT PDS - I/O ERROR

2011-08-01 Thread Dale R. Smith
ultiple of 80 and 160. This will work for any records that are a multiple of 80, (160, 240, etc.). I needed to put the VM/CMS file inline so it had to be a multiple of 80 bytes to work. This example clearly shows that the JCL LRECL overrides the file setting and no error occurs. -- Dale

Re: Real Storage Occupancy

2011-06-30 Thread Dale R. Smith
doesn't end, so no storage is freed. For example: Do Forever ...some process creates REXX stem (say "line.") ...process elements in stem ("line.") Drop line. /* Free Storage for

Re: FTP question

2011-03-31 Thread Dale R. Smith
On Thu, 31 Mar 2011 10:56:39 +0300, גדי בן אבי wrote: >Hi, > >One of our users wants an ftp transfer to fail if the data set already exists. > >z/OS is the server. >The client is windows. > >Is this possible? > >TIA > >Gadi > Try: SUNIQUE ON

Re: Dynamic calls from COBOL

2011-03-18 Thread Dale R. Smith
AME or ALIAS linkage-editor or binder control statements, or use of the NAME compiler option which generates them automatically. . An intervening CANCEL for any dynamic call to the same module at a different entry point. CANCEL causes the program to be invoked in initial state when it is called at