MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 71 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Character to Zoned Decimal in SORT
ha.rajamohamed

Replies: 4
Views: 7616

PostForum: Utilities   Posted: Wed Feb 21, 2007 3:18 am   Subject: Character to Zoned Decimal in SORT
Thanks Frank ... yours first SORT card matches my requirement.

SORT FIELDS=(11,10,UFF,A)
  Topic: Character to Zoned Decimal in SORT
ha.rajamohamed

Replies: 4
Views: 7616

PostForum: Utilities   Posted: Tue Feb 20, 2007 6:20 am   Subject: Character to Zoned Decimal in SORT
Small corrections in the SORT CARD
Very Happy

INREC FIELDS=(1,10,11:11,10,UFF,TO=ZD,LENGTH=10,21,80)
  Topic: Character to Zoned Decimal in SORT
ha.rajamohamed

Replies: 4
Views: 7616

PostForum: Utilities   Posted: Tue Feb 20, 2007 6:18 am   Subject: Character to Zoned Decimal in SORT
Got the answer... Its UFF, SFF

//SORTP1 EXEC PGM=ICEMAN
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=Input file
//SORTOUT DD ...
  Topic: Character to Zoned Decimal in SORT
ha.rajamohamed

Replies: 4
Views: 7616

PostForum: Utilities   Posted: Tue Feb 20, 2007 5:01 am   Subject: Character to Zoned Decimal in SORT
Hi,
Is it possible to convert characters to Zoned Decimal in SORT or ICETOOL.
I am having a requirement where the LRECL is 100 and the content from 11 to 20 is a combinations of spaces and numbers. ...
  Topic: Internal and External sort
ha.rajamohamed

Replies: 2
Views: 1382

PostForum: Application Programming   Posted: Wed Dec 20, 2006 4:50 am   Subject: Internal and External sort
Anbesivam.. Thnx for your infos...

It will be helpful If I get some more informations.

Thanks
Raja Mohamed
  Topic: Internal and External sort
ha.rajamohamed

Replies: 2
Views: 1382

PostForum: Application Programming   Posted: Wed Dec 20, 2006 3:23 am   Subject: Internal and External sort
What the Main differences between internal sort and External sort.

Please I am not expecting a straight answers in interview point of view.

I need in performance realted and +ves and -ves of bo ...
  Topic: Possible to override IF in PROC
ha.rajamohamed

Replies: 0
Views: 917

PostForum: Job Control Language(JCL)   Posted: Wed Nov 29, 2006 3:33 pm   Subject: Possible to override IF in PROC
// STEP01 exec pgm=XXX
// STEP02 exec pgm=XXX
// IF STEP02.RC <= 4 then
// STEP03 exec pgm=XXX
// ENDIF

Now the above STEP03 executes only if STEP02 gives return code of 4 or l ...
  Topic: COND code step bypass
ha.rajamohamed

Replies: 2
Views: 1819

PostForum: Job Control Language(JCL)   Posted: Wed Nov 29, 2006 3:20 pm   Subject: COND code step bypass
Thanks VJ
  Topic: COND code step bypass
ha.rajamohamed

Replies: 2
Views: 1819

PostForum: Job Control Language(JCL)   Posted: Mon Nov 20, 2006 3:39 pm   Subject: COND code step bypass
//Step01
//Step02,COND=(0,NE)
//Step03,COND=(0,NE)
//Step04,COND=((0,EQ,STEP03),EVEN)

In the above scenario...
If STEP01 RC > 0 ... I need to bypass the remaing steps..

My Issue is... ...
  Topic: Spaces in Numeric filed
ha.rajamohamed

Replies: 5
Views: 2596

PostForum: Application Programming   Posted: Thu Nov 16, 2006 10:38 am   Subject: Spaces in Numeric filed
Kolusu...
Thanks..... it working fine with NUMVAL....
Thanks shekar.. for the information....

Regards
Raja Mohamed
  Topic: Spaces in Numeric filed
ha.rajamohamed

Replies: 5
Views: 2596

PostForum: Application Programming   Posted: Thu Nov 16, 2006 8:52 am   Subject: Spaces in Numeric filed
Hi,,
The input file length is 18000....
We are reading in to a copy book layout... contains these Numeric fields..
If we receives it in a alphanumeric fileds it not a issue,
The issue is.. while ...
  Topic: Spaces in Numeric filed
ha.rajamohamed

Replies: 5
Views: 2596

PostForum: Application Programming   Posted: Thu Nov 16, 2006 6:56 am   Subject: Spaces in Numeric filed
Hi..

When I read my input file Numeric filed of 10 bytes.. 9(10) .. I am receiving " 1000"... first few bytes are spaces and numeric values comes in...
When I validate the field fo ...
  Topic: Need a generic program that convert all COMP, COMP-3 fields
ha.rajamohamed

Replies: 9
Views: 3713

PostForum: Application Programming   Posted: Wed Aug 30, 2006 4:36 am   Subject: Need a generic program that convert all COMP, COMP-3 fields
I heard there is a posibility through EasyDrive, but I have not worked on EasyDrive.

I browsed around FILEAID, I havn't got any results so far.

Is anyone come up this situations... and sloved i ...
  Topic: Need a generic program that convert all COMP, COMP-3 fields
ha.rajamohamed

Replies: 9
Views: 3713

PostForum: Application Programming   Posted: Thu Aug 24, 2006 4:24 am   Subject: Need a generic program that convert all COMP, COMP-3 fields
Kolusu,

I am off for couple of days so unable to reply you..

The LRECL are more than 132 bytes, varies between 1000 to 5000 bytes.
  Topic: Need a generic program that convert all COMP, COMP-3 fields
ha.rajamohamed

Replies: 9
Views: 3713

PostForum: Application Programming   Posted: Mon Aug 21, 2006 6:02 am   Subject: Need a generic program that convert all COMP, COMP-3 fields
Coolman,
I have not much proceeded on this. Till now I have coded in COBOL using move CORR. But this is specific to a single file and layout.
I am having 50+ different files with different layouts, ...
 
Page 1 of 5 Goto page 1, 2, 3, 4, 5  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group