Author |
Message |
Topic: Can I convert customer format edit(TTTTT.TTT) back to PD? |
issac1029
Replies: 1
Views: 2882
|
Forum: Utilities Posted: Thu Apr 16, 2009 10:44 pm Subject: Can I convert customer format edit(TTTTT.TTT) back to PD? |
As subject.
I am now doing
first inrec to removed decimal point, by match byte by byte
then use to=PD to convert ZD to PD.
input:
123456789111.88;123456789111.77;123456789111.66;123456789111. ... |
Topic: How to convert C to HEX? Not C->Binary |
issac1029
Replies: 6
Views: 2767
|
Forum: Utilities Posted: Wed Apr 15, 2009 11:04 pm Subject: How to convert C to HEX? Not C->Binary |
F1F2F3F4
convert to
1234
FFFF
1234
|
Topic: How to convert C to HEX? Not C->Binary |
issac1029
Replies: 6
Views: 2767
|
Forum: Utilities Posted: Wed Apr 15, 2009 11:02 pm Subject: How to convert C to HEX? Not C->Binary |
I want to do a reverse of this, can I ? |
Topic: How to convert C to HEX? Not C->Binary |
issac1029
Replies: 6
Views: 2767
|
Forum: Utilities Posted: Wed Apr 15, 2009 10:54 am Subject: How to convert C to HEX? Not C->Binary |
As subject/
For example:
record 1: 1234
record 2: in hex
13
24
I can do a conversion from hex to c, but how to do a reversal? |
Topic: One variable not work on ISPF DIALOG |
issac1029
Replies: 3
Views: 2572
|
Forum: TSO and ISPF Posted: Mon Sep 22, 2008 4:22 am Subject: One variable not work on ISPF DIALOG |
Please ignore and in the code, they are for Font BOLD |
Topic: One variable not work on ISPF DIALOG |
issac1029
Replies: 3
Views: 2572
|
Forum: TSO and ISPF Posted: Mon Sep 22, 2008 4:18 am Subject: One variable not work on ISPF DIALOG |
One of the field 'I' in BOLD is not working, Please see below code. When I enter a 'Y' on screen, Message xxx000 still works.... Can anybody see an obvious mistake here? Another clue is even I put th ... |
Topic: how the time cost if I mark DUMMY for SORTOUT? |
issac1029
Replies: 5
Views: 2553
|
Forum: Utilities Posted: Fri Aug 17, 2007 10:28 am Subject: how the time cost if I mark DUMMY for SORTOUT? |
how the time cost if I mark DUMMY for SORTOUT?
pgm=sort
sortin dd "very big file"
sortout dd DUMMY
does this will much quicker than I put a real file for output?
I tought dummy w ... |
Topic: IEF877E Pending Job |
issac1029
Replies: 4
Views: 8624
|
Forum: Job Control Language(JCL) Posted: Thu Mar 15, 2007 7:08 am Subject: IEF877E Pending Job |
IEF237I E1BD ALLOCATED TO STEPLIB
IEF237I JES2 ALLOCATED TO SYSTSPRT
IEF237I JES2 ALLOCATED TO SYSPRINT
IEF237I JES2 ALLOCATED TO SYSUDUMP
IEF237I JES2 ALLOCATED TO SYSTSIN
E1BD actu ... |
Topic: How system resolve the STEPLIB of IKJEFT01 |
issac1029
Replies: 8
Views: 5450
|
Forum: Job Control Language(JCL) Posted: Thu Mar 15, 2007 6:54 am Subject: How system resolve the STEPLIB of IKJEFT01 |
Nic Clouston
Sorry~what 'boo-boo' means ? upgrade system ?
semigeezer,
It's just not in the catlog I am using.
And today I found another strange thing:
I submit the job using different ... |
Topic: IEF877E Pending Job |
issac1029
Replies: 4
Views: 8624
|
Forum: Job Control Language(JCL) Posted: Tue Mar 13, 2007 8:15 am Subject: IEF877E Pending Job |
COMMAND INPUT ===> SCROLL ===> CSR
15.01.15 JOB30814 $HASP373 XXXXX STARTED - WLM INIT - SRVCLASS BATCH - S
15.01.15 JOB30814 IEF403I XXXXX ... |
Topic: How system resolve the STEPLIB of IKJEFT01 |
issac1029
Replies: 8
Views: 5450
|
Forum: Job Control Language(JCL) Posted: Tue Mar 13, 2007 7:52 am Subject: How system resolve the STEPLIB of IKJEFT01 |
//BINDzz EXEC PGM=IKJEFT01,DYNAMNBR=20
//STEPLIB DD DSN=SYS1.UDB.SDSNLOAD,DISP=SHR
//SYSTSPRT DD SYSOUT=*
//SYSPRINT DD SYSOUT=* ... |
Topic: What is this kind of code(in cobol linkage section) ? |
issac1029
Replies: 1
Views: 1797
|
Forum: Application Programming Posted: Mon Jan 15, 2007 11:14 pm Subject: What is this kind of code(in cobol linkage section) ? |
File Edit Edit_Settings Menu Utilities Compilers Test Help
-------------------------------------------------------------------------------
VIEW SACN.MCM.SRC.CNSI.BASE0& ... |
Topic: How to know the job name or the utility pend my space? |
issac1029
Replies: 3
Views: 2321
|
Forum: Database Posted: Fri Dec 29, 2006 11:18 pm Subject: How to know the job name or the utility pend my space? |
I run a DISPLAY in DB2 COMMAND LINE.
Then I found my tablespace is pending by other one's job or unility .
TSXXT075 TS RW,COPY
Then I want to find out who job pending my tablespa ... |
Topic: problem when intertest |
issac1029
Replies: 2
Views: 3458
|
Forum: Problem Determination Posted: Fri Dec 29, 2006 10:40 pm Subject: problem when intertest |
FINALY sloved, they GOT THE WRONG load.
Does any one have DOCUMENT ABOUT how INTERTEST WORK ? I am interested in the structure of INTERTEST . |
Topic: BACKUP GDG FAILED 'EXIST IMAGE' |
issac1029
Replies: 2
Views: 3233
|
Forum: Data Management Posted: Fri Dec 29, 2006 10:16 pm Subject: BACKUP GDG FAILED 'EXIST IMAGE' |
DSNU407I csect - DATA SET ALREADY USED FOR PREVIOUS IMAGE
COPY
The COPY you reque ... |
|