Saturday, 22 June 2013

Difference between Array and Table in AS400

Array: Array is stored any where in the body of the input records.
Table: Table is stored at the beginning of the input records.
Array: We can access all the elements in array by specifying the array name.
Table:  Only one table element can be accessed at a time.
Array:  Array can be searched randomly.
Table:  Table can be searched consecutively. 




How to Convert Spool File into PDF or other Formats and send via Email.

Hi All,
          Here are the steps to convert the Spool file into PDF or any other format and Send Via Email.

1. Please add ESEND library into your library list.
2. Get the Spool File,Job Name,User,Number and Spool File Number for the spool file which you want to convert.(Give option 2 for the spool file you will get all the details).
3. Give command ESNDFILE in the command line and Press F4.
4. Give the email id in the Recipient List do a Page Down and give *File in the type.
5. Press Enter and Check your email....!