Author |
Message |
Topic: '*/*' starting on the coulumn 7 in cobol |
coolsrini1981
Replies: 5
Views: 2733
|
Forum: Application Programming Posted: Sun Jan 28, 2007 5:31 pm Subject: '*/*' starting on the coulumn 7 in cobol |
I was facing a problem in compiling a code which had few */*** in
empty lines between two paras....I thot these to be comments but it gave me compilation errors...saying that paras after the */* are ... |
Topic: MFS:- Whats the significance of coding a field on (24,78) co |
coolsrini1981
Replies: 2
Views: 1669
|
Forum: IMS Posted: Tue Jun 13, 2006 3:07 pm Subject: MFS:- Whats the significance of coding a field on (24,78) co |
The error msgs are populated from the pgm however this is xtra 3 bytes after the Sysmsgs fld which is my question. To better depict this ..on Row 24
------------------------------------------------ ... |
Topic: MFS:- Whats the significance of coding a field on (24,78) co |
coolsrini1981
Replies: 2
Views: 1669
|
Forum: IMS Posted: Tue Jun 13, 2006 2:22 pm Subject: MFS:- Whats the significance of coding a field on (24,78) co |
Hi,
Can any1 tell me what is the use of coding A fld having attr (NUM,PROT)
immed after sysmsgs (which xtends till 24,77) on the (24,78 ) column
The fld has a length of 3 bytes so in short it ex ... |
Topic: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
coolsrini1981
Replies: 9
Views: 4750
|
Forum: IMS Posted: Fri Jun 02, 2006 12:05 pm Subject: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
wel i have been unknowingly running it so far with io-pcb added ijtself in the proc div. see my post above...do i chng the cmpat option if iremove the io-pcb from pgm?
its a btch pgm so i guess its a ... |
Topic: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
coolsrini1981
Replies: 9
Views: 4750
|
Forum: IMS Posted: Thu Jun 01, 2006 4:00 pm Subject: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
Can u pls elaborate in the point on IO pCB since i am using it in the PROCEDURE DIVISON USING IO-PCB,
PCB-XC2H |
Topic: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
coolsrini1981
Replies: 9
Views: 4750
|
Forum: IMS Posted: Thu Jun 01, 2006 3:57 pm Subject: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
This is how my SB looks like..
PRINT NOGEN
*
PCB TYPE=TP,MODIFY=YES ... |
Topic: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
coolsrini1981
Replies: 9
Views: 4750
|
Forum: IMS Posted: Thu Jun 01, 2006 2:43 pm Subject: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
yes I am using ISRT call for inserting the segs to db in program
and Procopt in my PSB is A..tried with L and LS too..still getting the same abend |
Topic: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
coolsrini1981
Replies: 9
Views: 4750
|
Forum: IMS Posted: Thu Jun 01, 2006 10:23 am Subject: INSERTING DB SEG INTO A NEW DB...getting ims stat code -- AL |
Hi I am getting an abend U3803 with a staus code of IMS---AL
while trying to insert a segment into a new db from scratch...any views on wat the prob cud be ..
PSB
SSA
DBD def
note the db in whi ... |
|