| Author |
Message |
Topic: System Date & Time |
gd
Replies: 4
Views: 2634
|
Forum: Application Programming Posted: Fri Nov 30, 2007 10:33 am Subject: System Date & Time |
Define Date and Time variables in your working storage:
01 WS-DATE-TIME
05 WS-RUN-DATE.
10 RUN-CC PIC 9(02) VALUE ZEROES. ... |
Topic: Hiding fields in a panel |
gd
Replies: 6
Views: 4900
|
Forum: TSO and ISPF Posted: Mon Oct 29, 2007 3:05 pm Subject: Hiding fields in a panel |
I think, you cannot change the attributes of a single panel while you are displaying the same panel.
When you enter some values in the panel fields, and hit ENTER, the panel execution completes and i ... |
Topic: Performance issue in SQL select |
gd
Replies: 1
Views: 960
|
Forum: Database Posted: Tue Apr 10, 2007 12:57 am Subject: Performance issue in SQL select |
Hi,
I am facing a performance issue in the below SQL:
SELECT A.emp_name,
A.emp_no,
A.emp_addr,
A.emp_dept_no,
A.emp_office_id,
B.emp_sal,
.....
... |
Topic: What is the maximum record length in COBOL? |
gd
Replies: 3
Views: 5192
|
Forum: Application Programming Posted: Tue Feb 20, 2007 1:21 am Subject: What is the maximum record length in COBOL? |
| Thanks Programmer1 and Kolusu for the help. |
Topic: What is the maximum record length in COBOL? |
gd
Replies: 3
Views: 5192
|
Forum: Application Programming Posted: Sun Feb 18, 2007 11:39 pm Subject: What is the maximum record length in COBOL? |
Hi,
I have a requirement to write the data in a single spanned record. For that I need to define the file with maximum record length.
Compiler limits in "COBOL/VSE Language Reference" ... |
| |