This blog describes how to solve PDOException - SQLSTATE[22003] - Numeric value out of range: 1264 Out of range. When you try to store large integer value in 'integer' field type, then you will get this error.
Steps for programmatically creating node in drupal7,1. Create a new node object.2. Save the object using the node_save() function.Basic Node Creation :