Author |
Message |
Topic: TUTORIAL ON SDF (Screen Definition Facility ) needed |
tommy123
Replies: 1
Views: 6550
|
Forum: CICS and Middleware Posted: Fri Jun 10, 2005 9:24 am Subject: TUTORIAL ON SDF (Screen Definition Facility ) needed |
Hai,
I am presently using DFH Macros for generating CICS screens by coding.I have the knowledge that there are some tools like (SDF) - Screen Definition Facility by which we can generate scre ... |
Topic: ERROR IN COMPILER OPTION 'LIB' FOR COBOL PGM FOR USING COPY |
tommy123
Replies: 10
Views: 17545
|
Forum: Application Programming Posted: Tue Jun 07, 2005 8:07 pm Subject: ERROR IN COMPILATION WITH COPYBOOK MEMBER |
Kolusu,
I have tried by putting the subordinate items under the group item 05 as below.But still i get error,if i change the level
number to 01 it works fine.Is it required to code 01 level only,c ... |
Topic: ERROR IN COMPILER OPTION 'LIB' FOR COBOL PGM FOR USING COPY |
tommy123
Replies: 10
Views: 17545
|
Forum: Application Programming Posted: Tue Jun 07, 2005 2:38 pm Subject: ERROR IN COMPILATION WITH COPYBOOK MEMBER |
Hai,
I am trying to use a copybook in my program and it is working fine .But when i purposefully try to code comment in the group 01 level of my copybook member,i am getting my compilation unsucces ... |
Topic: ERROR IN COMPILER OPTION 'LIB' FOR COBOL PGM FOR USING COPY |
tommy123
Replies: 10
Views: 17545
|
Forum: Application Programming Posted: Mon Jun 06, 2005 3:12 pm Subject: ERROR IN 'LIB' COMPILER OPTION USING FOR COPY |
Thanks Kolusu,
Actually i was not knowing that COBOL looks for SYSLIB DD name for copying COPYLIB MEMBERS.Now i am clear with that.Morever i am also clear with the compiler options being used in th ... |
Topic: ERROR IN COMPILER OPTION 'LIB' FOR COBOL PGM FOR USING COPY |
tommy123
Replies: 10
Views: 17545
|
Forum: Application Programming Posted: Mon Jun 06, 2005 2:15 pm Subject: ERROR IN COMPILER OPTION 'LIB' FOR COBOL PGM FOR USING COPY |
Hai Kolusu,
Thanks for an early response but still i am getting compile time error.
PGM
---
CBL LIB,NOTERM
IDENTIFICATION DIVISION. ... |
Topic: ERROR IN COMPILER OPTION 'LIB' FOR COBOL PGM FOR USING COPY |
tommy123
Replies: 10
Views: 17545
|
Forum: Application Programming Posted: Mon Jun 06, 2005 12:53 pm Subject: ERROR IN COMPILER OPTION 'LIB' FOR COBOL PGM FOR USING COPY |
Hai,
I am trying to compile a program in which i am using a COPY STATEMENT.So i include the compiler option 'LIB' before the identification divison of my program.I am getting compile time error.Can ... |
Topic: READ COMP , COMP-1,COMP-2,COMP-3 VALUES |
tommy123
Replies: 1
Views: 1495
|
Forum: Application Programming Posted: Wed May 25, 2005 9:20 pm Subject: READ COMP , COMP-1,COMP-2,COMP-3 VALUES |
Hai,
I am curiuos to know how to read / display COMP , COMP-1,COMP-2 & COMP-3 values.My understanding is that COMP-3 values if viewed directly in option 3.4 ,cannot be readable then we have to ... |
Topic: DB2 queries regarding Date |
tommy123
Replies: 3
Views: 3524
|
Forum: Database Posted: Wed May 25, 2005 9:08 pm Subject: DB2 queries regarding Date |
Hai,
I am trying to work on different querries as below
1.I am using the following query in QMF to know my age :
SELECT (CURRENT DATE - '1976-05-27') "YEAR-MONTH-DAYS" FROM SYSIBM.SYSDUMMY1 a ... |
Topic: JULIAN DATES |
tommy123
Replies: 1
Views: 1670
|
Forum: Database Posted: Wed May 25, 2005 8:43 pm Subject: JULIAN DATES |
Hai,
I am curiuos to know about JULIAN DATES why are they used in many DB2 programs .I understand the concept of DATE & TIME in Mainframes in the format od YYYY-MM-DD & HH.MM.SS. Can anyone ... |
Topic: PROBLEM WITH XMIT |
tommy123
Replies: 2
Views: 1830
|
Forum: TSO and ISPF Posted: Wed May 25, 2005 8:41 pm Subject: Problem with XMIT |
Thanks Kolusu,
The code which u had mentioned worked fine. |
Topic: COBOL-DB2 STANDARD ERROR ROUTINE |
tommy123
Replies: 1
Views: 6166
|
Forum: Application Programming Posted: Mon May 23, 2005 5:48 pm Subject: COBOL-DB2 STANDARD ERROR ROUTINE |
Hai,
I have seen in many COBOL-DB2 programs ,normally the abend para's are written like this below:
**********************************************************************************
* ... |
Topic: PROBLEM WITH XMIT |
tommy123
Replies: 2
Views: 1830
|
Forum: TSO and ISPF Posted: Mon May 23, 2005 5:47 pm Subject: PROBLEM WITH XMIT |
Hai,
I am trying to XMIT a dataset from ( REGIONA --------- > REGIONB ) and i tried using this piece of code :
XMIT SYSNODE.USERID DA('REGIONA.PDS) and i was trying to receive dataset in REGI ... |
Topic: Problem with displaying variable with signed |
tommy123
Replies: 2
Views: 1683
|
Forum: Application Programming Posted: Thu May 12, 2005 3:26 pm Subject: Problem with displaying variable with signed |
Hai,
I am browsing an ouput and i see display like this "000162A" from cols 24 to 30.
When i had a look at the program which is generating this output i see the declaration for a variable which is ... |
Topic: DEBUGGING MODE |
tommy123
Replies: 1
Views: 2067
|
Forum: Application Programming Posted: Thu May 12, 2005 2:35 pm Subject: DEBUGGING MODE |
Hai,
Can anyone tell me the difference in the two ways of programming first one i am not using Debugging mode whereas second one i am using Debugging mode but i am getting the same output.Then wh ... |
Topic: Shortest COBOL program that will ABEND |
tommy123
Replies: 23
Views: 38298
|
Forum: Mainframe Challenge Posted: Wed May 11, 2005 9:53 pm Subject: SHORTEST COBOL PGM |
Kolusu,
I tried running 2 lines of code & i am getting abend
ABENDED S000 U4038 CN(INTERNAL)
*** ... |
|