Operator

PACK ON/OFF

Using PACK ON while editing and saving members in a dataset helps us  utilize the space more efficiently. But Packed format is not supported  while processing these members, say for example compiling a cobol program in packed format may fail. To save a member in Packed format you can give command line command To unpack […]

PACK ON/OFF Read More »

Free mainframe emulators

Free mainframe emulators The following is a list of free mainframe emulators available in the market. Keep visiting the page for latest and updated information. Freefloat Access One (Free mainframe emulator) This Free mainframe emulator is provided by Freefloat.com. The latest version provides powerful standard scripting language Lua Script. This will work on windows XP/2000/Vista,

Free mainframe emulators Read More »

C1, C2 and C3 are condition-names.  Consider the following compound conditions:           A.  C1 OR   C2 OR C3          B.  C1 AND  C2 AND C3          C.  C1 OR  (C2 AND C3)          D.  C1 AND (C2 OR C3)      if C1 is known to evaluate to ‘False’ which of the above four conditions can be evaluated without additional

Read More »

REXX to get the membernames in PDS The following Rexx code can be used to extract member names inside a PDS. This may prove very useful if you want to perform a repeated action on all the members of a PDS, just for example you may want to replace a string with a new value

Read More »

Basic SDSF Commands

Basic SDSF Commands This mainframe tutorial is aimed at shelling out very basic information about SDSF commands. A beginner will find it useful to quickly learn about SDSF. SDSF stands for System Display and Search Facility.  It is a system to monitor and control mainframe Jobs. The following video tutorial will help you understand the

Basic SDSF Commands Read More »