
Download the imager from
RaspberryPi.com and install the latest 64bit version.
For more information on installing Raspberry Pi Os see
the RaspberryPi documentation.
First thing to do is changing the passwords of the pre-defined users.
Edit SYS1.SECURE.CNTL(USERS).
Take care to keep the parameters in the right columns and de userids in alphabetical order.
Userids MUST be in alphabetical order!
Apply changes and save.
Then in the console do:
/stop rakf
/start rakf
The log should show that updates are detected.
Next go to SYS2.JCLLIB(ADDUSER)
Adjust the jobcard and add a line for each newly added user.
Watch out all datasets starting with the HLQ for that user will be deleted.
So don't add lines for the pre-defined users.
In SYS1.PROCLIB(IKJACCNT) change
//IKJACCNT EXEC PGM=IKJEFT01
to
//IKJACCNT EXEC PGM=IKJEFT01,DYNAMNBR=64
Create some PDSs.
Download the KICKS package:
unzip master.zip
In the kicks-master folder unzip kicks-tso-v1r5m0.zip
Download the KICKS package to TSO.
In ISPF go to the TSO COMMAND prompt.
In the 3270 terminal go to File Transfer
Local File Name :
Host File Name: KICKS.V1R5M0.XMI
Host filename will be prefixed by the userid (HERC01)
Send to host
Host is TSO
Transfer binary file
Record Format Fixed
Record length 80
Block Size 80
DFT Buffer Size 4096
Space Allocation Units Default
Click Transfer File and wait until transfer is complete.
Now a dataset has been created, prefixed with the current users HLQ:
HERC01.KICKS.V1R5M0.XMI
Unpack the dataset with the following bit of JCL.
This creates a PDS KICKS.V1R5M0.INSTALL which contains several members that also
need to be unpacked/received.
Edit the KICKS.V1R5M0.INSTALL(V1R5M0) member at the bottom of the list.
Change the JOBCARD to
Replacing HERC02 with your userid.
On the PROC statement change HERC01 to KICKS so that all KICKS datasets will have
a KICKS HLQ.
Change XMITIN DD DSN to
Submit the job and check the output.
This will create the KICKS datasets.
The KICKS.V1R5M0.INSTALL and HERC01.KICKS.V1R5M0.XMI (or other HLQ) may now
be deleted, they are no longer needed.
Edit SYS1.PROCLIB(IKJACCNT) and set the DYNAMNBR parameter to 64
Save the file, logoff and logon again.
Go to the TSO READY prompt.
Change your prefix to KICKS
Execute th KFIX clist:
Then press Enter until HLQ KICKS is suggested, then reply yes.
Once READY reset your prefix by
In the KICKS.KICKS.V1R5M0.INSTLIB PDS change all three members.
Change the JOBCARD to
And change all PUB002 references to WORK03.
Do the same for KICKS.KICKSSYS.V1R5M0.INSTLIB, members LODINTRA and LODTEMP
and submit all 5 jobs.
Edit KICKS.KICKSSYS.V1R5M0.CLIST(KICKS), line 146 must be deleted.
This one:
Example programs and mapsets can be found in
KICKS.KICKS.V1R5M0.COB for Cobol programs
KICKS.KICKS.V1R5M0.GCC for Gnu C programs
KICKS.KICKS.V1R5M0.MAPSRC BMS map sopurces
KICKS table assembly jobs are in KICKS.KICKSSYS.V1R5M0.INSTLIB