| Author |
Message |
Topic: Syncsort Omit Records and Convert PD Date to Readble Format |
gildan2020
Replies: 7
Views: 5533
|
Forum: Utilities Posted: Mon May 11, 2015 4:29 am Subject: Syncsort Omit Records and Convert PD Date to Readble Format |
You can use format PD0 to look at "parts" of a packed-decimal field. This format ignore the high-order and low-order four bits of a field.
So, for X'01015F' you can look at the last two b ... |
Topic: Syncsort Omit Records and Convert PD Date to Readble Format |
gildan2020
Replies: 7
Views: 5533
|
Forum: Utilities Posted: Thu May 07, 2015 5:50 am Subject: Syncsort Omit Records and Convert PD Date to Readble Format |
Hi,
I have the following date field in packed decimal. The format is MMYY.
Input (assume it is in packed decimal)
1015
1214
1019
1215
0510
1217
How do I omit dates that are before M ... |
Topic: Easytrieve Multidimensional array |
gildan2020
Replies: 1
Views: 4930
|
Forum: Application Programming Posted: Wed Feb 25, 2015 9:22 pm Subject: Easytrieve Multidimensional array |
Hi,
I am trying to create a multidimensional array in Easytrieve.
The COBOL version would look like this:
01 TABLE.
05 TABLE-LVL1 OCCURS 4 TIMES INDEXED BY IDX-1. ... |
Topic: how to automatically logoff ISPF & TSO? |
gildan2020
Replies: 9
Views: 7892
|
Forum: TSO and ISPF Posted: Tue Jul 20, 2010 1:40 am Subject: how to automatically logoff ISPF & TSO? |
its probably the logon proc that simply starts a clist that does CONTROL NOFLUSH, ISPF and LOGOFF.
You can modify the ISPF panel to do it too...
http://sillysot.com/mvs/index.htm?logoff.htm
Th ... |
Topic: how to automatically logoff ISPF & TSO? |
gildan2020
Replies: 9
Views: 7892
|
Forum: TSO and ISPF Posted: Tue Jul 20, 2010 1:39 am Subject: how to automatically logoff ISPF & TSO? |
it is not an emulator macro,
it is a key stroke, mapped on my emulator to cntl-screenup.
the character generated by the key-stroke is a command terminator between ISPF and TSO.
so, ask your pre ... |
Topic: how to automatically logoff ISPF & TSO? |
gildan2020
Replies: 9
Views: 7892
|
Forum: TSO and ISPF Posted: Mon Jul 19, 2010 6:20 am Subject: how to automatically logoff ISPF & TSO? |
but my previous organisation had some sort of a script which will enter the logoff command immediately after the TSO READY command.
I know it's definitely not an emulator macro.
Any ideas? |
Topic: how to automatically logoff ISPF & TSO? |
gildan2020
Replies: 9
Views: 7892
|
Forum: TSO and ISPF Posted: Mon Jul 19, 2010 4:01 am Subject: how to automatically logoff ISPF & TSO? |
Hi,
When I quit ISPF, the screen will direct me to the TSO Ready command, where I have to manually type "LOGOFF" to fully quit the whole session.
How do I setup the ISPF to automatical ... |
Topic: CICS crash |
gildan2020
Replies: 2
Views: 3035
|
Forum: CICS and Middleware Posted: Wed Sep 02, 2009 7:24 am Subject: CICS crash |
Hi,
I have a CICS that had just crashed after one transaction abended S0C4.
Basically, this CICS has not been refreshed for about 3 months and the transaction that abended is quite common. In fact ... |
Topic: Delete multiple GDG bases |
gildan2020
Replies: 6
Views: 10465
|
Forum: Job Control Language(JCL) Posted: Fri Jun 06, 2008 9:37 am Subject: Delete multiple GDG bases |
Hi,
I am writing a JCL to delete GDG bases.
I know the command is as follows:
Delete DSN.GDG GDG PURGE FORCE
But that works for only one GDG base entry, how do I delete multiple GDG base ... |
Topic: assign value to variable in SET command |
gildan2020
Replies: 4
Views: 3250
|
Forum: Job Control Language(JCL) Posted: Wed Jan 23, 2008 2:18 am Subject: assign value to variable in SET command |
gildan2020,
check the below links.
http://www.mvsforums.com/helpboards/viewtopic.php?t=9135&highlight=set
http://www.mvsforums.com/helpboards/viewtopic.php?t=4770&highlight=pass+value ... |
Topic: assign value to variable in SET command |
gildan2020
Replies: 4
Views: 3250
|
Forum: Job Control Language(JCL) Posted: Tue Jan 22, 2008 7:01 pm Subject: assign value to variable in SET command |
Hi there,
I have a scenario here that is a bit complicated.
How can I retrieve the contents of a file and assign it as a variable value?
Say I have file AAA containing value "01", I ... |
Topic: Manipulate a string |
gildan2020
Replies: 9
Views: 7120
|
Forum: Application Programming Posted: Wed Sep 19, 2007 9:30 am Subject: Manipulate a string |
gildan2020,
Can you provide the outputs for the following inputs? Also check if the following are valid inputs.
1. 1xxxxx2xx9
2. 1x59xxx5
3. 1xxxxxxxx3x4
4. 1xyaa4gggx3
Hi,
As ... |
Topic: Manipulate a string |
gildan2020
Replies: 9
Views: 7120
|
Forum: Application Programming Posted: Wed Sep 19, 2007 12:45 am Subject: Manipulate a string |
Hi guys,
Thanks for all ur replies.
However, there's a slight problem. The number "2" is just an example. In reality, the last digit can be random (ranging from 1 to 9).
I'm not sure ... |
Topic: Manipulate a string |
gildan2020
Replies: 9
Views: 7120
|
Forum: Application Programming Posted: Tue Sep 18, 2007 5:51 am Subject: Manipulate a string |
Hi guys,
I have a character field that looks like this:
1x3xx2xxxx
Take note that the numbers above are randomly placed within the field. Their positions might change. (The numbers are also r ... |
Topic: SORT: sorting two vsams into one sequential output |
gildan2020
Replies: 6
Views: 11180
|
Forum: Utilities Posted: Wed Dec 20, 2006 3:15 am Subject: SORT: sorting two vsams into one sequential output |
Hi, Yes that's wat I wanted.
Sorry for not being clear earlier. I got ur codes working now.
thanks. |
| |