The Big Old Mainframe

The most comprehensive resource on the web for mainframe developers

Pages

▼
Sunday, July 31, 2016

Dynamic php code to get database fields in sql server

›
Here is small code snippet to display php fields dynamically: page.php <?php .... .... $sql = " SELECT * FROM xyz wh...

Php1-Pass a variable from one page to other webpage

›
How to pass a variable from one webpage to another? Its the simple command to be given in both the pages: Mypage.php <?php...
Tuesday, October 20, 2015

DFSORT - To search for the string from the file when position is not known

›
Search for a string when its position not known in the file records            To Search for a particular string within a file when the ...
Wednesday, October 14, 2015

KSDS VSAM file creation in read-only mode

›
KSDS VSAM file can be made read only By using INHIBIT along with ALTER command Example: //STEP1 EXEC PGM=IDCAMS //SYSPRINT DD ...

List possible compiler diagnostic messages

›
Use of Compiler diagnostic messages A complete listing of compiler diagnostic messages can be generated with their explanations, b...
›
Home
View web version
Powered by Blogger.