Purusothaman Ramanujam

Purusothaman Ramanujam

Personal Blog

10 Feb 2013

Fumer Comme un Pompier

Avec cet expression vous pensez que les pompiers fument beacoup du tabac que les autres? Non. Cet expression signifie une personne fumant …

27 Apr 2012

COBOL Code Optimization

To assist in the optimization of the code, you should use the OPTIMIZE compiler option. With the OPTIMIZE(STD) or OPTIMIZE(FULL) options in …

26 Apr 2012

ARITH Compiler Option in COBOL

ARITH affects the maximum number of digits that you can code for integers, and the number of digits used in fixed-point intermediate …

21 Mar 2012

Converting a file from VB to FB.

DFSORT can be used to do VB to FB conversion, when sorting, copying or merging. The VTOF or CONVERT and OUTREC operands of OUTFIL can be …

21 Mar 2012
21 Mar 2012

AUTOTYPE Suggestion

How wonderful it feels when Internet explorer suggests names for URLs when we start typing the first few letters! Our mainframe also has the …

21 Mar 2012

Options on DECLARE CURSOR

Use FOR READ/FETCH ONLY or WITH UR for retrieval only cursors. Use OPTIMIZE when you know the accurate number of rows that will be fetched …

21 Mar 2012
21 Mar 2012

Useful List of SYSIBM tables

SYSCHECKDEP Column references for CHECK constraints SYSCHECKS CHECK constraint specifications SYSCHECKS2 (V7) Information about CHECK …

09 Feb 2012

GDG - A Basic Introduction

Introduction GDG stands for Generation Data Group. Here a group of files are related functionally or chronologically and can be accessed …