Search found 18 matches

by psankar
Wed Nov 24, 2010 6:57 pm
Forum: COBOL
Topic: COBOL Copy book
Replies: 0
Views: 2168

COBOL Copy book

Hi, I have one COBOL copy book and its been using by no of programs. Ex. copy book %replace max-txn-type by 6; 01 debit-rate-table. 05 dr-record-key. 10 dr-fee-group pic x(2). 05 dr-fee-table occurs max-tran-type times. 10 dr-switch-fee-approved-x pic x(7). This code is not in COBOL,but similar to c...
by psankar
Wed Jul 28, 2010 10:53 am
Forum: EASYTRIEVE
Topic: Easytrieve arthematic operations finding reaminder
Replies: 1
Views: 7203

Easytrieve arthematic operations finding reaminder

Hi,
I want to get the remainder after divide operation.

Could somebody hep me is there any key word to find out the remainder value after division.
by psankar
Fri Jan 08, 2010 3:54 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: How we decide the program should bind to PLAN or PACKAGE
Replies: 1
Views: 3866

How we decide the program should bind to PLAN or PACKAGE

Hi,
I am working on DB2 quite long,But I have a small confusion in my mind.

When we write a new cobol-DB2 program,how we will decide whether it is PLAN or PACKAGE.

What are the ways to find out this

Suggestions please.
by psankar
Thu Dec 03, 2009 4:45 pm
Forum: JCL
Topic: JCL PARM parameter---urgent
Replies: 7
Views: 10960

This is my Procedure division
PROCEDURE DIVISION USING LS-PARM-AREA.

and I am not able to see any values after displaying some junk symbols are coming I just displayed the length.

It is Batch job.
by psankar
Thu Dec 03, 2009 4:41 pm
Forum: JCL
Topic: JCL PARM parameter---urgent
Replies: 7
Views: 10960

//STEP0010 EXEC PGM=KMFBAD55,
// PARM='Y1900000020090930'
by psankar
Thu Dec 03, 2009 4:19 pm
Forum: JCL
Topic: JCL PARM parameter---urgent
Replies: 7
Views: 10960

in place of Pic clauses..emotions are thr...I dont know..

each date filed length is Alphabeic 8.
by psankar
Thu Dec 03, 2009 4:18 pm
Forum: JCL
Topic: JCL PARM parameter---urgent
Replies: 7
Views: 10960

JCL PARM parameter---urgent

Hi, I am passing values to the cobol program from JCL as follows PARM='Y1900000020090930' And same I have defined in the programs Linkage section as follows 01 LS-PARM-AREA. 02 LS-PARM-LENGTH PIC S9(04) COMP. 02 LS-DATE-FLAG PIC X. 02 LS-PREV-START-DATE PIC X(8). 02 LS-PREV-END-DATE PIC X(8). My pro...
by psankar
Wed Aug 19, 2009 5:07 pm
Forum: ENDEVOR, COOLGEN , PANVALET and CA-7
Topic: Can we take XDC of the production job run?
Replies: 3
Views: 7992

It is saying..."Invalid Command"
by psankar
Wed Aug 19, 2009 3:27 pm
Forum: JCL
Topic: Can we take XDC of the production job run?
Replies: 7
Views: 14445

XDC is nothing but taking the snap shot of the job run in spool

go to the SDSF there we need to write XDC infront of the job.
by psankar
Wed Aug 19, 2009 1:54 pm
Forum: JCL
Topic: Can we take XDC of the production job run?
Replies: 7
Views: 14445

Can we take XDC of the production job run?

Hi,
Can anybody please let me know,Is it possible to take the XDC of the job which is in production run.

Thanks,
Sankar
by psankar
Wed Aug 19, 2009 1:51 pm
Forum: ENDEVOR, COOLGEN , PANVALET and CA-7
Topic: Can we take XDC of the production job run?
Replies: 3
Views: 7992

Can we take XDC of the production job run?

Hi,
Can anybody please let me know,Can we take the XDC of the job which is in production run.

Thanks,
Sankar.
by psankar
Tue Aug 18, 2009 4:24 pm
Forum: COBOL
Topic: How to do Dynamic allocation of files in Cobol
Replies: 1
Views: 4366

How to do Dynamic allocation of files in Cobol

Hi,
Can any body help me on,how we can create the files dynamically using COBOL(not by JCL).

Thanks.
by psankar
Fri Jul 31, 2009 10:50 am
Forum: ENDEVOR, COOLGEN , PANVALET and CA-7
Topic: Need Clarification on RESUB and RESTART commands in CA-7
Replies: 6
Views: 12388

Need Clarification on RESUB and RESTART commands in CA-7

Hi,
What is the Diffrence between RESUB and RESTART of the jobs.

I am just confused,help me.

Thanks.
by psankar
Fri Jul 24, 2009 8:52 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: How to find out which version of DB2
Replies: 4
Views: 9265

Thanks!! Anuj.

I have tried that command,but getting error..Access Rejected.As you told we should have that access..
by psankar
Thu Jul 23, 2009 11:04 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: How to find out which version of DB2
Replies: 4
Views: 9265

How to find out which version of DB2

Hi,
In our project we are using PLATINUM DB2,I want to know on which version of DB2 I am working.

Suggest me the way.

Thanks.