how do you reference the rrds file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
what is record label is empty or standard in file description of data division?
Write the code to count the sum of n natural numbers.
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
Can we use redefine clause in occurs clause?
Whats the difference between search & search ALL?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
if we have a 10 steps how to override the 4th step in jcl?
How can we increase the size of an existing PDS to include more no. of modules.
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
What is the default value of DISP parameter?