Uncategorized

USE OF ARRAYS IN CLIST   Arrays are not supported by CLIST, but REXX has this option. In case you still want to use arrays in CLIST, find below the work around. SET NUM=1                               SET &ARRAY = &STR(&&ARRAY)              DO WHILE &NUM

Read More »

1.  Sequential files: S.NO. File Status 1 Attempt to read from a file after reaching EOF. 10 2 Attempt to open a file that was earlier closed with LOCK option. 38 3 Attempt to open a file, which is already open. 41 4 Attempt to close a file that was not opened. 42 5 Attempt

Read More »