MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 32 matches
MVSFORUMS.com Forum Index
Author Message
  Topic: converting 2 digit month to month name...
rakshith

Replies: 4
Views: 2991

PostForum: Application Programming   Posted: Mon Oct 30, 2006 7:54 pm   Subject: converting 2 digit month to month name...
hi all.

is there any best technique which will convert 2 digit month to month name....

for eg:
month 01 should be converted into January
...
...
month 12 should be converted into december
...
  Topic: occurs class
rakshith

Replies: 4
Views: 3982

PostForum: Application Programming   Posted: Thu Jan 19, 2006 5:32 am   Subject: occurs class
The correct fields with level numbers are as follows.


05 Group1.
10 A pic x(2).
10 B pic x(2).
10 C pic x(2).
10 group.
15 G1 occurs 3 time pic x(1).
...
  Topic: occurs class
rakshith

Replies: 4
Views: 3982

PostForum: Application Programming   Posted: Thu Jan 19, 2006 1:48 am   Subject: occurs class
Hi all I have doubt regarding checking conditions for occurs class.
Variables goes like below.

Group1.
01 A pic x(2).
01 B pic x(2).
01 C pic x(2).
01 group. ...
  Topic: VSAM Error code 168
rakshith

Replies: 6
Views: 31159

PostForum: Data Management   Posted: Fri Jan 06, 2006 11:32 am   Subject: VSAM Error code 168
Since we donot have TSO WHOHAS and it is VSAM file I could not find the user who is using.

i want to know how to release this file using some commands. plz help me

thanks
rakshith
  Topic: VSAM Error code 168
rakshith

Replies: 6
Views: 31159

PostForum: Data Management   Posted: Fri Jan 06, 2006 5:27 am   Subject: VSAM Error code 168
Thank you kolusu for your quick response,

When I tried to use the above JCL, I am getting message like Dataset is in use
why is it so,
how can find out which job or anyone is using this datas ...
  Topic: VSAM Error code 168
rakshith

Replies: 6
Views: 31159

PostForum: Data Management   Posted: Fri Jan 06, 2006 2:09 am   Subject: VSAM Error code 168
HI all ,

I am getting this error code while loading the VSAM dataset from a flat file, please any one help me in this regard
IDCAMS SYSTEM SERVICES T
...
  Topic: sequential read of VSAM file
rakshith

Replies: 1
Views: 1662

PostForum: CICS and Middleware   Posted: Mon Jan 02, 2006 9:11 am   Subject: sequential read of VSAM file
hi all ,

i have doubt regarding reading the file sequentially,

I have a file like this ,

state zip city rating

aa 12345 city1
bb 22222
cc 33333 city.
dd 44444
..
..

first read t ...
  Topic: VSAM read
rakshith

Replies: 1
Views: 1614

PostForum: Application Programming   Posted: Wed Dec 28, 2005 6:14 am   Subject: VSAM read
i have to read read a VSAM record from a file using specific key,

if record present i have to do some specific task

if record not present i still have to read the file once again with different ...
  Topic: key field in STARTBR
rakshith

Replies: 1
Views: 1541

PostForum: CICS and Middleware   Posted: Mon Dec 26, 2005 8:12 am   Subject: key field in STARTBR
Hi all,

I have a question on key field (sequence-number).

01 KEY.
05 CODE1 PIC X(02).
05 CODE2 PIC X(02).
05 SEQ-NUMBER PIC 9(03).

: ...
  Topic: File handling
rakshith

Replies: 2
Views: 1655

PostForum: CICS and Middleware   Posted: Mon Dec 26, 2005 4:39 am   Subject: File handling
Thanks
  Topic: number is even or odd
rakshith

Replies: 18
Views: 10795

PostForum: Application Programming   Posted: Mon Dec 26, 2005 4:24 am   Subject: number is even or odd
hi all,

Is there any standard logic to determine the single digit number is even number or odd number, if it is there please post here,


thanks in advance.

rakshith
  Topic: File handling
rakshith

Replies: 2
Views: 1655

PostForum: CICS and Middleware   Posted: Mon Dec 26, 2005 1:10 am   Subject: File handling
hi all,

I have one question regarding file please help me in this regard.

how to find the name of the dataset related to the file id in CICS environment?

eg.

EXEC CICS STARTBR ...
  Topic: move statement doubt
rakshith

Replies: 4
Views: 2714

PostForum: Application Programming   Posted: Thu Dec 15, 2005 9:45 am   Subject: move statement doubt
hi all

I have two group items like,

1 01 A .

02 a1 OCCURS 3 TIMES PIC X(2).
02 a2 OCCURS 3 TIMES PIC 9(1)V9(2)
02 a3 OCCURS 3 TIMES PIC X(2) ...
  Topic: EIBTASKN and EIBTRMID
rakshith

Replies: 1
Views: 7321

PostForum: CICS and Middleware   Posted: Fri Dec 09, 2005 4:51 am   Subject: EIBTASKN and EIBTRMID
Hi all,

can anyone tell the difference between EIBTASKN AND EIBTRMID ?

In what situation i can use EIBTASKN

thanks


rakshith
  Topic: Date Calculation
rakshith

Replies: 3
Views: 2562

PostForum: Application Programming   Posted: Wed Nov 16, 2005 6:28 am   Subject: Date Calculation
sorry Kolusu, accidentally i typed there,
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 5 Hours
Jump to:  


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group