Sorry to ask the question here, but i just don't know where to ask it.
I can't go on the A drive. I am pretty sure that a line is missing in my autoexec.bat file.
I can browse my A drive but can't go on it with the commande : cd A:Could do tell me what to add ?
Thanks a lot
I don't understand the mechanics behind "half track blocking" strategy. I know that the goal is to efficiently use the space on disk.
on a 3390 disk, there are 15 tracks per cylinder. Each track holds 56664 bytes.
1- what is this magical number 27,920 block size ?
2- what is a DASD ...
Hello
i understand that Pic 9(13)comp-3, Pic S9(14)comp-3 require 7 and 8 bytes of storage respectively. i don't see why Pic S9(12)comp, Pic S9(13)comp and Pic S9(14)comp require 6 bytes of storage.
Any hint ? I read Michael Mattias's article, but still i need some light.
Hi. I have a program that prints 1001 notices , rapports...
I have been asked to add a line at the end of 2 notices. add the client number at the far right or far left.
i tried to declare a select statement (and FD statement) for the notices and do a write every time that the notices are...
Hello,
My vsam file has a random access. I realized that for the same person i have different information.
Person-A Code-A Status-1
Person-A Code-B Status-2.
Right now, my key is Person-A.
Every time a do a read , I end up with Status-1, even if i move Code-B in the second field. (the...
Hi,
I would like to know how a could read my file with a partial key.
01 file-key
05 key-1
05 key-2
05 key-3
i would like to be able to read my file with key-2
I TRIED THIS
SELECT DATA-FILE ASSIGN TO SYS0000
ORGANIZATION IS INDEXED
ACCESS MODE IS RANDOM
RECORD KEY IS FILE-KEY
ALTERNATE...
Hello,
I get an abend after this :
MOVE ZERO TO C-AMOUNT.
This field is defined as:
C-AMOUNT PIC S9(9)V99 COMP-3.
i tried to do a display just before this instruction and it worked. The problem is this instruction but i don't see why.
Thanks for giving me a hint to explore.
Hi, I have a program that is done in this manner. I would like to know if the paragraph BUILD-MISC-HEADER is performed in case of (NOT A AND NOT U). Thanks a lot.
BUILD-MISC-HEADER.
-------------------------------...
Hi everybody,
Instead of 201, I need to put the full year 2001 in W-CURRENT-YYYY
01 WGLOB-PROCESS-DATE PIC X(07).
01 W-CURRENT-DATE PIC 9(8).
01 W-CURRENT-DATE-R REDEFINES
W-CURRENT-DATE.
05 W-CURRENT-YYYY PIC 9999...
hi,
my fiels A is defined as pic X(02).
field B is a pic 9 (07) comp-3.
values of A= me, no, 1m, 01,03,12.
how can i put 01, 03, 12 into B ?
i am looking for some thing that could tell me that i have a number, i guess. i am working whith cobol I.
The real situation is, if i get CHN01 ( a...
Hello,
Could you please tell me why i can't do a simple open-extent on an empty file (ESDS). When i fill my file with old records, i have no abend !
Thanks.
PS: the problem is solved but i would like to know why.
Could you please help me out with this one. What should I change in Program A to make it work with the new programs . I need to call program B to do few calculations (fund accumulation….).
Porgram A calls program B.
In program A, I have :
1/ OPEN INPUT MY-FILE-DATA-FILE + a close statement
2/...
Hi,
I have a variable that is defined as a
01 TOT-DAYS PIC S9(07) COMP-3.
in order to have a "peek" at it i defined a second variable
01 WS-TOTAL-DAYS PIC S9(07).
and moved the first one into the second one.
i get "000001è" in the...
hello,
could you tell me why i get an error when i try to compute ?
thanks
05 A PIC X(02).
05 A-N REDEFINES A PIC 9(02).
05 B PIC X(02).
05 C PIC 9(03).
10 NEW PIC 9(03)...
Hi, could you please explain to me why when using Browse the program doesn't work.
thanks
PROCESS-POLICIES.
******************
MOVE LOW-VALUES TO WPOL-KEY.
MOVE HIGH-VALUES TO WPOL-ENDBR-KEY.
* PERFORM POL-1000-BROWSE
* THRU POL-1000-BROWSE-X.
IF WPOL-IO-OK...
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.