Author |
Message |
Topic: Xpediter GSAM restart problem |
Anuj Dhawan
Replies: 3
Views: 2118
|
Forum: Utilities Posted: Fri Dec 11, 2015 6:15 am Subject: Xpediter GSAM restart problem |
I doubt if it has something to do with SYSPLEX. If there was a problem with that setup all the users would complain.
For an experiment, if you repeat your test outside xpediter, do you get the sam ... |
Topic: Xpediter GSAM restart problem |
Anuj Dhawan
Replies: 3
Views: 2118
|
Forum: Utilities Posted: Thu Dec 10, 2015 10:04 pm Subject: Xpediter GSAM restart problem |
How's your GSAM defined which is used in restart? If there is a step which defines the GSAM, do you comment that out at restart? |
Topic: COBOL Combined Condition |
Anuj Dhawan
Replies: 15
Views: 13428
|
Forum: Application Programming Posted: Fri Jul 06, 2012 9:47 am Subject: COBOL Combined Condition |
Yep, this is confusing, This
MOVE 'P' TO WS-INDICATOR
IF WS-INDICATOR NOT = ('Y' AND 'P')
DISPLAY '<TRUE>'
DISPLAY '& ... |
Topic: SUM FIELDS=NONE needed to remove dups? |
Anuj Dhawan
Replies: 4
Views: 14347
|
Forum: Job Control Language(JCL) Posted: Fri Jul 06, 2012 7:54 am Subject: SUM FIELDS=NONE needed to remove dups? |
SUM FIELDS=NONE which will remove the duplicates.And this will remove the dulicates for the keys mentioned in SORT FIELDS, yes? |
Topic: Load Module to Source Code - Need? |
Anuj Dhawan
Replies: 4
Views: 5170
|
Forum: Application Programming Posted: Tue Jun 19, 2012 6:04 am Subject: Load Module to Source Code - Need? |
Exactly the point di and that's why I did not participate in that discussion... |
Topic: Load Module to Source Code - Need? |
Anuj Dhawan
Replies: 4
Views: 5170
|
Forum: Application Programming Posted: Mon Jun 18, 2012 5:06 am Subject: Load Module to Source Code - Need? |
One reason to generate source from executable is because there is sloppy (or no) configuration management / source control and the source was lost or destroyed.
Another is to steal code. . .My fir ... |
Topic: Load Module to Source Code - Need? |
Anuj Dhawan
Replies: 4
Views: 5170
|
Forum: Application Programming Posted: Mon Jun 18, 2012 5:02 am Subject: Load Module to Source Code - Need? |
one of the functions of an IT auditor is to insure that the code is provable:
that means, you can read/understand the source code and recreate the run unit (recompile/relink....)
if you have a p ... |
Topic: Load Module to Source Code - Need? |
Anuj Dhawan
Replies: 4
Views: 5170
|
Forum: Application Programming Posted: Mon Jun 18, 2012 4:59 am Subject: Load Module to Source Code - Need? |
Hi,
I asked a question in the thread http://www.mvsforums.com/helpboards/viewtopic.php?t=7725&postdays=0&postorder=asc&&start=15 , however, I thought to start a new thread so that t ... |
Topic: Load Module to Source Code |
Anuj Dhawan
Replies: 16
Views: 20832
|
Forum: Application Programming Posted: Fri Jun 15, 2012 7:08 am Subject: Load Module to Source Code |
I always wonder why there is such a need to generate a source-code. Just out-of-curiosity? |
Topic: Conversion of alphabetic to COMP-3 |
Anuj Dhawan
Replies: 7
Views: 5599
|
Forum: Utilities Posted: Thu May 03, 2012 9:13 am Subject: Conversion of alphabetic to COMP-3 |
Thanks Sqlcode. That's what I was asking.
Which SQLCODE is your favourite? |
Topic: Conversion of alphabetic to COMP-3 |
Anuj Dhawan
Replies: 7
Views: 5599
|
Forum: Utilities Posted: Wed May 02, 2012 4:15 am Subject: Conversion of alphabetic to COMP-3 |
Please help me to understand the significance of "(1,14,C'--" . I miss to comprehend it. |
Topic: Removing leading zeros for varchar field using sort |
Anuj Dhawan
Replies: 5
Views: 9160
|
Forum: Utilities Posted: Thu Apr 26, 2012 4:43 am Subject: Removing leading zeros for varchar field using sort |
If it is so, yes, I misunderstood... |
Topic: Removing leading zeros for varchar field using sort |
Anuj Dhawan
Replies: 5
Views: 9160
|
Forum: Utilities Posted: Wed Apr 25, 2012 7:20 am Subject: Removing leading zeros for varchar field using sort |
Try://SHOWLEN EXEC PGM=ICEMAN
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=... input file (VB)
//SORTOUT DD SYSOUT=*
//SYSIN DD *
OPTION COPY
OUTREC BUILD=(1,4,1,2,BI, ... |
Topic: IMS/DB - why the length is not written to o/p file? |
Anuj Dhawan
Replies: 4
Views: 6978
|
Forum: IMS Posted: Mon Apr 09, 2012 8:17 am Subject: IMS/DB - why the length is not written to o/p file? |
If you are inserting to a database defined with variable length segments, you always need to calculate the length of the segment and insert it along with everything else.
In VB files, first 4-bytes ... |
Topic: AIBTDLI |
Anuj Dhawan
Replies: 5
Views: 13037
|
Forum: IMS Posted: Wed Feb 22, 2012 4:01 am Subject: AIBTDLI |
From the manuals:
When you use the AIBTDLI interface, you specify the PCB requested for the call by placing the PCB name (as defined by PSBGEN) in the resource name field of the AIB. You do not spe ... |
|