In the load step using DSNUTILB, we are specifying the system and uid.
The following is an example of load step.
//STEP010 EXEC PGM=DSNUTILB,REGION=9M,
// PARM=(DBT1,temp,'')
...........
...........
Here what is temp?Can i get more information on this uid(temp)....
I would like to know how it is created?if i get more information on DSNUTILB it would be so helpful.