Both in the EXPERT and the NO form of unguided dialog, a number of commands or statements can be issued at the same time (blocked input). Blocked input permits one or more logical lines to be entered, each line usually containing one command or statement and ending with logical end-of-line (
If a command or statement is invalid and the error is not interactively corrected, any subsequent commands/ statements are no longer analyzed, SDF displays the corresponding logical input lines unchanged on the screen together with message CMD0122. Passwords are not masked out in the log.
It is also permissible to enter more than one command/ statement in a logical input line, provided they are separated by semicolon. The contents of a single logical input line are always treated as one logical input stream: it is not permissible to enter commands read from SYSCMD and statements read from SYSSTMT in one and the same logical input line.
Example
/add-file-link link=sortin01,file-name=datei.1< add-file-link link=sortin02,file-name=datei.2< add-file-link link=sortout,file-name=out.sort1-2< start-sort;sort-record;end< show-file-attr out.sort1-2;show-file-attr datei.;show-file-link link=sort* (BL) /add-file-link link=sortin01,file-name=datei.1 (BL) add-file-link link=sortin02,file-name=datei.2 (BL) add-file-link link=sortout,file-name=out.sort1-2 (BL) start-sort % BLS0523 ELEMENT 'SRT80', VERSION 'nn.nAnn' TYPE 'L' FROM LIBRARY ':2OSH:$TSO S.SYSLNK.SORT.nnn' IN PROCESS % BLS0524 LLM 'SRT80', VERSION 'nn.nAnn' OF 'yyyy-mm-dd 15:20:53' LOADED % BLS0551 COPYRIGHT (C) yyy FUJITSU TECHNOLOGY SOLUTIONS GMBH. ALL RIGHTS RESE RVED % SRT1001 yyyy-mm-dd/14:02:02/000000.00 SORT/MERGE STARTED, VERSION nn.nA00/BS 2000Vnn.n % SRT1130 PLEASE ENTER SORT STATEMENTS (BL) sort-record (BL) end % SRT1016 SORT/MERGE INPUT RECORDS:..............................688 (FROM 01) % SRT1016 SORT/MERGE INPUT RECORDS:............................2.003 (FROM 02) % SRT1017 RECORDS TO BE SORTED/MERGED:.........................2.691 % SRT1030 SORT/MERGE OUTPUT RECORDS:...........................2.691 % SRT1002 18:49:14/000000.19 SORT/MERGE COMPLETED (BL) show-file-attr out.sort1-2 % 66 :2OSG:$USER1.OUT.SORT1-2 %:2OSG: PUBLIC: 1 FILE RES= 66 FRE= 2 REL= 0 PAGES (BL) show-file-attr datei. %PLEASE ACKNOWLEDGE % 21 :2OSG:$USER1.DATEI.1 % 48 :2OSG:$USER1.DATEI.2 %:2OSG: PUBLIC: 2 FILES RES= 69 FRE= 4 REL= 0 PAGES (BL) show-file-link link=sort* %-- LINK-NAME --------- FILE-NAME --------------------------------------------- % SORTOUT :2OSG:$USER1.OUT.SORT1-2 % SORT01 :2OSG:$USER1.DATEI.1 % SORT02 :2OSG:$USER1.DATEI.2 /