Search found 2 matches

by himan
Sun Aug 05, 2018 12:43 am
Forum: TSO, CLIST & REXX
Topic: Display users active time in system
Replies: 0
Views: 24992

Display users active time in system

I want to display the user's total active time in system using syslogs for all the users present in the system . What I did - i got all the system logs into a dataset and then from that dataset i want to retrive the line which are containing userids along with their time duration but while doing thi...
by himan
Sun Jul 22, 2018 3:26 pm
Forum: JCL
Topic: JCL calling PROC
Replies: 1
Views: 26019

JCL calling PROC

Here is my PROC - //NEWPROC PROC //DELETE1 EXEC PGM=IEFBR14 //DD1 DD DSN=&INDSN,DISP=(OLD,DELETE,DELETE) //DD2 DD DSN=&SYSUID..OUTDSN,DISP=(OLD,DELETE,DELETE) //CREATE1 EXEC PGM=IEFBR14 //DD3 DD DSN=&INDSN,DISP=(NEW,CATLG,DELETE), // SPACE=(TRK,(15,15)), // DCB=(RECFM=FB,LRECL=80,BLKSIZE=800,DSORG=P...