Search found 9 matches

by Sunita R
Fri Apr 21, 2023 12:51 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: REPLACING in COBOL.
Replies: 3
Views: 2619

Re: REPLACING in COBOL.

Does it need to be SYSLIB member always?

And what is SYSLIB?
by Sunita R
Wed Apr 19, 2023 10:52 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: REPLACING in COBOL.
Replies: 3
Views: 2619

REPLACING in COBOL.

Hi,

How to understand this syntax
Copy AAAAAAAA REPLACING ==:BBBBBBBB:== BY ==:CCCCCCCC:==
by Sunita R
Fri Mar 10, 2023 9:44 am
Forum: Interview Questions.
Topic: out put file I gave DISP=OLD and space abend.
Replies: 4
Views: 1457

Re: out put file I gave DISP=OLD and space abend.

DISP=OLD for output data sets (not files) means that the output is written from the beginning. So figure out how much space you need, change the JCL to include SPACE on the DD statements (which will override the defaults used by the data set), and rerun the job. However, if the data set has the max...
by Sunita R
Fri Mar 10, 2023 8:42 am
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Help with COBOL field definition.
Replies: 4
Views: 1302

Re: Help with COBOL field definition.

Thanks Robert.

Sorry to bother you but I have not seen this kind of picture clause and was taken aback. Thank you so much for your explanation, this gives a lot more to learn.
by Sunita R
Sun Feb 26, 2023 6:28 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Help with COBOL field definition.
Replies: 4
Views: 1302

Re: Help with COBOL field definition.

Thanks Robert. What is the meaning of 'B' here?
by Sunita R
Thu Feb 09, 2023 11:16 pm
Forum: IBM COBOL, GnuCOBOL (OpenCOBOL), OOCobol.
Topic: Help with COBOL field definition.
Replies: 4
Views: 1302

Help with COBOL field definition.

Does any one know ...what is the defination of highlighted field
IMG_20230209_231419_202.jpg
    by Sunita R
    Thu Feb 09, 2023 11:12 pm
    Forum: Interview Questions.
    Topic: out put file I gave DISP=OLD and space abend.
    Replies: 4
    Views: 1457

    Re: out put file I gave DISP=OLD and space abend.

    2. I have an existing VSAM file. It is required to add 1 new field. What are the steps to implement this change?
    by Sunita R
    Thu Feb 09, 2023 11:11 pm
    Forum: Interview Questions.
    Topic: out put file I gave DISP=OLD and space abend.
    Replies: 4
    Views: 1457

    out put file I gave DISP=OLD and space abend.

    Recent interview question: one of out put file I gave DISP=OLD and it failed during run in time in production with space abend, how can you solve it?
    by Sunita R
    Thu Jul 09, 2015 2:14 pm
    Forum: Scheduling Software for MVS, OS/390 and zOS
    Topic: What is the difference between package in DB2, Endevor or
    Replies: 1
    Views: 1404

    What is the difference between package in DB2, Endevor or

    Hi,

    What is the difference between package in DB2, Endevor or Chanegman. Please guide this novice.

    Go to advanced search