Windows 10: ssssssssssss

Discus and support ssssssssssss in Windows 10 Software and Apps to solve the problem; ssssssssssssss https://answers.microsoft.com/en-us/windows/forum/all/ssssssssssss/a732514b-7db0-415e-ade2-d89ce45b6942 Discussion in 'Windows 10 Software and Apps' started by aby yazan, Oct 24, 2023.

  1. aby yazan Win User

    ssssssssssss


    ssssssssssssss

    :)
     
    aby yazan, Oct 24, 2023
    #1
  2. jimbo45 Win User

    If Win 10 still used floppies for install ...

    Hi folks
    Here's another one for "Old timers" who have used the old IBM MVS mainframe OS -- do people remember its hideous JCL (job control language) you needed to get a job to run -- but I did like the Block character routine to separate print output.

    Quick sample of a PL/1 (anybody even remember that any more although was good in its day !!!!) test thing running on the IBM MVS system using the hercules emulator on a laptop !!! - Hopefully will bring back some memories.

    TTTTTTTTTTTT EEEEEEEEEEEE SSSSSSSSSSSS TTTTTTTTTTTT PPPPPPPPPPPP LL 111
    TT EE SS SS TT PP PP LL 1111
    TT EE SS TT PP PP LL 11
    TT EE SSS TT PP PP LL 11
    TT EEEEEEEE SSSSSSSSS TT PPPPPPPPPPPP LL 11
    TT EEEEEEEE SSSSSSSSS TT PPPPPPPPPPP LL 11
    TT EE SSS TT PP LL 11
    TT EE SS TT PP LL 11
    TT EE SS SS TT PP LL 11
    TT EEEEEEEEEEEE SSSSSSSSSSSS TT PP LLLLLLLLLLLL 1111111111
    TT EEEEEEEEEEEE SSSSSSSSSS TT PP LLLLLLLLLLLL 1111111111



    JJJJJJJJJJ 2222222222 AAAAAAAAAA
    JJJJJJJJJJ 222222222222 AAAAAAAAAAAA
    JJ 22 22 AA AA
    JJ 22 AA AA
    JJ 22 AA AA
    JJ 22 AAAAAAAAAAAA
    JJ 22 AAAAAAAAAAAA
    JJ 22 AA AA
    JJ JJ 22 AA AA
    JJ JJ 22 AA AA
    JJJJJJJJ 222222222222 AA AA
    JJJJJJ 222222222222 AA AA


    ****A START JOB 2 TESTPL1 TEST PLI ROOM 10.03.05 AM 27 NOV 20 PRINTER1 SYS TK4- JOB 2 START A****
    ****A START JOB 2 TESTPL1 TEST PLI ROOM 10.03.05 AM 27 NOV 20 PRINTER1 SYS TK4- JOB 2 START A****
    ****A START JOB 2 TESTPL1 TEST PLI ROOM 10.03.05 AM 27 NOV 20 PRINTER1 SYS TK4- JOB 2 START A****
    ****A START JOB 2 TESTPL1 TEST PLI ROOM 10.03.05 AM 27 NOV 20 PRINTER1 SYS TK4- JOB 2 START A****
    J E S 2 J O B L O G


    10.03.05 JOB 2 IEF677I WARNING MESSAGE(S) FOR JOB TESTPL1 ISSUED
    10.03.05 JOB 2 $HASP373 TESTPL1 STARTED - INIT 1 - CLASS A - SYS TK4-
    10.03.05 JOB 2 IEF403I TESTPL1 - STARTED - TIME=10.03.05
    10.03.05 JOB 2 IEFACTRT - Stepname Procstep Program Retcode
    10.03.05 JOB 2 TESTPL1 HELOWRLD PL1L IEMAA RC= 0004
    10.03.05 JOB 2 TESTPL1 HELOWRLD LKED IEWL RC= 0000
    10.03.05 JOB 2 TESTPL1 HELOWRLD GO PGM=*.DD RC= 0000
    10.03.05 JOB 2 IEF404I TESTPL1 - ENDED - TIME=10.03.05
    10.03.05 JOB 2 $HASP395 TESTPL1 ENDED


    ------ JES2 JOB STATISTICS ------


    27 NOV 20 JOB EXECUTION DATE


    22 CARDS READ


    384 SYSOUT PRINT RECORDS


    0 SYSOUT PUNCH RECORDS


    0.00 MINUTES EXECUTION TIME
    1 //TESTPL1 JOB (SETUP), JOB 2
    // 'TEST PLI',
    // CLASS=A,
    // MSGCLASS=A,
    // MSGLEVEL=(1,1),
    // NOTIFY=HERC01
    **********************************************************************
    ***
    *** NAME: SYS2.JCLLIB(TESTPL1)
    ***
    *** DESC: TEST PLI INSTALLATION
    ***
    **********************************************************************
    2 //HELOWRLD EXEC PL1LFCLG
    3 XXPL1LFCLG PROC SOUT='*' 00000100
    4 XXPL1L EXEC PGM=IEMAA,PARM='LOAD,NODECK' 00000200
    5 XXSYSPRINT DD SYSOUT=&SOUT 00000300
    6 //PL1L.SYSLIN DD UNIT=SYSDA
    X/SYSLIN DD DSNAME=&&LOADSET,DISP=(MOD,PASS),UNIT=SYSSQ, *00000400
    XX SPACE=(80,(250,100)) 00000500
    7 XXSYSUT3 DD DSNAME=&&SYSUT3,UNIT=SYSDA,SPACE=(80,(250,250)), *00000600
    XX DCB=BLKSIZE=80 00000700
    8 XXSYSUT1 DD DSNAME=&&SYSUT1,UNIT=SYSDA,SPACE=(1024,(60,60),,CONTIG),*00000800
    XX SEP=(SYSUT3,SYSLIN),DCB=BLKSIZE=1024 00000900
    9 //PL1L.SYSIN DD *
    10 XXLKED EXEC PGM=IEWL,PARM='XREF,LIST',COND=(9,LT,PL1L) 00001000
    11 //LKED.SYSLIB DD DSN=SYS1.PL1LIB,DISP=SHR
    X/SYSLIB DD DSNAME=SYS1.PL1LIB,DISP=SHR 00001100
    12 XXSYSLMOD DD DSNAME=&&GOSET(GO),DISP=(MOD,PASS), *00001200
    XX UNIT=SYSDA,SPACE=(1024,(50,20,1),RLSE) 00001300
    13 XXSYSUT1 DD DSNAME=&&SYSUT1,UNIT=SYSDA,SPACE=(1024,(200,20)), *00001400
    XX SEP=(SYSLMOD,SYSLIB),DCB=BLKSIZE=1024 00001500
    14 XXSYSPRINT DD SYSOUT=&SOUT 00001600
    15 XXSYSLIN DD DSNAME=&&LOADSET,DISP=(OLD,DELETE) 00001700
    16 XX DD DDNAME=SYSIN 00001800
    17 XXGO EXEC PGM=*.LKED.SYSLMOD,COND=((9,LT,LKED),(9,LT,PL1L)) 00001900
    18 XXSYSPRINT DD SYSOUT=&SOUT 00002000
    19 //GO.STEPLIB DD DSN=SYS1.PL1LIB,DISP=SHR
    //
    STMT NO. MESSAGE
    -
    5 IEF653I SUBSTITUTION JCL - SYSOUT=*
    14 IEF653I SUBSTITUTION JCL - SYSOUT=*
    18 IEF653I SUBSTITUTION JCL - SYSOUT=*
    17 IEF686I DDNAME REFERRED TO ON DDNAME KEYWORD IN PRIOR STEP WAS NOT RESOLVED
    IEF236I ALLOC. FOR TESTPL1 PL1L HELOWRLD
    IEF237I JES2 ALLOCATED TO SYSPRINT
    IEF237I 190 ALLOCATED TO SYSLIN
    IEF237I 180 ALLOCATED TO SYSUT3
    IEF237I 170 ALLOCATED TO SYSUT1
    IEF237I JES2 ALLOCATED TO SYSIN
    IEF142I TESTPL1 PL1L HELOWRLD - STEP WAS EXECUTED - COND CODE 0004
    IEF285I JES2.JOB00002.SO0102 SYSOUT
    IEF285I SYS20332.T100305.RA000.TESTPL1.LOADSET PASSED *-------22
    IEF285I VOL SER NOS= WORK03.
    IEF285I SYS20332.T100305.RA000.TESTPL1.SYSUT3 DELETED *--------0
    IEF285I VOL SER NOS= WORK02.
    IEF285I SYS20332.T100305.RA000.TESTPL1.SYSUT1 DELETED *--------0
    IEF285I VOL SER NOS= WORK01.
    IEF285I JES2.JOB00002.SI0101 SYSIN
    IEF373I STEP /PL1L / START 20332.1003
    IEF374I STEP /PL1L / STOP 20332.1003 CPU 0MIN 00.12SEC SRB 0MIN 00.05SEC VIRT 784K SYS 204K
    **************************************************************************************************** ********************************
    * 1. Jobstep of job: TESTPL1 Stepname: PL1L Program name: IEMAA Executed on 27.11.20 from 10.03.05 to 10.03.05 *
    * elapsed time 00:00:00,24 CPU-Identifier: TK4- Page-in: 0 *
    * CPU time 00:00:00,17 Virtual Storage used: 784K Page-out: 0


    !!!!! We all seem to have a bit of time to waste these days - but I still find it amazing that a lowly laptop can replicate this stuff when back in its day it took quite a large computer with huge Disks and water cooling to run this stuff !!!!!

    Cheers
    jimbo
     
    jimbo45, Oct 24, 2023
    #2
  3. FORZA MOTORSPORT 7 CONSTANTLY RANDOMLY CLOSING NO MATTER WHAT !!!

    Hi Josh. I'm Greg, an installation specialist, 10 years awarded Windows MVP, and Volunteer Moderator, here to help you.

    1) Check for game Updates in MS Store Hub (three dots at top right of Store app) > Downloads & Updates.

    2) Run the MS Store apps troubleshooter at Settings > Update & Security > Troubleshoot.

    3) Try to Reset or Repair the game in Windows Settings > Apps > Apps & Features > [Name of game] > Advanced Options > Reset or Repair. Restart PC.

    4) If that's not enough then uninstall the game from the same place, restart PC, reinstall the game from MS Store Hub (three dots at top right of Store app) > My Library.

    5) If the above steps don't help then go over this checklist to make sure the install is set up correctly, optimized for best performance, and any needed repairs get done:

    http://answers.microsoft.com/en-us/windows/wiki...


    Start with Step 4 to turn off Startup freeloaders which can conflict and cause issues, then Step 7 to check for infection the most thorough way, then step 10 to check for damaged System Files, and also Step 16 to test a new Local Admin account. Then continue
    with the other steps to go over your install most thoroughly.

    6) Update your drivers and BIOS/UEFI firmware from PC or motherboard maker's Support Downloads web page, using the full model number, Serial Number or Dell Service Tag on sticker. Compare the latest drivers available for download with the ones presently installed
    in Device Manager reached by right clicking the Start button. Make sure you have the latest BIOS or UEFI firmware, Chipset, Display (Video), Sound, USB3, Bluetooth, Network and all other drivers, or else download and install the latest now.

    Updating drivers from the Device Manager or Windows Update is rarely enough. The most basic thing we need to learn to maintain a PC is keep the latest manufacturer's drivers installed from their Support Downloads web page.

    7) If nothing else works then do a Repair Install, by installing Media Creation Tool, open tool and choose to Upgrade Now. This reinstalls Windows while keeping files, programs and most settings in place, is the most stable method to advance to the latest version,
    and solves most problems.
    https://www.microsoft.com/en-US/software-downlo...


    8) Stress test the hardware

    https://techguided.com/best-tools-to-stress-tes...

    https://www.lifewire.com/free-hard-drive-testin...

    I hope this helps. Feel free to ask back any questions and keep me posted. If you'll wait to rate whether my post resolved your problem, I will keep working with you until it's resolved.

    ______________________________________________

    Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly
    research any product advertised on the sites before you decide to download and install it.

    ssssssssssss
     
    Greg Carmack - Windows MVP 2010-20, Oct 24, 2023
    #3
Thema:

ssssssssssss