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 5 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: Inserting zeroes at end of each record(decimal format).
rajkumar_1981

Replies: 8
Views: 2993

PostForum: Utilities   Posted: Wed May 14, 2008 11:21 pm   Subject: Inserting zeroes at end of each record(decimal format).
zeroes are inserted at end of each record in a PS file (decimal format).
No duplicates are there in input file.

for example:

Input file has record lenght is 10 and record format=FB.

Output ...
  Topic: either sort or program?
rajkumar_1981

Replies: 3
Views: 1887

PostForum: Utilities   Posted: Mon Mar 17, 2008 11:11 pm   Subject: either sort or program?
I need to compare the two input file. The output file should contain only first file of records and ommit the records which are present in both files.


for example

file 1:
------
1234
567
2 ...
  Topic: truncating leading spaces.
rajkumar_1981

Replies: 7
Views: 3016

PostForum: Utilities   Posted: Thu Feb 14, 2008 6:17 am   Subject: truncating leading spaces.
hi,

input file

field lenght is 50.

1............................................................50
adf dfdf fdfeff fd
adf dfddf
adfdfd
...
  Topic: Cobol program to populate s9(4) field value
rajkumar_1981

Replies: 3
Views: 1463

PostForum: Application Programming   Posted: Wed Jun 06, 2007 11:02 pm   Subject: Re: Cobol program to populate s9(4) field value
hi,

input
------
01 a pic x value '+'

01 b pic 9(4)

output
-------
01 c pic s9(4).



to populate the input value into output.

for example,

a=+(x) , b=1000(9(4))

c=+1000(i ...
  Topic: Cobol program to populate s9(4) field value
rajkumar_1981

Replies: 3
Views: 1463

PostForum: Application Programming   Posted: Wed Jun 06, 2007 5:01 am   Subject: Cobol program to populate s9(4) field value
hi,

input
------
01 a pic x value '+'

01 b pic 9(4)

output
-------
01 c pic s9(4).



to populate the input value into output.

for example,

a=+(x) , b=1000(9(4))

c=+1000(i ...
 
Page 1 of 1
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group