Mainframe sorting on z/OS - DFSORT - M119

preview_player
Показать описание
//MOSHIX5 JOB (1),'MOSHIX',CLASS=A,MSGCLASS=H,REGION=40M,
// NOTIFY=MOSHIX,MSGLEVEL=(1,1)
//STEP1 EXEC PGM=ICEMAN
//SORTLIB DD DSN=SYS1.SORTLIB,DISP=SHR
//SYSOUT DD SYSOUT=*
//SORTIN DD DISP=SHR,
// DSN=MOSHIX.WORK.SORTIN
//**SORTOUT DD DISP=(NEW,CATLG,DELETE),
//** SPACE=(TRK,(10,0)),
//** DSN=MOSHIX.WORK.SORTOUT
//SORTOUT DD DSN=MOSHIX.WORK.SORTOUT,DISP=SHR
//SORTWK01 DD UNIT=SYSDA,SPACE=(CYL,(5,5))
//SYSIN DD *
SORT FIELDS=(60,5,BI,D,1,25,CH,A,48,5,CH,D)
/*
Рекомендации по теме
Комментарии
Автор

Thank you for let me understand why mainframes were so important to me and to computer science in general. DFSORT, as you said, was one on the best software ever written by IBM. And that company changed my life forever.

isleifoterogarcia
Автор

Man, I work with DFSORT/SYNCSORT all the time. Another great video, Moshix.

JediOfTheRepublic
Автор

Thanks for the video,
It will be really helpful if you upload some video regarding COBOL DB2 precompiler process and the concept of DBRM Bind, Plan, package, collection.

vibhavgiri
Автор

Would like to see some demo on Easytrieve

arnabbera
Автор

Do you plan to create more videos on DFSORT for a more complex sorting? like using include/omit and/or EQ, GT, LT ?...or a video on ICETOOL?

janosdraga
Автор

I'm curious how it got the name ICEMAN, there must be a story there.

misterspock
Автор

Hi, thanks for all your interesting videos! I have setup TK4- on my own system just for fun and learning purposes. However, apart from running the z/OS 1.10 unlicensed, is there any other OS I could use to run SQL on?

johny
Автор

What would be an acceptable price for a S/390 card. It would be as close I could get to a "real" Mainframe. Hercules is faster, but these cards are sexy.

TheRt