Author |
Message |
Topic: Endevor Log |
js01
Replies: 3
Views: 2464
|
Forum: Utilities Posted: Thu Jul 14, 2011 7:19 am Subject: Endevor Log |
Hi friends,
I would like to find out the modules that moved to production from development everyday in edevor, is there any Log for endeover so that i can find out what are the elements deployed on ... |
Topic: Stored Procedure |
js01
Replies: 2
Views: 2160
|
Forum: Database Posted: Mon Apr 18, 2011 3:04 am Subject: Stored Procedure |
friends,
I am new to DB2 stored procedures . in my project already deifned stored procedure is available and i need to modify it, please help me to locate the procedures (where and which table it r ... |
Topic: How to concatenate two input files in SAS |
js01
Replies: 4
Views: 3634
|
Forum: Application Programming Posted: Tue Mar 16, 2010 11:27 am Subject: How to concatenate two input files in SAS |
Hi Kolusu,
actually i got a requirement to add a new field to existing SAS dataset , this SAS dataset is loaded with inpufile (VB , 250 length) with business logic. input file has the packed decima ... |
Topic: How to concatenate two input files in SAS |
js01
Replies: 4
Views: 3634
|
Forum: Application Programming Posted: Mon Mar 15, 2010 4:17 pm Subject: How to concatenate two input files in SAS |
Thank you very much Kolusu
I am new to the SAS ,could you please is there any user defind function in SAS ,
actually i want assign a value that retuirns from function.
Regards |
Topic: How to concatenate two input files in SAS |
js01
Replies: 4
Views: 3634
|
Forum: Application Programming Posted: Mon Mar 15, 2010 1:15 pm Subject: How to concatenate two input files in SAS |
Hi friends,
I am trying to create a SAS dataset using two input files , below are the input files
RECF=VB
LRECL=250
infile1:
filed1(7)filed2(2) filed3(5) filed4 ... |
Topic: DISPLAY DATA using SAS |
js01
Replies: 3
Views: 2442
|
Forum: Application Programming Posted: Fri Mar 12, 2010 12:10 pm Subject: DISPLAY DATA using SAS |
i did modified to
@020 NUM3 $7.
@ ;
and then worked fine
thank you very much for your help |
Topic: DISPLAY DATA using SAS |
js01
Replies: 3
Views: 2442
|
Forum: Application Programming Posted: Wed Mar 10, 2010 3:10 pm Subject: DISPLAY DATA using SAS |
Hi frineds,
I am trying to resolve a issue in my shop and i'm new to SAS,
could you please advice how to display the gives fields , below is the code and results
JCL
====================== ... |
Topic: Pass Dynamic parameter to output file using sort |
js01
Replies: 1
Views: 1680
|
Forum: Utilities Posted: Wed Oct 14, 2009 3:16 pm Subject: Pass Dynamic parameter to output file using sort |
Hi Friends
I need your help on following task
have to create a file dynamically with the contetnt using sort, we can achieve this thru the program ,but wanted to use sort.
file1
----------- ... |
Topic: Maching records using sort |
js01
Replies: 4
Views: 3321
|
Forum: Utilities Posted: Mon Jul 13, 2009 12:37 pm Subject: Maching records using sort |
thank you |
Topic: Maching records using sort |
js01
Replies: 4
Views: 3321
|
Forum: Utilities Posted: Mon Jul 13, 2009 8:52 am Subject: Maching records using sort |
Hi Kolusu,
Yes , you are right ..the matching key can anywhere in the rec , but record length is fixed its 100.
if not possible ,can you please provide a solution if the key at specific position ... |
Topic: Maching records using sort |
js01
Replies: 4
Views: 3321
|
Forum: Utilities Posted: Fri Jul 10, 2009 2:31 pm Subject: Maching records using sort |
Hi,
i want a record that has same word in both files and remaning should be in other files , could you please help me on this
example:
INF1:
AA SS YYYYYY12839
BA XS ZZZZZ14339
Q1 AS XXX ... |
Topic: FOC198 in FOCUS |
js01
Replies: 1
Views: 4070
|
Forum: Utilities Posted: Wed Apr 29, 2009 3:28 pm Subject: FOC198 in FOCUS |
hello all,
I am getting following error msg while running a query thru focus online
but when i run same query thru batch not getting error
i also try to allocate space in the FOCUS CLIST for FO ... |
Topic: ROUNDED in cobol |
js01
Replies: 4
Views: 3389
|
Forum: Application Programming Posted: Fri Mar 27, 2009 9:39 am Subject: ROUNDED in cobol |
Kolusu/Anju,
Thanks for your qucik repsonce,
the above login in one of our program and the result is 1739 , i'm not able to undetsand why this value is getting? ...the value should be 2898
co ... |
Topic: ROUNDED in cobol |
js01
Replies: 4
Views: 3389
|
Forum: Application Programming Posted: Thu Mar 26, 2009 5:11 pm Subject: ROUNDED in cobol |
Hello friends,
could you please help me in below question
declared
05 VAR1 S9(5)V99
05 VAR2 S9(5)V99 value 2070
Compute VAR1 ROUNDED = VAR2 * 1.4
what is the value of VAR1
th ... |
Topic: Accuracy in Computing |
js01
Replies: 11
Views: 5546
|
Forum: Application Programming Posted: Thu Mar 26, 2009 5:10 pm Subject: Rounded in cobol |
Hello friends,
could you please help me in below question
declared
05 VAR1 S9(5)V99
05 VAR2 S9(5)V99 value 2070
Compute VAR1 ROUNDED = VAR2 * 1.4
what is the value of VAR1
thank yo ... |
|