2014年6月6日 星期五
2014年6月4日 星期三
Objective-C locate file path sample
- (void)getDBpath { NSString *docsDir; NSArray *dirPaths; // Get the documents directory dirPaths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); docsDir = [dirPaths objectAtIndex:0]; // Build the path to the database file databasePath = [[NSString alloc] initWithString: [docsDir stringByAppendingPathComponent: @"mainframe.db"]]; //NSLog(@"DB full path name: %@", databasePath); NSFileManager *fileMgr = [NSFileManager defaultManager]; BOOL success = [fileMgr fileExistsAtPath:databasePath]; if (!success) { NSLog(@"Cannot locate database file '%@'.", databasePath); } }
2014年5月8日 星期四
2014年5月7日 星期三
z/OS TCP SOCKET CONNECTION STATE DESCRIPTION
Please refer to the following URL for the most current information: http://www-01.ibm.com/support/docview.wss?rs=852&uid=swg21385164
2014年4月24日 星期四
General insurance application (GENAPP) for IBM CICS TS
SupportPac CB12 demonstrates application modernization for IBM CICS Transaction Server for z/OS (CICS TS), by modeling a general insurance application. The detail refer to IBM CICS SupportPac website.
2014年3月12日 星期三
Using the CICS Explorer to monitor tasks
The CICS Explorer can very easily be used as a periscope to see what is going on in your CICS Syste, detail refer to this link.
2014年3月8日 星期六
訂閱:
文章 (Atom)