Author |
Message |
Topic: the value of a COMP-3 |
Tophe
Replies: 15
Views: 9372
|
Forum: Application Programming Posted: Fri Jul 25, 2003 1:53 am Subject: the value of a COMP-3 |
Jai,
You must define this variable as packed decimal ( P data format as I remember) ...
HTH
Tophe |
Topic: GDG |
Tophe
Replies: 1
Views: 1841
|
Forum: Job Control Language(JCL) Posted: Wed Jul 23, 2003 4:09 am Subject: GDG |
kishore_gk,
As it is your first post, I give you the answer : follow [url=http://www.mvsforums.com/helpboards/viewtopic.php?t=100] THIS LINK.
Please, next time, try the search facility available ... |
Topic: Array initialisation in COBOL. |
Tophe
Replies: 9
Views: 5730
|
Forum: Application Programming Posted: Wed Jun 11, 2003 12:58 am Subject: Array initialisation in COBOL. |
You can also rewrite your WSS like this :
01 working-storage.
03 table.
05 array1 occurs 10 .
07 ele1 pic 9.
07 ele2 pic x.
05 other-element pic 9(2).
and you can use INITIALIZE TABL ... |
Topic: SEARCH in cobol |
Tophe
Replies: 1
Views: 1487
|
Forum: Application Programming Posted: Tue Jun 03, 2003 3:44 am Subject: SEARCH in cobol |
Nancy,
Do you try the search facility ?
You'll find everything you'ar looking for 8) 8)
Regards
Tophe |
Topic: sort stmt to avoid duplicates |
Tophe
Replies: 3
Views: 3163
|
Forum: Job Control Language(JCL) Posted: Wed Apr 30, 2003 10:12 am Subject: sort stmt to avoid duplicates |
Arv,
Do you try this [url=http://www.mvsforums.com/helpboards/search.php]LINK ?
Regards
Tophe |
Topic: how to search a string in cobol |
Tophe
Replies: 10
Views: 17228
|
Forum: Application Programming Posted: Thu Apr 03, 2003 2:21 am Subject: how to search a string in cobol |
What is the question ?
Does Rsk want to find a string in a flat file with a cobol program ?
If so, i think taterhead is right ... the option TALLYING will return in a counter the answer ...
... |
Topic: JCL for Selecting records from a PS. |
Tophe
Replies: 12
Views: 15919
|
Forum: Job Control Language(JCL) Posted: Thu Feb 27, 2003 7:04 am Subject: JCL for Selecting records from a PS. |
For the first question, you can use REPRO (IDCAMS) with the keywords COUNT ans SKIP
For the second question, you can do it with FILE-AID
HTH
Tophe |
Topic: CREATION TIME OF A GDG |
Tophe
Replies: 8
Views: 9356
|
Forum: Job Control Language(JCL) Posted: Fri Dec 27, 2002 1:49 am Subject: CREATION TIME OF A GDG |
Hari,
Like Nathalie suggestion, your sas code only return the creation DATE, not the creation TIME ...
Christophe |
|