Author |
Message |
Topic: Aligned/Unaligned usage for numeric data |
shashank.sharma
Replies: 3
Views: 3033
|
Forum: Application Programming Posted: Sat Dec 24, 2011 2:30 am Subject: Aligned/Unaligned usage for numeric data |
The manual says:
ALIGNED specifies that the data element is aligned on the storage boundary corresponding to its data-type requirement. UNALIGNED specifies that each data element is mapped on the n ... |
Topic: Aligned/Unaligned usage for numeric data |
shashank.sharma
Replies: 3
Views: 3033
|
Forum: Application Programming Posted: Sat Dec 24, 2011 12:01 am Subject: Aligned/Unaligned usage for numeric data |
I get the same output with the 3 WRITE statements.
DCL 1 A00,
2 A,
3 A1 CHAR (78) INIT ((78)' '),
... |
Topic: Total no. of root segments in IMS database |
shashank.sharma
Replies: 2
Views: 1777
|
Forum: Utilities Posted: Thu Mar 10, 2011 5:03 pm Subject: Total no. of root segments in IMS database |
How can I get the count of total no. of root segments in a IMS database using Insync? |
Topic: PL/1 Tutorial |
shashank.sharma
Replies: 2
Views: 2744
|
Forum: Application Programming Posted: Mon Jul 12, 2010 2:02 am Subject: PL/1 Tutorial |
Can anyone provide the PL/1 tutorials? |
Topic: Combinig two files |
shashank.sharma
Replies: 9
Views: 5156
|
Forum: Utilities Posted: Tue Aug 19, 2008 8:48 am Subject: Combinig two files |
Thank you all for your help! |
Topic: Combinig two files |
shashank.sharma
Replies: 9
Views: 5156
|
Forum: Utilities Posted: Mon Aug 18, 2008 4:07 am Subject: Combinig two files |
Hi have two files:
File 1:
AAA
BBB
CCC
File 2:
001D 123 D123
012D 158 D453
213D 433 D423
765D 475 D234
469D 234 D856
. . . .. . . . . . ..
I need:
File 3:
001D AAA D123
0 ... |
Topic: Combinig two files |
shashank.sharma
Replies: 0
Views: 838
|
Forum: Utilities Posted: Mon Aug 18, 2008 4:06 am Subject: Combinig two files |
Hi have two files:
File 1:
AAA
BBB
CCC
File 2:
001D 123 D123
012D 158 D453
213D 433 D423
765D 475 D234
469D 234 D856
. . . .. . . . . . ..
I need:
File 3:
001D AAA D123
0 ... |
Topic: Filtering of records |
shashank.sharma
Replies: 1
Views: 1147
|
Forum: Utilities Posted: Mon Apr 28, 2008 4:30 am Subject: Filtering of records |
File A
ID
------------
12
15
86
File B
Name,ID,Indicator,Amount
--------------
ABD 12 X 026
CDE 11 Y 022
EFG 86 Z 055
I need those records from file B where ID = (present i ... |
Topic: EZT load information |
shashank.sharma
Replies: 2
Views: 1385
|
Forum: Application Programming Posted: Tue Apr 01, 2008 1:44 am Subject: EZT load information |
The load is more than 2 years old. Can we still get the information? If yes, How? Please clarify. |
Topic: EZT load information |
shashank.sharma
Replies: 2
Views: 1385
|
Forum: Application Programming Posted: Mon Mar 31, 2008 8:22 am Subject: EZT load information |
Hi,
I have load module of a Easytrieve program. How can I know the ID of the person who compiled the load.
Shashank. |
Topic: Numeric to Alphanumeric move |
shashank.sharma
Replies: 9
Views: 25906
|
Forum: Application Programming Posted: Thu Oct 11, 2007 5:33 am Subject: Numeric to Alphanumeric move |
By doing this A-3 will have ' 78.89'. But I want it to be as '78.89 ' |
Topic: Numeric to Alphanumeric move |
shashank.sharma
Replies: 9
Views: 25906
|
Forum: Application Programming Posted: Wed Oct 10, 2007 10:09 am Subject: Numeric to Alphanumeric move |
Hi,
I have:
01 A-1 PIC S9(05)V99 VALUE 78.89.
01 A-3 PIC X(09).
I want A-3 to contain '78.80 ' using minimum no. of COBOL statements. How ... |
Topic: EJES commands |
shashank.sharma
Replies: 1
Views: 4049
|
Forum: Job Control Language(JCL) Posted: Tue May 22, 2007 1:09 am Subject: EJES commands |
How to (i)purge a job and (ii)release a job on hold in EJES? |
Topic: Help: IEFC001I ROCEDURE WAS EXPANDED USING PRIVATE LIBRARY |
shashank.sharma
Replies: 10
Views: 13507
|
Forum: Job Control Language(JCL) Posted: Thu Apr 19, 2007 6:29 am Subject: Help: IEFC001I ROCEDURE WAS EXPANDED USING PRIVATE LIBRARY |
Here is SYSOUT
SCIC000I Connect:Direct - RC=00000000 MSG=SAFA000I NODE=NDM.CORDE @ 23:3
SHORT TEXT => SAFA000I Connect:Direct SIGNON process completed.
SCI ... |
Topic: Help: IEFC001I ROCEDURE WAS EXPANDED USING PRIVATE LIBRARY |
shashank.sharma
Replies: 10
Views: 13507
|
Forum: Job Control Language(JCL) Posted: Thu Apr 19, 2007 3:50 am Subject: Help: IEFC001I ROCEDURE WAS EXPANDED USING PRIVATE LIBRARY |
STMT NO. MESSAGE
4 IEFC001I PROCEDURE DMBATCH2 WAS EXPANDED USING PRIVATE LIBRARY OCA7.PR
13 IEFC001I PROCEDURE DMBATC ... |
|