Author |
Message |
Topic: File handling in CICS |
satjag
Replies: 4
Views: 4741
|
Forum: CICS and Middleware Posted: Mon Jun 23, 2003 5:59 am Subject: File handling in CICS |
It is not required to open or close file explicity in CICS programs.But the file should be in open status in the CICS environment for a read to be executed succesfully.
You can read about the START ... |
Topic: when dataset edited |
satjag
Replies: 9
Views: 6569
|
Forum: Job Control Language(JCL) Posted: Thu Jun 19, 2003 7:43 am Subject: when dataset edited |
Hello ,
Cannot really think why this is happening..
do you have xpediter in your shop ? Since input file has only fifty records,it would be of help if you can run through the xpediter and see th ... |
Topic: when dataset edited |
satjag
Replies: 9
Views: 6569
|
Forum: Job Control Language(JCL) Posted: Thu Jun 19, 2003 12:56 am Subject: when dataset edited |
Hello,
More information is required for anlaysing this problem.
Upfront, what you can try probably is to reduce the number of records in your input file and try submitting the job.If that runs t ... |
Topic: Array initialisation in COBOL. |
satjag
Replies: 9
Views: 5625
|
Forum: Application Programming Posted: Wed Jun 11, 2003 12:41 am Subject: Array initialisation in COBOL. |
Hello,
It is not possible to access an array or its element without using the subscript.The method you have suggested is the usual method used for initialising the array elements. |
Topic: A conversion from Packed decimal, int & smallint to PIC |
satjag
Replies: 4
Views: 2737
|
Forum: Utilities Posted: Thu Jun 05, 2003 8:11 am Subject: A conversion from Packed decimal, int & smallint to PIC |
Here we go............
1.Create two copybooks with the input record layout in one and output record layout in the other.
2.Go to F;9
3.Choose D
4.Reformat Record Layouts screen will be displayed ... |
Topic: HOLD parameter |
satjag
Replies: 1
Views: 2549
|
Forum: Job Control Language(JCL) Posted: Thu Jun 05, 2003 6:46 am Subject: HOLD parameter |
Ranjish,
HOLD parameter is used if we want to delay the execution of a particular job till an external event is completed.There is an option to define certain jobs as a network of jobs(dependent jobs ... |
Topic: A conversion from Packed decimal, int & smallint to PIC |
satjag
Replies: 4
Views: 2737
|
Forum: Utilities Posted: Thu Jun 05, 2003 6:21 am Subject: A conversion from Packed decimal, int & smallint to PIC |
Ravi ,
If your shop has fileaid, then you can try option 9 - Reformat. |
Topic: How to release a VSAM |
satjag
Replies: 5
Views: 3154
|
Forum: Utilities Posted: Thu Jun 05, 2003 5:47 am Subject: How to release a VSAM |
1. What operation did you try on the VSAM ?
2. WHat is the exact error code/message ? |
Topic: How to release a VSAM |
satjag
Replies: 5
Views: 3154
|
Forum: Utilities Posted: Thu Jun 05, 2003 3:29 am Subject: How to release a VSAM |
By any chance, was the file being used by any online transaction in cics ? |
Topic: File handling in COBOL |
satjag
Replies: 10
Views: 5398
|
Forum: Application Programming Posted: Thu May 22, 2003 3:59 am Subject: File handling in COBOL |
Puru,
After opening a particular file(say FILE1) after reading the name from the file-master(file having dd names of files in the system),what are you intending to do with it ? Does the program act ... |
Topic: How to delete data & index components of a KSDS? |
satjag
Replies: 11
Views: 8140
|
Forum: Data Management Posted: Fri Apr 04, 2003 7:40 am Subject: How to delete data & index components of a KSDS? |
Were you able to delete using fileaid ? |
Topic: How to delete data & index components of a KSDS? |
satjag
Replies: 11
Views: 8140
|
Forum: Data Management Posted: Fri Apr 04, 2003 7:26 am Subject: How to delete data & index components of a KSDS? |
Hello Gaurav,
Do you have File Aid in your shop ?If so, you may try deleting the data/index components through it. |
Topic: removing unwanted line numbers |
satjag
Replies: 3
Views: 3675
|
Forum: Utilities Posted: Fri Mar 21, 2003 2:05 am Subject: removing unwanted line numbers |
Hello Naveen,
Type UNNUM in command line . This will blank out the sequence numbers. |
Topic: Microfocus Cobol .....Netexpress....... |
satjag
Replies: 8
Views: 8097
|
Forum: Application Programming Posted: Mon Mar 17, 2003 12:51 am Subject: Microfocus Cobol .....Netexpress....... |
Hello all,
Net express is an IDE --- this provides a platform from which we can develop cobol programs and also create them as DLLs. I do not have in-depth knowledge on this , but I can explain the ... |
Topic: Mass INSERT in a program |
satjag
Replies: 4
Views: 3806
|
Forum: Database Posted: Wed Mar 05, 2003 9:59 pm Subject: Mass INSERT in a program |
Is it not possible to handle the error code and continue the execution of the program, with suitable displays for the failed records ? |
|