Search found 969 matches

by DikDude
Fri Sep 09, 2011 12:30 am
Forum: DFSORT , ICETOOL & Utilities
Topic: ALTSEQ and german special characters
Replies: 9
Views: 13857

When posting data from a 3270 screen, use copy/paste and then "Code" the screen data. Do not do any typing - copy/paste & Code will preserve the alignment.
by DikDude
Thu Sep 08, 2011 8:57 pm
Forum: JCL
Topic: DCB parameter
Replies: 8
Views: 13720

if i dont declare DCB parameter for temporary datasets. what will happen.
Isn't this something you could easily check and verify for yourself?
Run a test and post a reply if there are any questions or problems. . .
by DikDude
Thu Sep 08, 2011 8:49 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: QMF BATCH JOB
Replies: 8
Views: 13331

what i mean is does these procedures lie in libraries that are specified by DBA at the time of installation? Some would have been set up as part of the installation. Others might have been added later. What kind of dataset naming standards exist or is everything "whatever"? Some places use QMF some...
by DikDude
Thu Sep 08, 2011 12:24 am
Forum: COBOL
Topic: file-control
Replies: 15
Views: 21293

You used a cobol compiler because the code is cobol source. You appear to be somewhat lost: then how can i specify a disk file in cobol program? i have seen in some books they have given disk file as input/output. The SELECT and ASSIGN along with the FD is how you specify a file in a cobol program. ...
by DikDude
Thu Sep 08, 2011 12:07 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: QMF BATCH JOB
Replies: 8
Views: 13331

i want to know how i can view these procedure to kcow what exactly written in them No one here can tell you which libraries to look in on your system . . . nobody knows Someone DOES know. If they are being run, someone knows where they are. You might talk with your Scheduling or Operations people o...
by DikDude
Tue Sep 06, 2011 8:53 pm
Forum: CICS
Topic: how to execute 10 steps outof 2000 steps in a job?
Replies: 6
Views: 8368

A job cannot have 2000 steps. . .

How does this relate to CICS?
by DikDude
Tue Sep 06, 2011 8:41 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: computational to display
Replies: 5
Views: 7127

Post some sample input data (using HEX ON) and the output you want when this is processed.

Mention the recfm and lrecl of the files.

Post the rules for which records to work with or bypass.
by DikDude
Mon Sep 05, 2011 11:50 pm
Forum: COBOL
Topic: enterpise cobol & c
Replies: 6
Views: 9756

Then you need to see if the called function gave a return-code that says there is a problem. . .

Is there some other process that successfully calls a c function? If this is the first attempt, it is possibly not set up correctly. . .
by DikDude
Mon Sep 05, 2011 9:33 am
Forum: COBOL
Topic: file-control
Replies: 15
Views: 21293

It is a bad practice to use SHR for sequential input and output files (unless the dataset is a pds and then there can be problems).

Well-managed systems will not allow this to be run in production.
by DikDude
Mon Sep 05, 2011 9:30 am
Forum: OTHER SUBJECTS
Topic: Any tool that exports data from Mainframes to Excel sheet?
Replies: 2
Views: 6576

You already have this topic active in another forum. . .

If we find another topic double-posted you will most likely be banned from that forum. . . :(

Any given question should only be posted one time. As most of the same "seniors" answer most forums, this just wastes their time.
by DikDude
Fri Sep 02, 2011 9:59 pm
Forum: COBOL
Topic: enterpise cobol & c
Replies: 6
Views: 9756

Well, you need to post more than "it didn't work". . .

What happens? Failure to compile/link? Abend? Unexpected/undesired results?

Post any informational or diagnostic information generated by the problem process.
by DikDude
Fri Sep 02, 2011 9:56 pm
Forum: COBOL
Topic: Practice Tool for COBOL
Replies: 10
Views: 14790

This site has been around for a long time. Possibly, there is something useful here:
http://www.cobug.com/cgi/cobug.cgi?0030 (and at a few other pages on that site).
by DikDude
Fri Aug 26, 2011 10:35 am
Forum: COBOL
Topic: file-control
Replies: 15
Views: 21293

i gave 'C:\filename.txt'
Why? This is not valid mainframe syntax. Are you actually running on a mainframe?

How will the program be executed? Post the execution JCL.

The cobol program on the mainframe cannot automagically grab a file from "your disk".
by DikDude
Thu Aug 25, 2011 9:17 am
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: CDBUTIL
Replies: 3
Views: 7199

It is not clear what you are looking for . . . If you do not know these basic db2 commands, suggest you look in the db2 documentation for your release of db2. Spend LOTS of time reading this. If you find comething that is not clear, post what you found (not a whole page, but maybe a sentence or para...
by DikDude
Wed Aug 24, 2011 9:31 pm
Forum: DB2 INTERVIEW QUESTIONS
Topic: What is a DBRM, PLAN ?
Replies: 8
Views: 40674

DataBase Request Module. . .

Suggest you become familiar with the DB2 documentation. . .