Search found 15 matches

by RaviTejaG
Mon Dec 21, 2009 4:05 pm
Forum: CICS
Topic: What Is The Difference B/w Start Browse and Sequential read
Replies: 3
Views: 9997

What Is The Difference B/w Start Browse and Sequential read

What Is The Difference Between start Browse and Sequential read in CICS both will do same work .So, what is need of new command like startbr.
by RaviTejaG
Wed Jul 29, 2009 5:51 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: INSERT MORE THAN ONE ROWS IN SPUFI
Replies: 13
Views: 26701

Hi Natarajan,
Can you explain above query

SELECT 'RAJU',8888,'BANGALORE' from SYSIBM.SYSDUMMY1

why u are selecting the record from SYSIBM.SYSDUMMY1

and what will happen here , when we doing union all
by RaviTejaG
Thu Jul 09, 2009 1:44 pm
Forum: CICS
Topic: What is the Cics Command to send multiple maps to a screen
Replies: 3
Views: 8234

Hi Natarajan, In First map i want to accept account number of customer and in the second map i will display the details of that account number. Ex: Date: Time: ABC Bank Enter Account No:------------ ---------------------------------------------------------------------------------------- Customer Nam...
by RaviTejaG
Thu Jul 09, 2009 11:15 am
Forum: CICS
Topic: What is the Cics Command to send multiple maps to a screen
Replies: 3
Views: 8234

What is the Cics Command to send multiple maps to a screen

Hi,
Can any one help me how to send More than one map in a mapset to the screen at a time. and is we need to Put storage=base option in mapset attribute ,if yes how.

Thanks,
Raviteja.G
by RaviTejaG
Fri Jun 19, 2009 11:38 am
Forum: CICS
Topic: CICS Transaction Id
Replies: 5
Views: 9309

Hi COOK1, How it is possible that a same program is entered twice in a ppt entry. in my knowledge if a program is already in the mainmemory then it is in ppt table and it will be used by cics ,if it is not in the main memory it is brought to MM from disk and PPT entry is Made . so where is the possi...
by RaviTejaG
Fri Jun 19, 2009 11:30 am
Forum: CICS
Topic: how to update system date to output field of cics screen
Replies: 3
Views: 7846

EXEC CICS ASKTIME ABSTIME(WS-TIME) END-EXEC. EXEC CICS FORMATTIME ABSTIME(WS-TIME) DDMMYY(DATEO) DATESEP('/') TIME(TIMEO) TIMESEP(':') END-EXEC. Here Ws-Time is the working storage section variable of type x(16).and TIMEO and DATEO are the Map variables.
by RaviTejaG
Thu Jun 04, 2009 8:54 am
Forum: Admin Announcements
Topic: STAR MEMBER AWARD - FOR MAY 2009
Replies: 27
Views: 51930

congrats

Congratulation Nataraj.
by RaviTejaG
Thu May 21, 2009 11:43 am
Forum: VSAM - File system
Topic: ESDS
Replies: 4
Views: 7136

i gave select clause as below.

SELECT TALKT ASSIGN TO TALKT
ORGANIZATION IS SEQUENTIAL
ACCESS MODE IS SEQUENTIAL
FILE STATUS IS WS-STATUS.

and can u give me link for cobol manual
by RaviTejaG
Thu May 21, 2009 11:24 am
Forum: VSAM - File system
Topic: ESDS
Replies: 4
Views: 7136

ESDS

for ESDS what is the organization mode and accessmode we have to write in cobol program file-control section. i wrote both are sequential but it is giving following error. A file attribute mismatch was detected. File TALKT in program COBESDSdetected. File TALKT in program COBESDS was defined as a ph...
by RaviTejaG
Wed May 20, 2009 3:38 pm
Forum: FILE-AID
Topic: how to create alternate index using file-aid
Replies: 5
Views: 12049

alternate index

My vsam file structure is 01 FS-CLASS-REC. 05 FS-CLASSNO PIC 9(5). 05 FILLER PIC X(1). 05 FS-FLOOR PIC A(6). 05 FILLER PIC X(1). 05 FS-CLASSID PIC X(3). 05 FILLER PIC X(1). 05 FS-BATCH PIC X(20). 05 FILLER PIC X(1). 05 FS-FROM PIC X(10). 05 FILLER PIC X(1). 05 FS-TO PIC X(10). 05 FILLER PIC X(21). i...
by RaviTejaG
Wed May 13, 2009 10:32 am
Forum: JCL
Topic: what are these jesmsglg,jesjcl,jesysmsg,sysout
Replies: 2
Views: 10216

what are these jesmsglg,jesjcl,jesysmsg,sysout

when we submit a jcl ,in spool we find following data sets
JESMSGLG,JESJCL,JESYSMSG,SYSOUT

can any one explain what are these else give me a reference material .

Thank YOu
by RaviTejaG
Tue May 05, 2009 1:28 pm
Forum: FILE-AID
Topic: how to create alternate index using file-aid
Replies: 5
Views: 12049

IN THAT QUESTION I WANT TO CREATE ALTERNATE INDEX ON TWO FIELDS,I.E. FLOOR, CLASS ROOM NO , SO I HAVE CRETE ALTERNATE INDEX AT A TIME ON BOTH,OR I HAVE TO CREATE SEPERATELY FOR EACH AND THEN COMBINE.
by RaviTejaG
Mon May 04, 2009 2:40 pm
Forum: FILE-AID
Topic: how to create alternate index using file-aid
Replies: 5
Views: 12049

how to create alternate index using file-aid

i want to create alternate index for a vsam file using file-aid .can any one help .Advance thank you
by RaviTejaG
Tue Apr 14, 2009 4:23 pm
Forum: TSO, CLIST & REXX
Topic: How to retrieve deleted dataset / pds in mainframe
Replies: 9
Views: 37070

i didn't understand what u r saying.but, what i have to do to get deleted data set ,can anyone can help
by RaviTejaG
Tue Apr 14, 2009 4:01 pm
Forum: TSO, CLIST & REXX
Topic: How to retrieve deleted dataset / pds in mainframe
Replies: 9
Views: 37070

Hi krishna , I tried your solution that u gave,but i didnt understand where to type that command .after i enter into tso first i type 'P' Option ,Then 6 Option which is COMMAND ther i type command u specified ,but iam getting some error shown below, ARC0814I LIST PROCESSING TERMINATION EARLY,RC=02 A...