Tuesday, November 16, 2010

JCL ABENDS

1)SOC 1 ==>Misspeld of DD statement/Suscript Error.
2)SOC 4 ==>Storage protection Error.When your pgm is trying to store the data in memory that is not allocated.
3)SOC 7==>If u r trying to move the Numeric data into the NON-Numeric Field.
4)S222 ==> Operater cancelld the job,It may be improperly accessing a magnetic tape.
5)S322===>Time Out error.Due to the end less loop in your program.STEP time exceeded.
6)S522===>Time out error. JOB time exceeded than the specified time.
7)S804===>It is due to the lack of virtual storage.Increase the region parameter.
8)S806===>is an error that usually means you are not able to load or link in another
module.
9)  SB37==>End of the volume,no furthur volumes are specified.
10)SD37==>Secondary space not specified,primery space filled.
11)SE37==>Both primary and secondary space filled.
 

Thursday, October 28, 2010

SMF

System Management Facilities. Function within z/OS whichcollects data on all system activities for use in accounting, performancemonitoring, capacity planning, etc. SMF creates log entries (SMF records) ofthis data.

MVS CONSOLE COMMANDS

DISPLAY COMMANDS:

1)D A,L --TO DISPLAY ACTIVE  TASKS,TSO USERS & JOBS.
2)D R,L--TO DISPLAY OUTSTANDING REQUESTS
3)D C-----TO DISPLAY CONSOLE STATUS INFORMATION.
4)D T-----TO DISPLAY GMT TIME & DATE.
5)D TS,L---TO DISPLAY NO.OF TSO USERS LOGGED ON TO THE SYSTEM.
6)D GRS,C---TO CHECK CONTENTION
7)D U,TAPE,ONLINE---TO DISPLAY ONLINE TAPES.
8)D U,DASD,ONLINE,,NO.OF DEVICES TO DISPLAY==>TO DISPLAY ONLINE DASD VOLUMES.
9)D U,DASD,OFFLINE,,NO.OFF DEVICES TO DISPLAY==>TO DISPLAY OFFLINE DASD VOLUMES.
10)D U,DASD,,NO.OF DEVICES TO DISPLAY===>TO DISPLAY DASD VOLUMES INCLUDING OFFLINE.
11)D PFK ====>TO DISPLAY PF KEYS.
12)D U,ALLOC,,NO.OF DEVICES TO BE DISPLAY==>TO DISPLAY THE STATUS OF ALLOCATED RESOURCES
13)D XCF==>TO DISPLAY THE SYSPLEX
14)D SMF==>TO DISPLAY SMF STATUS
15)D M=CHP(CHPID)===>TO DISPLAY PARTICULAR CHIP.
16)CF CHP(CHPID),ONLINE==>TO CONFIGURE CHIP ONLINE.
17)CF CHP(CHPID),OFFLINE==>TO CONFIGURE CHIP OFFLINE.
18)D IPLINFO==>TO DISPLAY THE CURRENT IPL INFO.
19)D DUMP==>TO DISPLAY DUMP DATASETS.
20)D TCPIP,,NETSTAT,HOME==>TO KNOW IP OF THE SYSTEM.

Wednesday, October 27, 2010

CA-7 COMMANDS

1) LQ,JOB=JOBNAME
2)LIST
3)XQM,JOB=JOBNAME
4)LJOB,JOB=JOBNAME,LIST=ALL
5)LJOB,JOB=JOBNAME,LIST=NODD
6)LJOB,JOB=JOBNAME,LIST=TRIG
7)LJOB,JOB=JOBNAME,LIST=DEPJ
8)DEMANDH,JOB=JOBNAME
9)RUNH,JOB=JOBNAME
10)FSTRUC,JOB=JOBNAME,SCHID=NNN
11)FRJOB,JOB=JOBNAME
12)LPRRN,JOB=JOBNAME
13)LRLOG,JOB=JOBNAME,DATE=*
14)DEMAND,JOB=JOBNAME,SET=NTR
15)DEMAND,JOB=JOBNAME,SET=SKIP
16)LSCHD,JOB=JONAME,LIST=CALS
17)LPDS,DSN=DATASETNAME,MEM=MEMBERNAME
18)HOLD,JOB=JOBNUMBER
19)LJCL,JOB=JOBNAME
20)/DISPLY,ST=JCL
21)/DISPLAY,Q=ALL
22)START,Q=ALL
23)STOP,Q=ALL