Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL.
Thanks for help in advance.
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
i have variable record in the 5th, i want to sort from 5th filed ? how ?
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
What is the difference between a binary search and a sequential search what are the pertinent cobol?
for an INITIALIZE and what keyword allows for an override of the default.
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
how many bytes does s9(7)COMP-3 field occupies?
which is better either static call or dynamic call? and why?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?