Hi All,
I am hoping to create the following report
MAR APR MAY
---- ---- ----
Day CYC Day CYC Day CYC
--- --- --- --- --- ---
MON
TUE 01 02
WED 02 03
THU 03 03 01 04
FRI...
Thanks Tom
That helps.
However I am hoping to eliminate any leading spaces.
So when I string all these values together they will appear something like so:
12.12,123.45,-1.45,123
Without any spaces and no leading zeroes.
I know that I can use the inspect to count the number of leading...
Hi All,
I need to convert an -9(03).9(02) (of value say -001.45) to
a printed value of -1.45
Reason being so I can string these values into a comma delimited file. Leading zeroes are suppressed and no trailing or leading spaces.
If i were to define the field as -ZZ9.99 then the printed value...
Thanks for your prompt reply slade/Jack....
Here are a few more info...
1.I am using Merant NetExpress Microfocus COBOL I think that the Select filename-1 assign to DYNAMIC is available. That helps!
2. The division of the files does not have to be exact however it is critical that the...
Hi All,
I need to determine the size of an input file which contains variable records. The goal is to split this input file into smaller files of 2megs in size.
For instance, if we get a file of 10meg in size then my COBOL module should be able to split this file into say... 5 different output...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.