Search found 8 matches
- Sat Feb 22, 2014 9:08 am
- Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
- Topic: Dynamically changing Extened attributes like Highlighting it
- Replies: 2
- Views: 3507
Dynamically changing Extened attributes like Highlighting it
How to dynamically change the extended attributes of the CICS MAPS in the COBOL Program? I have turned on the Extended attributes on the CICS MAP, I have the variables with suffixes like A,H,C,U etc. Lets say the Variable name is MSG. So we have MSGA, MSGH, MSGC, MSGU etc. Now lets say first time th...
- Sat Aug 31, 2013 12:25 pm
- Forum: Site Announcements and Rules.
- Topic: AJAX Chat is Installed!
- Replies: 2
- Views: 2509
Re: AJAX Chat is Installed!
looks like it's not more available :-(
- Mon Aug 12, 2013 11:19 pm
- Forum: SMS & VSAM and BDAM, BSAM, QSAM, BPAM, ISAM, OAM.
- Topic: How to backup/restore a VSAM file?
- Replies: 6
- Views: 8231
How to backup/restore a VSAM file?
I am interested in knowing how to backup a VSAM file and how to restore it back without worrying about the existence of the VSAM cluster etc. i.e. if it exists it should overwrite it and if it do not exist, it should create it like we do it on windows for a any normal files. Let's say the name of th...
- Sat Aug 10, 2013 2:57 pm
- Forum: SyncSort, SyncTool, SyncGener.
- Topic: How to use PIPESORT?
- Replies: 4
- Views: 2495
- Sat Aug 10, 2013 2:54 pm
- Forum: IBM DB2 and IMS DB/DC
- Topic: What is ROW LOCK and TABLE LOCK and how to implement them?
- Replies: 3
- Views: 2320
Re: What is ROW LOCK & TABLE LOCK and how to implement them?
AFAIK, you cannot control directly the lock in DB2 but indirectly you can try doing that but not completely as for that matter DB2 have IRLM which manages it and if you still want to try to manipulate it, you can try it but cannot guarantee it and for that you need to know every resource using the D...
- Sat Aug 10, 2013 2:24 pm
- Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
- Topic: Xpeditor Commands
- Replies: 7
- Views: 5471
Re: Xpeditor Commands
No, If you do the MON LI <variable> in IBM Debugger, you can see the entire value in the monitor but when you do the KEEP <variable> in Xpeditor, you see only the 30 characters of the value of the variable in MONITOR as i even mentioned in my previous posts. Also, for me i am more concerned with a v...
- Thu Aug 08, 2013 4:31 pm
- Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
- Topic: Xpeditor Commands
- Replies: 7
- Views: 5471
Re: Xpeditor Commands
In IBM Debugger, basically we use - MONITOR LIST <Internal-Cobol-Table-Name> to display everything and data of every occurrences. To achieve same thing in XPEDITOR what command shall we be using?
- Thu Aug 08, 2013 1:39 pm
- Forum: Testing Tools, Mainframe Application Testing, Abends Solution & QA.
- Topic: Xpeditor Commands
- Replies: 7
- Views: 5471
Xpeditor Commands
I am looking for Expeditor Command which will help me to view the value of a variable on the screen. NOTE - I want to view the entire value without scrolling left and right anywhere like we get in "IBM Debugger Tool for z/OS 10.1" In Xpeditor what i observe is as below (We can see 30 chara...