Search found 10 matches

by anilsani285
Wed Jul 07, 2010 10:22 pm
Forum: CICS
Topic: Difference Between XCTL and LINK
Replies: 5
Views: 45271

hi..

THE LINKS HELPS FOR SOME EXTEND BUT I STILL NEED TO KNOW SOME REAL EXAMPLE WHERE EXACTLY WE USE THEM...


THANKS
by anilsani285
Wed Jul 07, 2010 10:20 pm
Forum: VSAM - File system
Topic: db2 to ksds file
Replies: 3
Views: 8947

hi,

USE CURSORS TO FETCH THE RECORD FROM THE TABLE INTO HOST VARIABLES THEN MOVE THEM TO RECORD LAYOUT OF THE VSAM FILE THEN PROVIDE A WRITE STATEMENT ....

FETCH CURSOR INTO :HS-ACCT-NO,:HS-ACCT-TYPE,:HS-ACCT-BAL

WRITE ACCTVSAM INVALID KEY DISPLAY 'ERROR'

CORRECT ME IF IAM WRONG...

THANKS
by anilsani285
Wed Jul 07, 2010 10:00 pm
Forum: CICS
Topic: Difference Between XCTL and LINK
Replies: 5
Views: 45271

Difference Between XCTL and LINK

HI...

I want to know the difference between XCTL and LINK and some examples

WHEN I SHOULD USE THE XCTL AND WHEN I SHOULD USE LINK COMMAND
by anilsani285
Wed Jul 07, 2010 11:42 am
Forum: CICS
Topic: CICS Training
Replies: 2
Views: 6099

u cn learn the basic of cics in practical way at sahasra mainframes training at ameerpet hyderbad.
by anilsani285
Wed Jul 07, 2010 11:09 am
Forum: JCL
Topic: What is the important of gdg's
Replies: 7
Views: 12611

Thanks man for the right answer .

Any thing else that i need to know about GDG will help me a lot while advising to my students.
by anilsani285
Wed Jul 07, 2010 8:18 am
Forum: COBOL
Topic: Hi plz help me out
Replies: 7
Views: 40589

Cobol 74 compile needs the file to be closed and in cobol 85 their no need of closing the file manually the file be closed when the job ends

and

if it is vsam file then u need to close it so that u can avoid file status code 97 for processing the same file for the next time...
by anilsani285
Wed Jul 07, 2010 8:11 am
Forum: JCL
Topic: What is the important of gdg's
Replies: 7
Views: 12611

Hi Natarajan...

You are right that was an interview question i heard from my student and GDG is used to save the historical data like old program codes in the form of generations and for day to day transaction of banking projects....

Any thing i need to add or Iam compltely wrong about this.
by anilsani285
Tue Jul 06, 2010 12:39 pm
Forum: JCL
Topic: What is the important of gdg's
Replies: 7
Views: 12611

What is the important of gdg's

Where shall we use the gdg in real time projects ....
can any one give some examples regarding this....
by anilsani285
Sun Jul 04, 2010 6:50 pm
Forum: XPEDITER
Topic: How to debug a simple cobol program using xpeditor?
Replies: 6
Views: 16645

Thanks for the reply....
i am very new to this tool ... i had one more question ..

suppose i had program that reads a file(10000 records) and move the data to some other ws-item because of the bad data i got SOC7. but i want to know at what record this soc7 had been raised it using xpeditor tool.
by anilsani285
Sun Jul 04, 2010 5:35 pm
Forum: XPEDITER
Topic: How to debug a simple cobol program using xpeditor?
Replies: 6
Views: 16645

How to debug a simple cobol program using xpeditor?

1. I want to know all the simple complicated commands that are required to debug a simple Cobol program.

2. how to debug the Cobol code in reverse order also