Re: Show disk usage in TK4-
Strange!!!??? What is Sys1.Proclib doing in the JCL? //DISKMAP? JOB (001),'DISKMAP', //? ? ? ? ? ? CLASS=A,MSGCLASS=A //DISKMAP EXEC PGM=DISKMAP,REGION=1024K //SYSPRINT DD? SYSOUT=*
By
Rahim Azizarab
·
#1866
·
|
Re: Show disk usage in TK4-
Patrik, You might find DISKMAP of use. //DISKMAP JOB (001),'DISKMAP', // CLASS=A,MSGCLASS=A //DISKMAP EXEC PGM=DISKMAP,REGION=1024K //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=SYS1.PROCLIB,DISP=SHR //DD1
By
cjar1950@...
·
#1865
·
|
Show disk usage in TK4-
Hello, today I was wondering, how much unallocated space I have available on the various volumes of the current TK4-. Interestingly, after 15 Minutes of online research, I have not found something
By
Patrik Schindler
·
#1864
·
|
Re: IBM Assembler History
Hi Harold yes, thanks.? I do follow the groups.io forum about SATK, although I have not played with it. From the examples I gather that ASMA/SATK does not have a syntax that is different from the
By
Marco Antoniotti
·
#1863
·
Edited
|
Re: IBM Assembler History
Harold Grovesteen wrote: Highly recommended! -- "Fish" (David B. Trout) Software Development Laboratories http://www.softdevlabs.com mail: fish@...
By
Fish Fish
·
#1862
·
|
Re: IBM Assembler History
These days there is also SATK with its ASMA assembler, written in Python and runs anywhere Python does. https://github.com/s390guy/SATK Harold Grovesteen
By
Harold Grovesteen
·
#1861
·
|
Re: Real programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. SAYS MY Tk4- COOKIE JAR
WOW !!! you are a second generation programmer !!! Not so much people can say that. My Old Man, was in Radio, so i inherited electronics, but I'm the first one in programming bussiness. But he did
By
carlos feldman
·
#1860
·
|
Re: Is this a JCL typo?
Yes, you have a typo. You have //[space]*, not //*. It took the "*" and tried to match it against JOB EXEC DD, etc.
By
Robert Schreiber <bobschreiber@...>
·
#1859
·
|
Re: Real programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. SAYS MY Tk4- COOKIE JAR
Learned FORTRAN on an 1130 at my Dad's workplace on the weekends around 1970. Still play with the simulator. Learned 8080 assembler on my own on Dad's CP/M system. Went to UIUC in the late 70s, had
By
Doug Wegscheid
·
#1858
·
|
Re: [Marketing Mail] Re: [H390-MVS] Trying to add a printer or punch as sockdev
wrote: That's good advice. I thought I was, but in truth I was only glancing at things which would have some meaning to an exoerienced operator. I never learned much about printing back then. Thanks
By
Rupert Reynolds
·
#1857
·
|
Re: Real programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. SAYS MY Tk4- COOKIE JAR
I first learnt FORTRAN at a university holiday job in 1970, which was also my first experience of computers. They had a PDPxx (xx=10? can't remember for sure), and they gave me a copy of Daniel D.
By
Tim
·
#1856
·
|
Re: Hercules, MVS speed.
Hello Tom, Am 30.11.2020 um 06:55 schrieb tomarmstrong255@...: Thanks for that clarification. Sometimes I¡¯m easy to forget how very ancient some concepts are. :-) :wq! PoC
By
Patrik Schindler
·
#1855
·
|
Re: Is this a JCL typo?
I want to say it is a Power/360 control card.? I think it was used to indicate EOF.
By
Ed Liss <egliss4024@...>
·
#1854
·
|
Re: [Marketing Mail] Re: [H390-MVS] Trying to add a printer or punch as sockdev
Rupert, What you are seeing is what is called SETUP operator message. (actually ¨C you probably are NOT seeing it on the console) ¨C Remember ¨C think of a REAL computer room ¨C with operators ¨C
By
Jeff Bassett
·
#1853
·
|
Re: Is this a JCL typo?
I take it back DOS has /& at the end and plain // for MVS.? It is not MVS; it is some other unknown system. regards; Rahim
By
Rahim Azizarab
·
#1852
·
|
Re: Is this a JCL typo?
It is a DOS/VSE card not an MVS. regards; Rahim
By
Rahim Azizarab
·
#1851
·
|
Re: Is this a JCL typo?
<mgaubatz@...> wrote: I thought so too, then I gave it a try in TK4-: J E S 2 J O B L O G 11.36.45 JOB 776 IEF452I ROXOBR14 JOB NOT RUN - JCL ERROR 1 //ROXOBR14 JOB (ROXO),'EXECUTE
By
Fernando M. Roxo da Motta
·
#1850
·
|
Re: Trying to add a printer or punch as sockdev
Follow-up: I didn't want good-looking prints, but I wanted some facilities not in HercPrt, so I threw together some Python to connect to Hercules and pull out the data I need. It's pretty basic and
By
Rupert Reynolds
·
#1849
·
|
Re: Real programmers don't write in FORTRAN. FORTRAN is for pipe stress freaks and crystallography weenies. SAYS MY Tk4- COOKIE JAR
Fortran was ad still is a Lingua Franca un the sciences and engineerig community, INTEL in the 1970's distributed PL/M, a downsized PL/I ( it's available today ) as two pass PL/M compiler, for its
By
carlos feldman
·
#1848
·
|
Re: Is this a JCL typo?
Treated as end-of-job, if not a continuation card. Mark dasdman Sent: Sunday, November 29, 2020 3:17 PM To: [email protected] Subject: Re: [H390-MVS] Is this a JCL typo? I think this is probably a
By
Mark L. Gaubatz
·
#1847
·
|