Natural Profile SYSPARM

I didn’t want to assemble the Natural parameters TEST and added TF into
the profile DIETER by using SYSPARM. When I executed the CLIST HELLO, I
was automatically in the library DIETER1 but the files 123 and 124 still
pointed to database 001. When I included the TF parameters into the
Natural parameter TEST (SYS=DIETER), the files pointed to database 002.

Any ideas why the profile didn’t work?

For example, the CLIST HELLO

GLOBAL C D E F G H S
CONTROL NOMSG NOLIST
FREE F(CMPRT09)
ALLOC F(CMPRT09) DA(*)
EXEC ‘SYS1.CLIST(NAT42)’ +
‘ST TEST AUTO +
PARM(’‘SYS=DIETER,PROFILE=DIETER,MENU=OFF’‘)’
FREE F(CMPRT09)
EXIT

The profile DIETER:

STACK=(LOGON DIETER1)
MADIO=0,ETID=*,ESIZE=200,MAXCL=0
TF=(001,123,002,123)
TF=(001,124,002,124)

Thanks,
Dieter Storr