2 questions...
1. In SDSF we have several Jobnames with CADRAS, why is this?
NP JOBNAME JobID Owner Prty Queue C Pos SAff ASys Status
CADRAS STC00370 CADRAS 1 PRINT 806
CADRAS STC00403 CADRAS 1 PRINT 834
CADRAS STC00470 CADRAS 1 PRINT 819
CADRAS STC00507 CADRAS 15 EXECUTION PRD1 PRD1
CADRAS STC00626 CADRAS 1 PRINT 841
2. We noticed we have debugging/trace turned on for CA DRAS started task. How do we disable this?
Apr 03, 2023 08:42:22 CAHFSPT001I DRAS_EndRequest started for client(#ZZZZ~E4N/
Apr 03, 2023 08:42:22 CAHFSPT002I DRAS_EndRequest ended for client(#ZZZZ~E4N/XE
Apr 03, 2023 08:42:22 CAHFMTK014I Output message(11FD79A0) messageLength(116) s
Apr 03, 2023 08:42:22 CAHFSPT001I DRAS_DistributeTable started for client(#CWP1
Apr 03, 2023 08:42:22 CAHFSPT002I DRAS_DistributeTable ended for client(#CWP1~E
Apr 03, 2023 08:42:22 CAHFMTK014I Output message(13D997F0) messageLength(30728)
Apr 03, 2023 08:42:22 CAHFSPT001I DRAS_DistributeTable started for client(#ZZZZ
Apr 03, 2023 08:42:22 CAHFSPT002I DRAS_DistributeTable ended for client(#ZZZZ~E
Apr 03, 2023 08:42:22 CAHFMTK014I Output message(13DAD7F0) messageLength(30728)
Apr 03, 2023 08:42:22 CAHFSPT001I DRAS_DistributeTable started for client(#ZZZZ
Apr 03, 2023 08:42:22 CAHFSPT002I DRAS_DistributeTable ended for client(#ZZZZ~E
Apr 03, 2023 08:42:22 CAHFMTK014I Output message(13DAD7F0) messageLength(30728)
Apr 03, 2023 08:42:22 CAHFSPT001I DRAS_CloseRequest started for client(#ZZZZ~E4
Apr 03, 2023 08:42:22 CAHFSPT002I DRAS_CloseRequest ended for client(#ZZZZ~E4N/
Apr 03, 2023 08:42:22 CAHFMTK014I Output message(11FD7880) messageLength(108) s
Apr 03, 2023 08:42:24 CAHFSPT001I DRAS_StartRequest started for client(#ZZZZ~E4
Apr 03, 2023 08:42:24 CAHFSPT002I DRAS_StartRequest ended for client(#ZZZZ~E4N/
Apr 03, 2023 08:42:24 CAHFSPT001I DRAS_ExecuteRequest started for client(#ZZZZ~
Apr 03, 2023 08:42:24 CAHFSPT002I DRAS_ExecuteRequest ended for client(#ZZZZ~E4
*ISFPCU4
Release : 14.0
1) That's the name of your task. 4 of them in the past tense with "Print" status, and one still executing on PRD1 with EXECUTION status.
2) These are not debug level messages. That is normal, unsuppressed output for someone downloading a not so small report.
Notes to turn Message Suppression ON if you do not want to see that output:
To Set DRAS Message Suppression ON or OFF
In the DRAS Configuration file pointed to by the DRASCFG card in the started
task JCL: (requires DRAS recycle)
SET MESSAGE SUPP(OFF|ON)
This can also be done dynamically for any DRAS started task using the file command from the SDSF or SYSVIEW active tasks:
/f <DRAS task name>,set message supp(OFF|ON)