I have to execute two SDSF commands which list files using a Job:
/F CICSAA2K, CEMT I FILE(*)
/F CICSAF2K, CEMT I FILE(*)
When I execute it in this way the files are mixed and what I need is a command between the two so that the first command finishes listing and then the second one is executed.
An example of what I need:
/F CICSAA2K, CEMT I FILE(*)
Delay 1 segundo
/F CICSAF2K, CEMT I FILE(*)