Operator

Create PDS using CLIST

Wed, 08/01/2012 – 03:19 #1 Create PDS using CLIST The following code can be used to create PDS using CLIST. SET PDS=&SYSUID..COMMON.TEMP IF &SYSDSN(‘&PDS’) =OK THEN +   DELETE ‘&PDS’ ALLOC DA(‘&PDS’) F(FIL1) NEW  SPACE(20 20) TRACKS RELEASE + DIR(44) LRECL(80) RECFM(F B) DSORG(PO) FREE FILE(FIL1) “; ; ; ; Click the +1 button  below

Create PDS using CLIST Read More »

Copy members using CLIST from one pds to another

Tue, 07/31/2012 – 03:17 #1 Copy members using CLIST from one pds to another The following CLIST code can be used to copy members from one PDS to the other. /*ISPEXEC CONTROL DISPLAY REFRESH CONTROL MSG CONLIST SYMLIST NOFLUSH CONTROL NOMSG SET FIL1=PDDH1B ISPEXEC LMINIT DATAID(INPDD1) DATASET(‘&SYSUID..COMMON.JOBS’) ISPEXEC LMINIT DATAID(OUTDD1) DATASET(‘&SYSUID..COMMON.TEMP’) ISPEXEC LMCOPY FROMID(&INPDD1) TODATAID(&OUTDD1)

Copy members using CLIST from one pds to another Read More »

IBM History

The following article gives a brief history of IBM corporation and their journey to the top  How IBM Climbed To The Top   by Johan Monarrez The history of IBM Corporation may have begun in 1890 when an innovative method was designed by Herman Hollerith to document census data. Hollerith designed a code that could be punched into

IBM History Read More »

legacy modernization

The following article by Tommie James talks about power of COBOL language and its limitations. He also describes what is legacy modernization and why it can be fruitful to IT companies. The COBOL Legacy Language by Tommie James  COmmon Business-Oriented Language, commonly-known as COBOL, has been around for almost 50 years. But, the utilization and support for the programming language still remains. COBOL is

legacy modernization Read More »